Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created mentee model #37

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open

Conversation

animesh288
Copy link
Contributor

@animesh288 animesh288 commented Dec 15, 2022

Fixes #17

Description

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

Type of Change: (Delete irrelevant options)

  • Code

Code/Quality Assurance Only (Delete irrelevant options)

  • New feature (non-breaking change which adds functionality pre-approved by mentors)

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:

  • My PR follows the style guidelines of this project
  • I have performed a self-review of my own code or materials
  • I have commented my code or provided relevant documentation, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged
  • Update Swagger documentation and the exported file at /docs folder
  • Update requirements.txt

Code/Quality Assurance

  • My changes generate no new warnings
  • My PR currently breaks something (fix or feature that would cause existing functionality to not work as expected)
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been published in downstream modules

@animesh288
Copy link
Contributor Author

yeah sure

@ayushgoswamiabr
Copy link
Contributor

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

@ayushgoswamiabr
Copy link
Contributor

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

@ayushgoswamiabr
Copy link
Contributor

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
Copy link
Contributor Author

okay 👍

@ayushgoswamiabr
Copy link
Contributor

@sahil9001 Take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create "Mentee" model under "users" app
2 participants