Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProblemDetails の拡張メンバーを定義した継承クラスを作成する #1743

Open
rnakagawa16 opened this issue Dec 23, 2024 · 0 comments
Labels
target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある target: Dressca サンプルアプリケーションDresscaに関係がある
Milestone

Comments

@rnakagawa16
Copy link
Contributor

概要

現在、バックエンド側でレスポンスに定義している ProblemDetails は spring boot で提供されているものを利用している。
しかし、 フロントエンド側に OpenAPI 仕様書からクライアントコードとして出力する場合に、拡張メンバーが読み込まれない。
そのため、 ProblemDetails の拡張メンバーを定義した継承クラスを作成することで、正しくクライアントコードを生成できるようにする。

詳細 / 機能詳細(オプション)

Maris側 でも ProblemDetails を定義するため、MarisでProblemDetailsをどうするか議論する際に対応する。

完了条件

AlesInfiny Maia/Maris 用の ProblemDetails が定義されていること
クライアントコードが正しく生成されていること
自動生成以外の部分が Maia/Maris で共通になるように実装されていること

@rnakagawa16 rnakagawa16 added target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある target: Dressca サンプルアプリケーションDresscaに関係がある labels Dec 23, 2024
@rnakagawa16 rnakagawa16 added this to the v1.1.0 milestone Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある target: Dressca サンプルアプリケーションDresscaに関係がある
Projects
None yet
Development

No branches or pull requests

1 participant