Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/add team selection in create project button #4093

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

Gepardgame
Copy link
Contributor

@Gepardgame Gepardgame commented Aug 23, 2024

Description

Adds a option to the Create Project dialog to add a team

Added API endpoint to get available Teams. Also needed to create two new classes, for returning.

Altered create Project API Point, to be able to also add a initial Team to the project.

Addressed Issue

Fixes #4092

Checklist

  • I have read and understand the contributing guidelines
    - [ ] This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • This PR implements an enhancement, and I have provided tests to verify that it works as intended
    - [ ] This PR introduces changes to the database model, and I have added corresponding update logic
    - [ ] This PR introduces new or alters existing behavior, and I have updated the documentation accordingly

@Gepardgame Gepardgame requested a review from nscuro August 27, 2024 11:25
@Gepardgame Gepardgame force-pushed the feat/add-team-selection-in-create-proect-button branch from a9f950f to 12c72d4 Compare August 27, 2024 12:34
Copy link

codacy-production bot commented Aug 29, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.07% (target: -1.00%) 100.00% (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (43e73d9) 21952 17280 78.72%
Head commit (77f0598) 21991 (+39) 17327 (+47) 78.79% (+0.07%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#4093) 43 43 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@Gepardgame Gepardgame force-pushed the feat/add-team-selection-in-create-proect-button branch from 7ffc4ee to fc26e7a Compare September 10, 2024 05:54
@Gepardgame Gepardgame closed this Sep 11, 2024
@Gepardgame Gepardgame force-pushed the feat/add-team-selection-in-create-proect-button branch from fc26e7a to 7ce8e04 Compare September 11, 2024 06:33
…Team is given to the project

Signed-off-by: Thomas Schauer-Koeckeis <[email protected]>
Signed-off-by: Thomas Schauer-Koeckeis <[email protected]>
Signed-off-by: Thomas Schauer-Koeckeis <[email protected]>
Signed-off-by: Thomas Schauer-Koeckeis <[email protected]>
Signed-off-by: Thomas Schauer-Koeckeis <[email protected]>
Signed-off-by: Thomas Schauer-Koeckeis <[email protected]>
Signed-off-by: Thomas Schauer-Koeckeis <[email protected]>
Signed-off-by: Thomas Schauer-Koeckeis <[email protected]>
Signed-off-by: Thomas Schauer-Köckeis <[email protected]>
@Gepardgame Gepardgame reopened this Sep 11, 2024
@Gepardgame
Copy link
Contributor Author

@nscuro Is there a chance that will get into 4.12, we would love to use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance "Create Project" dialog to include team selection
2 participants