We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This function allows user to order food for a certain day.
in Cart add DatePicker button that allows you to select the day
view of user orders
In table ‘order’ update ‘date’ with request
To pick another day user must press the button, that open Date Picker. After confirm, the order will be sent to database.
The order will be shown in the profile and admin-panel with the specified date.
The text was updated successfully, but these errors were encountered:
Merged in feature/orders_update (pull request #7)
b5b6e42
orders updated Approved-by: Igor Ostapchuk <[email protected]>
No branches or pull requests
This function allows user to order food for a certain day.
UI:
in Cart add DatePicker button that allows you to select the day
view of user orders
Data structure:
In table ‘order’ update ‘date’ with request
Logic:
To pick another day user must press the button, that open Date Picker. After confirm, the order will be sent to database.
The order will be shown in the profile and admin-panel with the specified date.
The text was updated successfully, but these errors were encountered: