Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions documents/forMarkdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ Markdown に限った話では無いが、どういった内容を設計書に

構成例を次にあげる。

<!-- TODO 【相談】フロントエンド系、もっとまとめたほうが良いか?Figmaパスだけだとあれですよねぇ。画面遷移図も内容が薄い。 -->

```sh
docs
├── 01_キャッチアップ # ドメイン知識など抑えておくべき前提知識
Expand Down
2 changes: 1 addition & 1 deletion documents/forMarkdown/future_muscle_partner/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Future Muscle Partner

いきつけのジムでパーソナルトレーニングを受けようのFuture Muscle Partnerのリポジトリ。
いきつけのジムでパーソナルトレーニングを受けようのFuture Muscle Partnerのリポジトリ。

## サービスコンセプト

Expand Down
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 画面

* Figma URL: xxx

## 画面一覧

| ID | 論理名 | 備考 |
| -- | --- | --- |
| UI01 | xx | xx |
| UI02 | xx | xx |
| UI03 | xx | xx |
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
| API01 | xxxx | GET | [API01設計書](API01)|
| API02 | xxxx | GET | [API02設計書](API02)|
| API03 | xxxx | GET | [API03設計書](API03)|

Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# テーブル一覧

[A5:SQL Mk-2](https://a5m2.mmatsubara.com/) で管理している。

- [erd.a5er](erd.a5er) を参照
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# システムI/F

| ID | 名称 | 備考 |
| ---| --- | --- |
| IF01 | xxx | xxx |
| IF02 | xxx | xxx |
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# バッチ

| ID | 名称 | 備考 |
| ---| --- | --- |
| BT01 | xxx | xxx |
| BT02 | xxx | xxx |
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 帳票

| ID | 名称 | 備考 |
| ---| --- | --- |
| RP01 | xxx | xxx |
| RP02 | xxx | xxx |
Empty file.
Empty file.
Empty file.
21 changes: 11 additions & 10 deletions documents/forMarkdown/future_muscle_partner/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# docs

設計書を管理する
設計ドキュメントを管理する

## フォルダ階層

```sh
docs
├── 01_環境構築 # 開発環境の構築手順
├── 02_開発規約 # 開発ガイドライン、リリース手順など
├── 03_画面 # Figma、画面アクション
├── 04_WebAPI # api.yaml、API処理設計
├── 05_データ # ERD、区分値
├── 06_IF # I/F定義+受信/送信BL設計
├── 07_バッチ # タイマー、イベント起動の非同期処理のBL設計
├── 08_帳票 # 業務、システム担当者向けのレポート
├── 09_インフラ # ネットワーク設計、監視設計、通知設計、システム構成図、サービス構成図
├── 01_画面 # Figma、画面アクション
├── 02_WebAPI # api.yaml、API処理設計
├── 03_データ # ERD、区分値
├── 04_IF # I/F定義+受信/送信BL設計
├── 05_バッチ # タイマー、イベント起動の非同期処理のBL設計
├── 06_帳票 # 業務、システム担当者向けのレポート
├── ...
└── README.md
```

## システム構成図

TODO