Skip to content

backend: teams #30

@ap0nia

Description

@ap0nia

Summary

In addition to sharing notes and workspaces, users can add themselves to teams and remove themselves from teams.

Specifications

  • Teams don't have any tangible functionality, they'll just be used to associate users with one another.

  • Create a new table "teams" in the prisma schema

  • Create a service that will add a user to a team given their ID

  • Connect this "add user" service to a controller

  • Create a service that will remove a user from a team given their ID

  • Connect this "remove user" service to a controller

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions