Closed nomadbitcoin closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
web3-bootcamp-platform | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 7, 2024 4:18pm |
great job!
Type of Pull Request:
What does this PR do?
We are storing user registrations in study groups in Firestore and mirroring this data to BigQuery through Firebase extensions, and mirroring the student presence from BigQuery to Firestore through Cloud Functions.
Helper Functions:
Implementation Details
All the changes were made by reusing the existing logic and components of the codebase.
Additional Context
study_group_presence
data from BigQuery prod to the development database.study_groups
collection from Firebase prod to development to match IDs with prod.img_url
within an "analytics" field instudy_groups
metadata. (BigQuery project_id needs to be changed for production)study_groups
copied from prod (slug, image, description, etc.) (Update required at production data)analytics
field, ensuring consistency with how the field is written by cloud functions.Closes Issue
Closes #144