Skip to content

feat: add getOrganizationFromTeamName use case - #42

Merged
mikededo merged 4 commits into
mainfrom
feat/get-org-from-team-name
Nov 30, 2022
Merged

feat: add getOrganizationFromTeamName use case#42
mikededo merged 4 commits into
mainfrom
feat/get-org-from-team-name

Conversation

@mikededo

Copy link
Copy Markdown
Contributor

The user will input the name of our organization, not the ID. Therefore, we have to obtain the organization data given a team id.

Note: Not sure if I have properly used the return maybeTeam.get().getOrganization(); since the relation is loaded lazily. AFAIK, it should not be an issue.

Closes #41

@mikededo mikededo added type: feat New feature or request status: code review PR ready to be reviewed labels Nov 30, 2022
@mikededo mikededo added this to the 2 - MVP milestone Nov 30, 2022
@mikededo mikededo self-assigned this Nov 30, 2022
@mikededo
mikededo merged commit 07e859a into main Nov 30, 2022
@mikededo
mikededo deleted the feat/get-org-from-team-name branch November 30, 2022 17:21
@mikededo mikededo added status: done PR/Issue completed and removed status: code review PR ready to be reviewed labels Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: done PR/Issue completed type: feat New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GetOrganizationFromTeamName

2 participants