mmcknett / loggr

Time logging system
https://loggr-a3f89.web.app/
0 stars 0 forks source link

Scale-up: List array is calculated from querying all logs. The array of lists needs to be aggregated if logs are queried by page or filtered. #18

Closed mmcknett closed 3 months ago

mmcknett commented 3 months ago

The simple solution to this is implemented: filter to the most recent 3 weeks, or show all logs. By default, we're filtering to the most recent 3 weeks. https://github.com/mmcknett/loggr/pull/67