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

Noah/multiple endpoints #83

Merged
merged 16 commits into from
Feb 21, 2022
Merged

Noah/multiple endpoints #83

merged 16 commits into from
Feb 21, 2022

Conversation

ncostar
Copy link
Collaborator

@ncostar ncostar commented Jul 17, 2021

Current WIP with remaining endpoints specified under api.md. Excludes User endopoints.

@ncostar ncostar self-assigned this Jul 17, 2021
Merge conflict resolution on GameOn service resolved for rebase

Update/ Put Tournament


Resolving abc

WIP on Tournaments query endpoints


WIP on Results endpoints

Refactor Delete method into Generic GameOn Service
Creation date nullable to check for value
Added tournament Id property to Match result to track tournament affiliation
@ncostar ncostar linked an issue Aug 15, 2021 that may be closed by this pull request
2 tasks
Copy link
Owner

@DanielLarsenNZ DanielLarsenNZ left a comment

Choose a reason for hiding this comment

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

Some great code here @ncostar 👍

Comment on lines +101 to +105
catch (NotFoundException ex)
{
// log Not Found Exception and return 404
_log.LogError(ex, ex.Message);
return NotFound(ex.Message);
Copy link
Owner

Choose a reason for hiding this comment

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

FYI @ncostar I added not-found handling here

@ncostar ncostar merged commit 90e6cf7 into main Feb 21, 2022
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.

Player.HasPlayed property As an Owner I want to Delete (End) a Tournament
2 participants