-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/team creation #49
Conversation
Visit the preview URL for this PR (updated for commit 7275ca5): https://cruzhacks-2024-developme-d58c3--pr49-feature-team-crea-gsx4omzz.web.app (expires Tue, 23 Jan 2024 22:14:37 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c133166642cf00772f1bd63e2c20bba5d0c0a74e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UI looks great but doesn't seem to function with given database schema. users/{email}/user_items/team
doc does not exist by default which causes an error in team creation and invites.
Also you will need an accompanying backend PR bc one of your queries requires an Index. I can do this for you if it is easier.
In admin portal /teams
page:
FirebaseError: The query requires a COLLECTION_GROUP_ASC index for collection teams and field teamName.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome !
Scope
Team Creation for hackers Github Dev Board
Implementation
Created firebase functions for all team components, as well as creating team user interface
How to Test
Testing Hacker Dashboard:
Testing Admin Dashboard: