-
Notifications
You must be signed in to change notification settings - Fork 8
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
Create Restaurant Screen #6
Comments
Can I please get this issue assigned? |
!assign @likhita-marella |
@likhita-marella The bot will deassign you in 30mins. If you need more time, you may show your progress and I can extend the time. If you need firebase access, please feel free to text/call me at 8618950413 |
okay, thank you. |
Hey @Smuzzy-waiii! The timer for the @likhita-marella to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30 |
!deassign |
!assign @likhita-marella 60 |
Hey @Smuzzy-waiii! The timer for the @likhita-marella to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30 |
hey can you assign this issue again?, thank you. |
!deassign |
!assign @likhita-marella 90 |
!withdraw |
can i be assigned to this |
can i be assigned to this please? |
!assign @aryanmittal2107 60 |
1 similar comment
!assign @aryanmittal2107 60 |
@aryanmittal2107 The bot will deassign you in 60mins. If you need more time, you may show your progress and I can extend the time. If you need firebase access, please feel free to text/call me at 8618950413 |
Hey @Smuzzy-waiii! The timer for the @aryanmittal2107 to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30 |
!deassign |
!assign @shubhangisrivastava04 |
Create a Restaurant Screen page as shown in the figma design
This screen will show all the visits to a particular restaurant of the signed in user. The screen should be a stateful widget which taken in the
restaurant_id
as an argument. The visit data should be pulled from the/user/<user_id>/visits
collection with awhere
clause to only get visits with the specifiedrestaurant_id
Please use the
FirestoreListView
widget to implement this as it takes care of live updates and pagination on its own. Refer toscreens/home.dart
to see how it has been done for the home screen. You may use the already implementedVisitCard
widget fromwidgets/visit_card.dart
for the visit card part.You need not worry about the image part as of right now, just put a placeholder image
Screenshot of the Figma Design for convenience:
The text was updated successfully, but these errors were encountered: