You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task status currently displays COMPLETED in the system. The status should be updated to DONE to align with updated terminology and improve clarity. This change will impact multiple components, APIs, and test cases that utilize the COMPLETED status.
Expected Behavior
Task statuses in all relevant locations (UI and API responses) should display DONE instead of COMPLETED.
The updated status should be reflected in:
Task Details Page
Dropdown Menus for Task Status
API Responses for task details
Mock Data and Unit Tests
Current Behavior
The status is displayed as COMPLETED across the system.
UI and API logic rely on the COMPLETED status, causing inconsistency with the new naming convention.
Screenshots
without dev=true
with dev=true
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
Open the details page for any task.
Check the status field; it will display COMPLETED.
Look at the dropdown menu for status updates; COMPLETED appears instead of DONE.
Severity/Priority
Critical
High
Medium
Low
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
The text was updated successfully, but these errors were encountered:
Achintya-Chatterjee
changed the title
chore: remove COMPLETED status from status site and use DONE
chore: remove feature flag from DONE status
Jan 16, 2025
Issue Description
The task status currently displays
COMPLETED
in the system. The status should be updated toDONE
to align with updated terminology and improve clarity. This change will impact multiple components, APIs, and test cases that utilize theCOMPLETED
status.Expected Behavior
DONE
instead ofCOMPLETED
.Current Behavior
COMPLETED
across the system.COMPLETED
status, causing inconsistency with the new naming convention.Screenshots
without dev=true
with dev=true
Reproducibility
Steps to Reproduce
COMPLETED
.COMPLETED
appears instead ofDONE
.Severity/Priority
Checklist
The text was updated successfully, but these errors were encountered: