Abraham Williams
Abraham Williams
Use [createSelector](https://redux-toolkit.js.org/api/createSelector) to [generation](https://github.com/gdg-x/hoverboard/blob/main/functions/src/generate-sessions-speakers-schedule.ts) schedule, session, speaker on the client.
There needs to be a way to migrate data in Firestore to different shapes or different collections along with upgrades to the app. It should have a list of migrations...
Combine get and list into read and create, update, and delete into write as it makes sense. https://firebase.google.com/docs/firestore/security/rules-structure#granular_operations
https://firebase.google.com/docs/emulator-suite/connect_firestore There will need to be an easy way to sync data between json files and emulator binary files. It should be enforced on CI that they are in sync....
Some events will include a handful of sessions that are allotted to sponsors and should be labeled as "sponsored" sessions. Currently this could be handled with a tag but it...
Currently most files are nunjucks templates that have to get pre-processed before rendering. This creates a more complex development/build cycle. Most of the template data is text that could be...
The partner data in the default file might be out of date. It should be validated that it works as is and updated if not. When creating a new Firebase...
Fixes #748
GDG/GDE has switched to using a `` logo instead of `>`.
Are there improvements that can be made to the service worker configuration? https://developers.google.com/web/tools/workbox/modules/workbox-recipes https://developers.google.com/web/tools/workbox/modules/workbox-build#injectmanifest_mode