Pengin-Open-Source / pengin-pi-2

Pengin-Pi Django version
GNU General Public License v3.0
0 stars 1 forks source link

[TASK] orders #9

Open stuart909 opened 2 weeks ago

stuart909 commented 2 weeks ago

Description Build models, views, urls, forms and templates for Order, Customer, and OrderList

Details Allow CRUD operations for users and admins, using class-based views and method decorators.

Order have a 1-to-many relationship with Customer. OrderList is the intermediary table allowing a many-to-many relationship between Product and Order. Customer has a 1-to-many relationship with ShippingAddress and Contract.

Parent Issue None

Child Issues Customer CRUD operations Contract CRUD operations ShippingAddress CRUD operations

Milestone Set the milestone if applicable.