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

USER STORY: Checkout App #35

Closed
6 tasks done
MoniPar opened this issue May 15, 2023 · 0 comments
Closed
6 tasks done

USER STORY: Checkout App #35

MoniPar opened this issue May 15, 2023 · 0 comments
Labels
3 Story points Must Have Guaranteed to be delivered
Milestone

Comments

@MoniPar
Copy link
Owner

MoniPar commented May 15, 2023

As a developer, I can create a checkout app, so that I can implement functionality for the customer to enter required information and view their delivery cost, order and grand total.

Acceptance Criteria

  1. The Oder and OrderLIneItem models are created in models.py.
  2. A signals.py file is created.
  3. The order form can be accessed in the Admin panel.

Tasks

  • Create checkout app and add it to INSTALLED_APPS
  • Create the Order and OrderLineItem models and methods
  • Migrate and Register the models to the Admin
  • Create a signals.py file and add functions to call the update and delete methods
  • Override the ready method in apps.py
  • Create the checkout form
@MoniPar MoniPar added 3 Story points Must Have Guaranteed to be delivered labels May 15, 2023
@MoniPar MoniPar added this to the Checkout App milestone May 15, 2023
@MoniPar MoniPar changed the title USER STORY: Checkout form USER STORY: Checkout App May 15, 2023
@MoniPar MoniPar closed this as completed Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 Story points Must Have Guaranteed to be delivered
Projects
Status: Done
Development

No branches or pull requests

1 participant