osl-vvce / zero-sama

A telegram bot for managing the weekly status sent by various members.
https://status.oslvvce.com
MIT License
0 stars 6 forks source link

Externalize the weekly reminder schedule as a declarative config #19

Open shreevari opened 2 years ago

shreevari commented 2 years ago

Currently, weekly reminder schedule is hard-coded in the code. Extract this config out to a file or read it from an external location like a config file on S3 bucket or Github variables (repo), or even Firebase(not preferred). After this change, we should be able to change the schedule without redeploying the code.