-
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
Quiz registration #38
Conversation
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.
Cool 🚀 I can confirm that the new quiz has been added to the list & firestore already 🙌
Some minor fixes are still needed, though:
- After clicking the group button, it seems like you forgot to close the modal
- The quiz list should be ordered by
quiz_start_at
DESC, maybe can use https://firebase.google.com/docs/firestore/query-data/order-limit-data when fetching the data
app/lib/features/quiz_registration/presentation/pages/quiz_registration_page.dart
Outdated
Show resolved
Hide resolved
app/lib/features/quiz_registration/presentation/pages/quiz_registration_page.dart
Outdated
Show resolved
Hide resolved
LGTM #telat |
refence for firestore index in order by query |
No description provided.