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

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

Core/fire store setup #20

Closed rwx-yxu closed 1 year ago

rwx-yxu commented 1 year ago

This pull request should add support for firebase config. Upload hcm csv data script support added as well.

It is recommended for reviewers to test the pull request by running the script without the csv file, with the csv file on a new fire store host instance. And run once more to verify that nothing will be added once the data has been uploaded

github-actions[bot] commented 1 year ago

Visit the preview URL for this PR (updated for commit 0392d95):

https://adv-web-grp1--pr20-core-fire-store-setu-upir0s21.web.app

(expires Sat, 01 Apr 2023 22:40:21 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: e45f8bd17b7de44787580bea572e36aa09784b8c

rwx-yxu commented 1 year ago

Remembered that I need to add an additional column for created_by_user_id field on the hcm data

rwx-yxu commented 1 year ago

Probs the best way to go about this is to delete all the data currently in firestore for hcm and rerun.

LiamSingh64 commented 1 year ago

Had some trouble setting it up, but that was just me being an idiot:sweat_smile:. Apart from that, it all worked great, but would it be better to have the hcm_data.csv file INSIDE the Utils folder or no?

Side-note: Documents are organized alphabetically by Capital letters, and then Lower-Case letters, just saying that for anyone else because that confused me when looking for the "created_by_user_id" key:thumbsup:

rwx-yxu commented 1 year ago

Don't really see a reason to not upload the hcm csv I guess.