diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..b52a269 --- /dev/null +++ b/backlog/config.yml @@ -0,0 +1,15 @@ +project_name: "Crypto Commons Gathering" +default_status: "To Do" +statuses: ["To Do", "In Progress", "Done"] +labels: [] +milestones: [] +date_format: yyyy-mm-dd +max_column_width: 20 +default_editor: "vim" +auto_open_browser: true +default_port: 6420 +remote_operations: true +auto_commit: false +bypass_git_hooks: false +check_active_branches: true +active_branch_days: 30 diff --git a/backlog/tasks/task-1 - Configure-Stripe-for-CCG-registration-payments.md b/backlog/tasks/task-1 - Configure-Stripe-for-CCG-registration-payments.md new file mode 100644 index 0000000..af40206 --- /dev/null +++ b/backlog/tasks/task-1 - Configure-Stripe-for-CCG-registration-payments.md @@ -0,0 +1,26 @@ +--- +id: task-1 +title: Configure Stripe for CCG registration payments +status: To Do +assignee: [] +created_date: '2025-12-06 15:14' +labels: [] +dependencies: [] +priority: high +--- + +## Description + + +Add Stripe API keys to enable ticket purchases and registration payments for Crypto Commons Gathering 2026 + + +## Acceptance Criteria + +- [ ] #1 Get Stripe account credentials from CCG organizers +- [ ] #2 Add STRIPE_SECRET_KEY to .env +- [ ] #3 Add STRIPE_WEBHOOK_SECRET to .env +- [ ] #4 Add NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY to .env +- [ ] #5 Create webhook endpoint in Stripe dashboard pointing to https://cryptocommonsgather.ing/api/webhook +- [ ] #6 Test registration payment flow +