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:
@@ -17,7 +17,7 @@ export enum Priority {
|
||||
}
|
||||
|
||||
export enum Status {
|
||||
Backlog = "Backlog",
|
||||
ToDo = "To Do",
|
||||
InProgress = "In Progress",
|
||||
TestReview = "Test/Review",
|
||||
Done = "Done",
|
||||
|
||||
Reference in New Issue
Block a user