Hey again ! My app has a list of tasks, and ...

Hey again !

My app has a list of tasks, and each has a status (“Complete”, “In Progress”,

“At Hold”…etc). Users can report the status of each task via Enum list of possible options. The issue is that I’d like to prevent a user from reporting the same status twice.

The reason for it, is that I use datestamps when changes are made, and since tasks are always in progress toward completion, If a user may click mistakenly on the same status again, it will update the datestamp of the status.

Any suggestions ?

0 5 358
5 REPLIES 5
Top Labels in this Space