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

PS-187 draft #42

Merged
merged 7 commits into from
Apr 12, 2024
Merged

PS-187 draft #42

merged 7 commits into from
Apr 12, 2024

Conversation

MysticFragilist
Copy link
Contributor

@MysticFragilist MysticFragilist commented Apr 11, 2024

Complete changelist for refactoring purposes:

Before After
POST /api/events/{id}/reports POST /api/reports/{id}
GET /api/events/tags GET /api/tags
POST /api/organizer/events/draft POST /api/organizer-drafts
N/A PATCH /api/organizer-drafts/{id}
GET /api/moderator/events/reports GET /api/reports
GET /api/moderator/organizer/{id} GET /api/organizers/{id}
GET /api/moderator/organizer GET /api/organizers
POST /api/moderator/organizer POST /api/organizers
PATCH /api/moderator/organizer PATCH /api/organizers/{id}/toggle
GET /api/organizer/events GET /api/organizer-events
POST /api/organizer/events POST /api/organizer-events
DELETE/api/organizer/events/{id} DELETE/api/organizer-events/{id}
PATCH /api/organizer/events/{id} PATCH /api/organizer-events/{id}
GET /api/moderator/events GET /api/moderator-events
PATCH /api/moderator/events/{id} PATCH /api/moderator-events/{id}/state

Copy link

sonarcloud bot commented Apr 11, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
15.9% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Copy link

@Udito3 Udito3 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

sonarcloud bot commented Apr 12, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
15.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@MysticFragilist MysticFragilist merged commit 3e4a80b into main Apr 12, 2024
2 of 3 checks passed
@MysticFragilist MysticFragilist deleted the ftr/PS-187-draft branch April 12, 2024 14:38
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.

None yet

3 participants