This commit is contained in:
Nicolás Sánchez 2025-02-20 08:29:58 -03:00
parent 8e02ad1477
commit 73e93a3dc6
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Mandatory:
* Config object (instead of a config dictionary). * Config object (instead of a config dictionary).
* Status object (instead of a status dictionary). * Status object (instead of a status dictionary).
9. In statistics_server, cache daily_and_monthly_totals result if there are no changes in the last deals (and if the day did not change) 9. In statistics_server, cache daily_and_monthly_totals result if there are no changes in the last deals (and if the day did not change)
10. Once #8 is implemented, if a config file does not exist, don't generate it, just use the default. If a config file exists, it overrides the defaults.
Would be nice to have: Would be nice to have: