Skip to content
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/widgets #3

Closed
wants to merge 2 commits into from
Closed

Feature/widgets #3

wants to merge 2 commits into from

Conversation

Syuq
Copy link
Contributor

@Syuq Syuq commented Nov 13, 2023

demo pull request in here

…rvice, and reservation_service files

These files have been added to the project to implement the corresponding services: authentication, menu, order, and reservation.
📦 chore(order_card.dart): add OrderCard widget
📦 chore(reservation_card.dart): add ReservationCard widget
📦 chore(restaurant_app_bar.dart): add RestaurantAppBar widget

The commit adds four new widget files: MenuItem, OrderCard, ReservationCard, and RestaurantAppBar. These widgets are essential components of the application's user interface. The MenuItem widget represents a single item in a menu with its name, description, price, and image. The OrderCard widget displays information about an order, including the order number, total amount, and status. The ReservationCard widget represents a reservation with its reservation number, date, and time. The RestaurantAppBar widget is the top app bar of the restaurant app, displaying the restaurant name and a shopping cart icon to access the shopping cart or orders screen.
@Syuq Syuq closed this Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant