Skip to content

Conversation

ks6088ts
Copy link
Member

What this PR does / why we need it

  • add postgresql initial data

Which issue(s) this PR fixes:

Fixes #58

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
ORGANIZATION=<organization-name>
REPOSITORY=<repository-name>

git clone [email protected]:$ORGANIZATION/$REPOSITORY.git
cd $REPOSITORY
  • Test the code
make ci-test

What to Check

Verify that the following are valid

  • ...

Additional Information

…に以下の処理をしてください。

---
- #file:docs , #file:qa_kabuto.csv   を参考に、ユーザーからのエラー報告データを #file:reports_kabuto.csv   に30件生成してください。
- #file:docker-compose.yml に postgres サービスに追加してください
- postgres サービスにテーブル作成・データ投入をするスクリプトを #file:init.sql に書いて
@ks6088ts ks6088ts self-assigned this Aug 10, 2025
@ks6088ts ks6088ts merged commit 823efa6 into main Aug 10, 2025
5 checks passed
@ks6088ts ks6088ts deleted the feature/issue-58_error-codes branch August 10, 2025 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add error codes mock db
1 participant