File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ n8n (automation workflows) → Google Sheets (database) → Slack/Email (output)
3030- ** Trigger** : Google Sheets trigger (polling, 1-2 min delay) - NOT Apps Script webhooks
3131- ** Notifications** : Email (SMTP) for MVP, Slack DM as enhancement
3232- ** IDs** : ` {prefix}-{YYYYMMDDHHmmss}-{random3} ` (e.g., ` M-20240128143022-A7K ` )
33- - ** Package name** : ` bcsd_api ` (backend), ` frontend/ ` (frontend)
33+ - ** Package name** : ` bcsd_api `
3434- ** Timezone** : ` Asia/Seoul ` (KST)
3535- ** Fee amount** : 10,000 KRW/month (MVP constant)
3636
@@ -88,6 +88,5 @@ See `memory/plan-tasks.md` for detailed task breakdown.
8888- Commit messages: ` feat(scope): description ` , ` docs(scope): description `
8989- Workflow exports: ` workflows/*.json `
9090- Documentation: ` docs/*.md `
91- - Backend source: ` src/bcsd_api/ `
92- - Frontend source: ` frontend/ `
91+ - Source: ` src/bcsd_api/ `
9392- Credentials: NEVER commit (` .gitignore ` enforced)
You can’t perform that action at this time.
0 commit comments