diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..a698b6b --- /dev/null +++ b/backlog/config.yml @@ -0,0 +1,15 @@ +project_name: "rTrips.online" +default_status: "To Do" +statuses: ["To Do", "In Progress", "Done"] +labels: [] +milestones: [] +date_format: yyyy-mm-dd +max_column_width: 20 +default_editor: "nvim" +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 - Deploy-rtrips.online-to-production.md b/backlog/tasks/task-1 - Deploy-rtrips.online-to-production.md new file mode 100644 index 0000000..ef08de7 --- /dev/null +++ b/backlog/tasks/task-1 - Deploy-rtrips.online-to-production.md @@ -0,0 +1,16 @@ +--- +id: task-1 +title: Deploy rtrips.online to production +status: Done +assignee: [] +created_date: '2026-02-13 19:41' +labels: [] +dependencies: [] +priority: high +--- + +## Description + + +Full deployment of rTrips.online collaborative trip planning platform to Netcup RS 8000. Includes Docker containers (Next.js + PostgreSQL), Traefik routing, Cloudflare tunnel, Prisma migration, auto-deploy webhook. + diff --git a/backlog/tasks/task-2 - Update-Porkbun-nameservers-to-Cloudflare.md b/backlog/tasks/task-2 - Update-Porkbun-nameservers-to-Cloudflare.md new file mode 100644 index 0000000..4837092 --- /dev/null +++ b/backlog/tasks/task-2 - Update-Porkbun-nameservers-to-Cloudflare.md @@ -0,0 +1,16 @@ +--- +id: task-2 +title: Update Porkbun nameservers to Cloudflare +status: To Do +assignee: [] +created_date: '2026-02-13 19:41' +labels: [] +dependencies: [] +priority: high +--- + +## Description + + +Enable API access for rtrips.online on Porkbun dashboard, then update nameservers to stan.ns.cloudflare.com and tessa.ns.cloudflare.com. Cloudflare zone (cfeb23b4c51fd967ddb34bfaf22735e4) and tunnel config already set up. + diff --git a/backlog/tasks/task-3 - Build-trip-planning-features-(Phases-1-6).md b/backlog/tasks/task-3 - Build-trip-planning-features-(Phases-1-6).md new file mode 100644 index 0000000..a1d616f --- /dev/null +++ b/backlog/tasks/task-3 - Build-trip-planning-features-(Phases-1-6).md @@ -0,0 +1,16 @@ +--- +id: task-3 +title: Build trip planning features (Phases 1-6) +status: Done +assignee: [] +created_date: '2026-02-13 19:41' +labels: [] +dependencies: [] +priority: high +--- + +## Description + + +All core features implemented: NL input with Gemini parsing, Prisma schema (User, Trip, Destination, Itinerary, Booking, Expense, PackingItem), Trip dashboard with tabs, rspace.online canvas embedding, two-way DB/canvas sync via postMessage. + diff --git a/backlog/tasks/task-4 - Add-rspace-folk-trip-components.md b/backlog/tasks/task-4 - Add-rspace-folk-trip-components.md new file mode 100644 index 0000000..01304d2 --- /dev/null +++ b/backlog/tasks/task-4 - Add-rspace-folk-trip-components.md @@ -0,0 +1,16 @@ +--- +id: task-4 +title: Add rspace folk-* trip components +status: Done +assignee: [] +created_date: '2026-02-13 19:41' +labels: [] +dependencies: [] +priority: high +--- + +## Description + + +5 new Web Components added to rspace-online: folk-itinerary, folk-destination, folk-budget, folk-packing-list, folk-booking. Extends FolkShape, dispatches content-change events. Canvas toolbar buttons and postMessage sync bridge added. + diff --git a/backlog/tasks/task-5 - Revoke-temporary-Gitea-tokens.md b/backlog/tasks/task-5 - Revoke-temporary-Gitea-tokens.md new file mode 100644 index 0000000..27c9d9d --- /dev/null +++ b/backlog/tasks/task-5 - Revoke-temporary-Gitea-tokens.md @@ -0,0 +1,16 @@ +--- +id: task-5 +title: Revoke temporary Gitea tokens +status: To Do +assignee: [] +created_date: '2026-02-13 19:41' +labels: [] +dependencies: [] +priority: low +--- + +## Description + + +Two temp tokens (temp-repo-create-* and temp-public-repos-*) need revoking at https://gitea.jeffemmett.com/user/settings/applications +