You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the page the user should probably arrive on after logging in. The page should show:
The team the user is currently a part of and whether or not the user is the owner
The event associated with the team
A listing of all members on the team
If the user is the owner, allow the user to remove members from the team (optional)
Allow the user to generate invite links
A confirmation message after the user successfully accepts an invite
Chances are it won't be necessary to include separate routes for each of these items since the API can already do all of this (with the exception of deleting, I think... which is trivial anyways).
The text was updated successfully, but these errors were encountered:
This is the page the user should probably arrive on after logging in. The page should show:
Chances are it won't be necessary to include separate routes for each of these items since the API can already do all of this (with the exception of deleting, I think... which is trivial anyways).
The text was updated successfully, but these errors were encountered: