Should I implement a policy to stop a user from reviewing a task too often?
I am making an application that allows a user to:
- Create a task
- Display a memory retention curve for this newly created task
- Review this task
- Update the memory retention curve for this updated task
My question is:
- Should I introduce a policy that stops a user to review a task too many times within a given period? E.g. A task can only be reviewed once every 24 hours. This mechanism will help a user to prevent a mis-click as well.