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
We plan to enhance the Yorkie Dashboard by adding team and member management functionalities. This will require the implementation of corresponding APIs and DB schemas. The tasks include:
DB Schema Definition: Define the schema related to Team management.
DB Migration: Update existing database migrations to accommodate the new schema.
API Definition and Implementation: Create APIs for team creation, deletion, inviting members, resending invitation emails, retrieving member lists, changing member permissions, and removing members, etc.
Email Settings: Configure email settings for sending invitation emails.
Additionally, it's important to note that:
Teams will own Projects.
Users will be affiliated with Teams.
Upon signing up, a Team will be automatically created for every User, reflecting their name.
To enable collaboration among multiple users by providing a streamlined method for managing Teams and Members, improving the workflow in the Yorkie Dashboard.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
We plan to enhance the Yorkie Dashboard by adding team and member management functionalities. This will require the implementation of corresponding APIs and DB schemas. The tasks include:
Additionally, it's important to note that:
This issue is related to yorkie-team/dashboard#161.
Why is this needed:
To enable collaboration among multiple users by providing a streamlined method for managing Teams and Members, improving the workflow in the Yorkie Dashboard.
The text was updated successfully, but these errors were encountered: