ProjectTech4DevAI / ProjectTech4DevAI/kaapi-frontend

GCP Credentials: Improved input fields

オープン
#253 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

ファイルやテストは指定されていません。まず、Kaapi コンソールの GCP 認証情報入力フローを見つけ、現在の JSON がどのように受け付けられ、backend に送信されるかを追跡します。既存の 4 つの認証情報フィールドを特定し、組み立てた認証情報が秘密鍵の改行を処理し、422 JSONDecodeError を生成しなくなっていることを確認します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
gcp, typescript
領域
backend, cloud, frontend
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
55/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。