-
Notifications
You must be signed in to change notification settings - Fork 28
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
Implement the third page, Select Menu Items #10
Comments
dartandrevinsky
added a commit
that referenced
this issue
Apr 30, 2021
- Basic structure, redux store and actions - Handlers to move to this page
dartandrevinsky
added a commit
that referenced
this issue
May 13, 2021
- Added a new row: selected restaurant
dartandrevinsky
added a commit
that referenced
this issue
May 18, 2021
- Page retrieves the menu of the restaurant, displays it
dartandrevinsky
added a commit
that referenced
this issue
May 19, 2021
- User selects item from the list of menu items - Menu items reflect the presence in the tray
dartandrevinsky
added a commit
that referenced
this issue
May 21, 2021
- Cart ('Your tray') is updated based on the user selection and confirmation from the API backend
dartandrevinsky
added a commit
that referenced
this issue
May 21, 2021
- Cart ('Your tray') has its own actions column with ability to add/remove items (WIP)
Description of the added API endpoints
|
dartandrevinsky
added a commit
that referenced
this issue
May 24, 2021
- Cart ('Your tray') has its own actions column with ability to add/remove items and update subtotal
dartandrevinsky
added a commit
that referenced
this issue
May 24, 2021
- adjustments in UI (columns width and formatting) - cleanup (debugger statements removed, etc.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use this sketch as a guideline:
The text was updated successfully, but these errors were encountered: