Initialize redesign task tracking

This commit is contained in:
2026-05-05 22:21:21 +02:00
parent add89b0f92
commit 73299fd18a
3 changed files with 51 additions and 1 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ dist/
# dependencies
node_modules/
.worktrees/
# logs
npm-debug.log*

14
backlog/config.yml Normal file
View File

@@ -0,0 +1,14 @@
project_name: "Dev-Landing"
default_status: "To Do"
statuses: ["To Do", "In Progress", "Done"]
labels: []
date_format: yyyy-mm-dd
max_column_width: 20
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"

View File

@@ -0,0 +1,35 @@
---
id: TASK-1
title: Redesign dev website from Canva reference
status: In Progress
assignee: []
created_date: '2026-05-05 20:20'
updated_date: '2026-05-05 20:20'
labels: []
dependencies: []
priority: high
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
Create an isolated worktree and redesign the regional dev landing page to match the provided Canva visual direction once the reference is available.
<!-- SECTION:DESCRIPTION:END -->
## Acceptance Criteria
<!-- AC:BEGIN -->
- [ ] #1 A new git worktree exists under .worktrees for the redesign branch
- [ ] #2 The landing page visual style follows the provided Canva reference
- [ ] #3 The Astro site builds successfully
- [ ] #4 The redesigned page is reviewed locally before handoff
<!-- AC:END -->
## Implementation Plan
<!-- SECTION:PLAN:BEGIN -->
1. Create isolated worktree under .worktrees
2. Capture or receive Canva style reference
3. Propose concise design direction for approval
4. Implement the approved Astro redesign
5. Build and visually review locally
<!-- SECTION:PLAN:END -->