Initialize backlog and add project tasks

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-13 12:41:46 -07:00
parent 2a73df8ce2
commit 3a2eb3ff34
6 changed files with 95 additions and 0 deletions

15
backlog/config.yml Normal file
View File

@ -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

View File

@ -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
<!-- SECTION:DESCRIPTION:BEGIN -->
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.
<!-- SECTION:DESCRIPTION:END -->

View File

@ -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
<!-- SECTION:DESCRIPTION:BEGIN -->
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.
<!-- SECTION:DESCRIPTION:END -->

View File

@ -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
<!-- SECTION:DESCRIPTION:BEGIN -->
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.
<!-- SECTION:DESCRIPTION:END -->

View File

@ -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
<!-- SECTION:DESCRIPTION:BEGIN -->
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.
<!-- SECTION:DESCRIPTION:END -->

View File

@ -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
<!-- SECTION:DESCRIPTION:BEGIN -->
Two temp tokens (temp-repo-create-* and temp-public-repos-*) need revoking at https://gitea.jeffemmett.com/user/settings/applications
<!-- SECTION:DESCRIPTION:END -->