bhark / Konsent

A platform designed to help groups make decisions without hierarchy and representatives, built on anarchist values.
GNU General Public License v3.0
24 stars 4 forks source link

Allow authors to configure the resting time when posting new issues #49

Closed bhark closed 6 years ago

bhark commented 6 years ago

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.

ghost commented 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 :)

ghost commented 6 years ago

we should also consider the fact that some issues won't have an expiration.

bhark commented 6 years ago

Right, I'll make it seconds. How would posts without a resting time work? They have to progress to the next phase somehow.

ghost commented 6 years ago

consensus or other ways we can't think now.

bhark commented 6 years ago

Oh, right. In that case we could just set resting time to zero.