The Current Implementation of the progress update is such that the user can update progress through the “progress bar” and “update progress” button without changing the task status into inProgress. Also, any user with an active task can update the progress using the “progress bar” without giving any task updates using the “update progress” button. It raises an issue that knowingly or unknowingly people miss on giving their task updates while updating the task progress.
Expected Behavior
People must give a Task update before update the progress(%).
And Could only update it if the task status has moved to inProgress
Current Behavior
People can update the progress(%) without giving task updates and
even when the task's Status is Assigned, and not In Progress
Screenshots
Reproducibility
[x] This issue is reproducible
[ ] This issue is not reproducible
Steps to Reproduce
Go to Status Site > my task > click on a in progress task
click on the update text beside progress slider and change the progress
The onChange event on the slider updates the task progress.
Issue Description
The Current Implementation of the progress update is such that the user can update progress through the “progress bar” and “update progress” button without changing the task status into inProgress. Also, any user with an active task can update the progress using the “progress bar” without giving any task updates using the “update progress” button. It raises an issue that knowingly or unknowingly people miss on giving their task updates while updating the task progress.
Expected Behavior
People must give a Task update before update the progress(%). And Could only update it if the task status has moved to
inProgress
Current Behavior
People can update the progress(%) without giving task updates and even when the task's Status is
Assigned
, and notIn Progress
Screenshots
Reproducibility
Steps to Reproduce
onChange
event on the slider updates the task progress.Severity/Priority
Additional Information
Checklist