Improve formatting of schedule.json #253
Labels
enhancement
New feature or request
frontend
Suspected problem with frontend (client-side code in public directory)
Milestone
Currently, the start and end times for periods in
public/schedule.json
are stored in milliseconds since midnight. However, we do not need to store information down to seconds, much less milliseconds. It would be more maintainable to store times as number of minutes since midnight (hour * 60 + minute
). Or, even better, we could switch to TOML, which is easier to read and write than JSON and offers native support for dates and times.The text was updated successfully, but these errors were encountered: