advweb-grp1 / advanced-web-final-year-project

Final year advanced web develop unit project
MIT License
1 stars 0 forks source link

core/hcm_data #40

Closed advweb-grp1 closed 1 year ago

advweb-grp1 commented 1 year ago

Problem

During dev of the dashboard, page exceeded the read limits for firestore at 52k reads! image Firestore only allows for 50k reads per day. image

Hotfix

Upload a cut down version of the hcm csv data called hcm_dev.csv. Cut down to like 10 records or so.

Fix

Create a pinia store that loads the hcm data when the application is loaded to reduce reads when going to the dashboard view.

advweb-grp1 commented 1 year ago

Hot fix will be dev by liam.

rwx-yxu commented 1 year ago

Keeping issue open to implement the pinia store.