Closed bhark closed 6 years ago
We should probably use seconds to represent resting time in the database as you usually do or even datetime objects, not sure how MySQL handles those. How the user will configure this is independent, we will do the calculations, the user may only see a calendar or whatever.
small incremental changes are better for features that require big change. also some tests would be nice :)
we should also consider the fact that some issues won't have an expiration.
Right, I'll make it seconds. How would posts without a resting time work? They have to progress to the next phase somehow.
consensus or other ways we can't think now.
Oh, right. In that case we could just set resting time to zero.
21
Trying to figure out what the best way is for inputting resting time. Right now it accepts only minutes, which is sort of problematic (having to pull out a calculator to figure out the resting time sucks). I'll remove the WIP tag when I've figured something out.
The commit history is a mess, sorry about that.