Merge branch 'main' of ssh://gitea.jeffemmett.com:223/jeffemmett/pwf-website-new
# Conflicts: # backlog/config.yml
This commit is contained in:
commit
3521acd93c
|
|
@ -1,4 +1,4 @@
|
||||||
project_name: "pwf-website-new"
|
project_name: "PWF Website"
|
||||||
default_status: "To Do"
|
default_status: "To Do"
|
||||||
statuses: ["To Do", "In Progress", "Done"]
|
statuses: ["To Do", "In Progress", "Done"]
|
||||||
labels: []
|
labels: []
|
||||||
|
|
|
||||||
|
|
@ -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