TCP-Tech / mentorship-backend

Mentorship backend repository
3 stars 7 forks source link

Create "QuestionStatus" model under "questions" app #20

Open prakhar-asaiya opened 1 year ago

prakhar-asaiya commented 1 year ago

Refer here document for "QuestionStatus" model creation in questions/models.py

Avoid using prefix of table name in the table fields. For eg. In the PDF if "QuestionStatus_name" is written then use it as "name" only.

Refer to DSA_Q_Solved table in the pdf for this model.

Also generate the migrations for this app.

virajchandra51 commented 1 year ago

please assign me this issue

prakhar-asaiya commented 1 year ago

Okay @virajchandra51.

ayushgoswamiabr commented 1 year ago

@virajchandra51 what is the progress on this issue?