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

Update registration with team information #107

Open
Drakodin opened this issue Mar 1, 2021 · 0 comments
Open

Update registration with team information #107

Drakodin opened this issue Mar 1, 2021 · 0 comments
Labels
backend backend work enhancement New feature or request

Comments

@Drakodin
Copy link
Contributor

Drakodin commented Mar 1, 2021

Registration has a different team schema from team formation and thus different information must be pushed for updating. Registration's schema is:

{
    teamId: Object.id
    teamLeader: IUser
    members: IUser[]
    teamName: string
}

Requirement - Update the registration endpoint for the team and user schemas. Due to the differing schema, update with the following information: Team ObjectId, team creator, members list, and team name.

@Drakodin Drakodin added the backend backend work label Mar 1, 2021
@Drakodin Drakodin added the enhancement New feature or request label Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend work enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant