EducatedCamels / Sprint_1

Group project
0 stars 2 forks source link

Expose ProductOrder Data #38

Open sarawithad opened 7 years ago

sarawithad commented 7 years ago

Task


To create a ProductOrder Object Class for our Database via Django REST Framework. The Objective of this task is to expose product order data for the client.

Context


A ProductOrder Class table is required for the integrity of the database. Please refer to ERD: [ERD](ERD link here)

The process


Outcome/expected behavior


In all, 4 files will be changed. After these changes, the Class created will be ready to migrate using the Django REST framework. The outcome of the migrated files will expose the ProductOrder Class that can also be linked to the other data tables in the database.

Other related tickets


Expose Product Data Expose Order Data