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

feat: team #64

Open
5 tasks
ShivamSinghal1 opened this issue Oct 16, 2021 · 2 comments
Open
5 tasks

feat: team #64

ShivamSinghal1 opened this issue Oct 16, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ShivamSinghal1
Copy link
Member

Initialize a new app for Team formation.

Create Models based on ER below -

image

Many to many relationships between User Model and Team Model.

Routes to be created -

  • CRUD Operation for Team. Create, Read, Update and Delete a team.
  • User can invite friends to join. Send a mail with an invitation link.
  • User can join the team by invitation code/ link.

Important function -

  • Get a list of users in a team where is_invited = False i.e. they have joined the team.
  • Get a list of invited users where is_invited = True.
@Suryanshomar7240
Copy link
Collaborator

/cib team

@github-actions
Copy link

Branch feature/Suryanshomar7240/issue-64/team created!

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

No branches or pull requests

3 participants