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

Phases update is not consistent #51

Closed ghost closed 6 years ago

ghost commented 6 years ago

At the moment updating the phases is something that happens only on requests and not automatically, meaning that some issues will stay in a phase, even though the time has passed, until someone requests a view.

bhark commented 6 years ago

I've been thinking some about this, can't really figure out a clean way to do it besides using something external like cron. Do you have anything in mind?

ghost commented 6 years ago

a timer in a thread :(

i will look more into this

bhark commented 6 years ago

I've tried some different approaches to timers, but they were clunky, resource-heavy and error-prone. I didn't look enough, admittedly, so there might be good multi-threading solutions.