I thought about this a little when adding badges, but couldn’t decide how to model it. Seems like the “correct” way would be to use a status attribute with options for something like:
- done
- in-progress
- canceled
- etc
The problem with that is we are already modeling done=date. I’m not 100% against changing that existing model to get things right… but I would want to make sure the new design is right for the longer term.
What do you think?