feat: Update task status from 'Backlog' to 'To Do', adjust image source paths, and enhance task rendering in various components

This commit is contained in:
2024-11-06 17:32:12 +02:00
parent 55e81899ea
commit a06a190574
13 changed files with 120 additions and 46 deletions

View File

@@ -17,7 +17,7 @@ export enum Priority {
}
export enum Status {
Backlog = "Backlog",
ToDo = "To Do",
InProgress = "In Progress",
TestReview = "Test/Review",
Done = "Done",