-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WatermelonAI SummaryThe 5 commits in this Pull Request are focused on creating and improving the functionality of creating a team and matching a user to a team. Commit 1 adds the initial code for creating a team and matching a user to a team. Commit 2 renames a file, likely for better organization or to match naming conventions. Commit 3 imports a file, possibly to utilize its functionality for creating and matching teams. Commit 4 utilizes the organization parameter to match on a call, indicating that the team and user matching is based on the organization they belong to. Commit 5 merges the changes from the 'dev' branch into the 'feature/match-users-to-team' branch. Overall, the business logic of this Pull Request focuses on adding the functionality to create a team and match users to teams based on their organization. GitHub PRsClick here to login to Jira |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has already been addressed in #326 but posting it here again: Got this after going to the Team tab with my new account [email protected]
Got "this"? |
This refers to this image (@baristaGeek): On that: unrelated, won't fix. |
Description
Allows calling the db to do create a team if it doesn't exist or match a user to a team
Type of change
Notes
Acceptance