TCP-Tech / mentorship-backend

Mentorship backend repository
3 stars 7 forks source link

Created mentee model #37

Open animesh288 opened 1 year ago

animesh288 commented 1 year ago

Fixes #17

Description

Created Mentee model under users app and generated migrations for the app

Type of Change: (Delete irrelevant options)

Code/Quality Assurance Only (Delete irrelevant options)

How Has This Been Tested?

Describe the tests you ran to verify your changes. Provide instructions or GIFs so we can reproduce. List any relevant details for your test.

Checklist:

Code/Quality Assurance

animesh288 commented 1 year ago

yeah sure

ayushgoswamiabr commented 1 year ago

Sorry @animesh288 team model was not created yet I have added a issue for it so you can comment team id for now

ayushgoswamiabr commented 1 year ago

Mentor model is created and merged take a pull from dev branch and add mentor id as a foreign key

ayushgoswamiabr commented 1 year ago

instead of is_mentor and is_mentee make a charfield of user_type and add these two choices and add verbose_name in class Meta

animesh288 commented 1 year ago

okay 👍

ayushgoswamiabr commented 1 year ago

@sahil9001 Take a look