Open ferdymercury opened 1 year ago
Right now, the countdown period is hard coded at 28.
https://github.com/beescoop/Obeesdoo/blob/0c0f36ae65e3ac34f40f337d011b1c27fba3db34/shift/models/cooperative_status.py#L44
It would be quite helpful if this value could be configured by the user admin via the Technical Settings web interface, for example changing it to 15 which is what we need.
I am a bit confused about this GUI setting:
How is it different wrt the countdown period?
@remytms can you help us on that one ? I think _period is a relic that is overriden in other modules.
Right now, the countdown period is hard coded at 28.
https://github.com/beescoop/Obeesdoo/blob/0c0f36ae65e3ac34f40f337d011b1c27fba3db34/shift/models/cooperative_status.py#L44
It would be quite helpful if this value could be configured by the user admin via the Technical Settings web interface, for example changing it to 15 which is what we need.