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

Modify the UI of Restaurant Menu page #14

Open
shivang1305 opened this issue Jan 10, 2024 · 3 comments
Open

Modify the UI of Restaurant Menu page #14

shivang1305 opened this issue Jan 10, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@shivang1305
Copy link
Owner

  • Add the veg filter on the page.
  • Add the veg/non-veg icon over every menu item.
  • Get all the data of menu items from the backend.
  • Categorize the data (like Recommended, Bestseller, etc.) in the accordions.
  • Make the accordions collapsable by lifting the state to the parent component.
  • Show the rating of the menu item wherever applicable.
  • Show the bestseller tag on the menu item wherever applicable.
  • Show all the offers applicable to the restaurant in a separate component.
  • Add the browse menu dialog box component.
@shivang1305 shivang1305 added the enhancement New feature or request label Jan 10, 2024
@shivang1305 shivang1305 self-assigned this Jan 10, 2024
@shivang1305
Copy link
Owner Author

  • The Veg/Non-Veg icon is added to each menu item based on the data coming from the API.
  • Made the category accordions to categorize the menu items based on the data coming from the backend API and made them collapsable (toggle) on click.

@shivang1305
Copy link
Owner Author

  • Recommended or Bestseller tags are added to respective menu items.

@shivang1305
Copy link
Owner Author

  • Pure Veg filter is the only pending feature on the Restaurant Menu page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant