[diary]: Update 10 Mar

This commit is contained in:
2025-03-10 14:16:26 +00:00
parent ab1cd49a7d
commit e7830b30c7

View File

@ -2,6 +2,8 @@
- Add `ci.yml`. - Add `ci.yml`.
- Update frontend to only send one request per API when loading data, using the list of `objectType`s functionaliy, thereby reducing the number of requests made. - Update frontend to only send one request per API when loading data, using the list of `objectType`s functionaliy, thereby reducing the number of requests made.
- Speeds up loading time from 20s to 15s for all data. - Speeds up loading time from 20s to 15s for all data.
- Add Navbar, skeleton Statistics page.
- Enable TailwindCSS.
## Sun 09 Mar 2025 ## Sun 09 Mar 2025
- Optimise `permanent_data.py` with better batched uploading and asynchronous API calls. - Optimise `permanent_data.py` with better batched uploading and asynchronous API calls.