-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels