Add backlog with new website redesign task
- task-001: New Website Redesign (branch: new-website) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
21829b43f6
commit
86162daafd
|
|
@ -0,0 +1,15 @@
|
|||
project_name: "PWF Website"
|
||||
default_status: "To Do"
|
||||
statuses: ["To Do", "In Progress", "Done"]
|
||||
labels: []
|
||||
milestones: []
|
||||
date_format: yyyy-mm-dd
|
||||
max_column_width: 20
|
||||
auto_open_browser: true
|
||||
default_port: 6420
|
||||
remote_operations: true
|
||||
auto_commit: false
|
||||
zero_padded_ids: 3
|
||||
bypass_git_hooks: false
|
||||
check_active_branches: true
|
||||
active_branch_days: 60
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
id: task-001
|
||||
title: New Website Redesign
|
||||
status: In Progress
|
||||
assignee: []
|
||||
created_date: '2025-12-03'
|
||||
labels: [feature, redesign, frontend]
|
||||
priority: high
|
||||
branch: new-website
|
||||
---
|
||||
|
||||
## Description
|
||||
Complete redesign of the PWF website with new layout and features.
|
||||
|
||||
## Branch Info
|
||||
- **Branch**: `new-website`
|
||||
|
||||
## Acceptance Criteria
|
||||
- [ ] New visual design
|
||||
- [ ] Updated content
|
||||
- [ ] Responsive layout
|
||||
- [ ] Deploy to production
|
||||
Loading…
Reference in New Issue