ProjectTech4DevAI / ProjectTech4DevAI/kaapi-frontend
GCP Credentials: Improved input fields
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 1
- フォーク
- 0
- 平均マージ
- 10時間 40分
- マージ済み PR(30日)
- 4
説明
Is your feature request related to a problem?
Malformed GCP credential JSON leads to a 422 JSONDecodeError. This creates a poor user experience and could cause frustration when users encounter this issue.
Describe the solution you'd like
Collect the four GCP fields as discrete input fields in the Kaapi console:
- Add discrete input fields for the four GCP credential fields
- Assemble and store the JSON on the backend
Original issue
Context
Malformed GCP credential JSON (particularly newline escaping in the private key) produces a 422 JSONDecodeError. This is poor UX but deferred for now, as it is unlikely to be hit near-term.
Preferred long-term fix
Collect the four GCP fields as discrete input fields in the Kaapi console, so we control assembly and storage on our backend rather than relying on clients to paste well-formed JSON.
Next steps
- Add discrete input fields for the four GCP credential fields in the Kaapi console
- Assemble and store the JSON on the backend
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
ファイルやテストは指定されていません。まず、Kaapi コンソールの GCP 認証情報入力フローを見つけ、現在の JSON がどのように受け付けられ、backend に送信されるかを追跡します。既存の 4 つの認証情報フィールドを特定し、組み立てた認証情報が秘密鍵の改行を処理し、422 JSONDecodeError を生成しなくなっていることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- gcp, typescript
- 領域
- backend, cloud, frontend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 55/100