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

アプリケーション開発手順を整備する #1873

Open
rnakagawa16 opened this issue Oct 11, 2024 · 1 comment
Open

アプリケーション開発手順を整備する #1873

rnakagawa16 opened this issue Oct 11, 2024 · 1 comment
Labels
target: ガイド/AP開発手順 ドキュメントのガイド/アプリケーション開発手順に関係がある
Milestone

Comments

@rnakagawa16
Copy link
Contributor

概要

アプリケーション開発手順に従ってひな型を作成する際に、躓く箇所が散見される。
スムーズに雛形作成等が実施できるよう、ドキュメントを拡充していく必要がある

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

バックエンド

  • プロジェクトの依存関係追加に関する記載がない
  • 結合テストのAssert.Equeals()のチェックがtext/htmlなこと、application/jsonのほうが直感的ではないか

フロントエンド

  • mockに関する設定の記述がない
    mockを作る場合も含めたconfigファイルの設定になっているのでコピーしたらエラーになる
    mockを作る場合の手順が記載されていないため、自動生成するものか手動生成するものか混乱する
    dressca-frontend上で実行できるもの(ルートのpackage.json)にmockでの実行は含めなくてよいか

  • バックエンドでは、AaaSubSystemという風にシステム名を特定していないが、フロントエンドだとDressca.Webという風に特定している

  • VS Code の拡張機能として推奨されるものが整備されていない
    .vscode/extensions.json にインストールすべき拡張機能が設定されているが、本当に必要な拡張機能なのか、
    より必要な拡張機能がないかを確認する必要がある

完了条件

アプリケーション開発手順に従ってアプリケーションの雛形を作成できる

@rnakagawa16 rnakagawa16 added target: ガイド/AP開発手順 ドキュメントのガイド/アプリケーション開発手順に関係がある ドキュメント改善 labels Oct 11, 2024
@rnakagawa16 rnakagawa16 added this to the v1.0 milestone Oct 11, 2024
@KentaHizume
Copy link
Contributor

mockに関する設定の記述がない

について、下記のissueで対応中です。

@tsuna-can-se tsuna-can-se modified the milestones: v1.0.0, v1.1.0 Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: ガイド/AP開発手順 ドキュメントのガイド/アプリケーション開発手順に関係がある
Projects
None yet
Development

No branches or pull requests

3 participants