I'm developing a task app that has a dashboard task list.
The user can change a task's status to done.
What is the best solution for the done state? Replicate a real to-do list behavior using the "Strikethrough text" or should I stay with the standard status label?
Tks!