Skip to content

feat: team  #64

@ShivamSinghal1

Description

@ShivamSinghal1

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.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions