Add backlog task tracking
Initialize backlog and mark deployment task as done with all acceptance criteria checked. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d469622e6e
commit
9b211f232a
|
|
@ -0,0 +1,16 @@
|
|||
project_name: "funz-quest"
|
||||
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
|
||||
task_prefix: "task"
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
id: TASK-1
|
||||
title: Deploy funz.quest satirical website
|
||||
status: Done
|
||||
assignee: []
|
||||
created_date: '2026-02-17 01:01'
|
||||
updated_date: '2026-02-17 01:01'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: high
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Create and deploy funz.quest - a satirical single-page scrolling site about the neverending quest for public goods funding, pivoting into a comedic quest for vibes-based FUNZ tipping tokens. References dokindthings.fund and NoFi.lol. Dockerized nginx on Netcup behind Traefik + Cloudflare tunnel.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
||||
## Acceptance Criteria
|
||||
<!-- AC:BEGIN -->
|
||||
- [x] #1 Site created with 7-act narrative structure
|
||||
- [x] #2 Dockerized with nginx + Traefik labels
|
||||
- [x] #3 Pushed to Gitea
|
||||
- [x] #4 Deployed to Netcup /opt/websites/funz-quest/
|
||||
- [x] #5 DNS configured: Porkbun -> Cloudflare -> Tunnel
|
||||
- [x] #6 Site live at https://funz.quest
|
||||
<!-- AC:END -->
|
||||
Loading…
Reference in New Issue