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

Create Orders Details #11

Open
exSnake opened this issue May 11, 2021 · 0 comments
Open

Create Orders Details #11

exSnake opened this issue May 11, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@exSnake
Copy link
Owner

exSnake commented May 11, 2021

Each user will have one or more order. For now just add a "buy now" button to the cart that will redirect to the order detail page, so when a user complete an order, the order details will be wrote to the db.
What you need to do:

  • Create OrderServlet and Orders table/DAO
  • Create OrderDetails table/DAO
  • Add buy now button to the cart page (if user isn't logged in, redirect to the login page Create authentication system #10 )
  • Create HTML page to display orders of a user
  • Create HTML page to display order details
@exSnake exSnake added the enhancement New feature or request label May 11, 2021
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

4 participants