DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: Order Line Item Model #35

Closed DarrachBarneveld closed 8 months ago

DarrachBarneveld commented 8 months ago

As a developer, I can view and manage line items within orders to track my purchase accurately and efficiently.

Acceptance Criteria:

  1. Admin can see line items within orders
  2. The line item contains the quantity, price and discounts of the order
  3. The line items linked directly to an order

Tasks

DarrachBarneveld commented 8 months ago

OrderLine item model created and linked to orders. This users a generic content type as referenced in the django frameworks documentation https://docs.djangoproject.com/en/5.0/ref/contrib/contenttypes/