Skip to content

Implement create match between two members for a match cycle - #78

Draft
rootandroo wants to merge 1 commit into
api-match-reposfrom
add-matches-domain
Draft

Implement create match between two members for a match cycle#78
rootandroo wants to merge 1 commit into
api-match-reposfrom
add-matches-domain

Conversation

@rootandroo

Copy link
Copy Markdown
Contributor
  • create controller for creating a match between two members
  • create service for an admin to create a match between two members
  • create DTOs for responses and requests

@rootandroo rootandroo mentioned this pull request Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@rootandroo
rootandroo force-pushed the add-matches-domain branch 2 times, most recently from 63b3fe2 to b09b563 Compare August 14, 2026 19:42
@sonarqubecloud

Copy link
Copy Markdown

❌ The last analysis has failed.

See analysis details on SonarQube Cloud

- create controller for creating a match between two members
- create service for an admin to create a match between two members
- create DTOs for responses and requests
@sonarqubecloud

Copy link
Copy Markdown

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets just stick with MatchController for everything, and then we can handle the permissioning after the fact, once Randy's done.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep requests and response names synced, even if you have to repeat them.

I know it's kinda annoying and verbose, but it should be ->
CreateMatchCycleRequest
CreateMatchCycleResponse

I personally like having protobuf files to condense all of these DTOs into one file, but that's more infra to set up.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets drop everything related to feedback.

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.

2 participants