Coffee-Code-Philly-Accelerator / coffee_and_code_philly_dot_com

3 stars 4 forks source link

Read social links from firestore #34

Closed MosesSupposes closed 2 months ago

MosesSupposes commented 3 months ago

Closes #15

This change fetches and renders the discord and meetup links from the firestore after the user has successfully onboarded onto our platform by passing the quiz. Previously, the meetup link was hardcoded into the UI, now it is being dynamically fetched from the cloud firestore such that should our social links change or we add a new social link, it can be reflected in our UI with minimal maintenance. It might be worth it to add more metadata to the links, pull all links from the firestore and render them indiscriminately after the quiz has been completed. Currently the links are being fetched and rendered manually (programatically). I can easily add the feature I just described in the next PR if any reviewer deems it appropriate.

MosesSupposes commented 3 months ago

By the way, #32 should get approved/merged before this PR.