Real-Dev-Squad / website-my

My profile section of the app
https://my.realdevsquad.com
MIT License
6 stars 91 forks source link

Migrated Completed to Done #591

Open skv93-coder opened 7 months ago

skv93-coder commented 7 months ago

Issue Description

Currently, in RDS we have Completed task to indicate that our work is done. But now we want to Done status to do that.

Expected Behavior

after this issue is resolved task with status Completed will be in Done task status

Current Behavior

Discussion

Apr 1 2024 with ankush in standup

  1. We should create stable view under feature flag for the user
  2. Done tab under feature flag should show task in both Done and Completed status.
  3. Script should also create field _status where the old task status should lie.

Finding

  1. Done task status flow already works under the feature flag on my site. We need to remove the feature flag from my site so it should start working for all the users.
  2. In the status site the Done tab shows the task with the status Completed without the feature flag and the task with the status Done when under the feature flag.

Proposed solution

  1. Remove the feature flag from my site so that the user are now only able to update the task status Completed
  2. On status site show task with status Completed/Done under Done tab.
  3. Run script to migrate task status from Completed to Done
  4. Do cleanup of Completed task status.

Screenshots

Reproducibility

Steps to Reproduce

Severity/Priority

Additional Information

Checklist