Skip to content

feat: Extend Swagger Coverage for controller OAuth2SummitTrackChairRatingTypesApiController - #405

Merged
smarcet merged 3 commits into
mainfrom
feature/openapi-documentation--oauth2summittrackchairratingtypesapicontroller
Dec 8, 2025
Merged

feat: Extend Swagger Coverage for controller OAuth2SummitTrackChairRatingTypesApiController#405
smarcet merged 3 commits into
mainfrom
feature/openapi-documentation--oauth2summittrackchairratingtypesapicontroller

Conversation

@matiasperrone-exo

Copy link
Copy Markdown
Contributor

@matiasperrone-exo matiasperrone-exo self-assigned this Oct 14, 2025
@matiasperrone-exo matiasperrone-exo added the documentation Improvements or additions to documentation label Oct 14, 2025
@matiasperrone-exo matiasperrone-exo added the review Need reviewing from the developer label Nov 10, 2025
@matiasperrone-exo matiasperrone-exo removed the review Need reviewing from the developer label Nov 24, 2025
@matiasperrone-exo
matiasperrone-exo force-pushed the feature/openapi-documentation--oauth2summittrackchairratingtypesapicontroller branch from 14accaf to 0afb12d Compare November 26, 2025 22:38

@caseylocker caseylocker left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@matiasperrone-exo
Wrong namespace in security schema:
// Current (line 3)
namespace App\Swagger\Security;

// Should be
namespace App\Swagger\schemas;

Wrong x: parameter key (3 occurrences):
// Current (lines 298-300, 365-367, 439-441)
x: [
"authz_groups" => [IGroup::SuperAdmins, IGroup::Administrators, IGroup::TrackChairs, IGroup::TrackChairsAdmins]
],

// Should be
x: [
"required-groups" => [IGroup::SuperAdmins, IGroup::Administrators, IGroup::TrackChairs, IGroup::TrackChairsAdmins]
],

@matiasperrone-exo

Copy link
Copy Markdown
Contributor Author

Thanks @caseylocker for the comments. Now is ready to review again

@matiasperrone-exo
matiasperrone-exo force-pushed the feature/openapi-documentation--oauth2summittrackchairratingtypesapicontroller branch from 0afb12d to e947d29 Compare December 3, 2025 20:45

@caseylocker caseylocker left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM. @smarcet if you agree please merge.

@matiasperrone-exo
matiasperrone-exo force-pushed the feature/openapi-documentation--oauth2summittrackchairratingtypesapicontroller branch from ab964c8 to 7a87e56 Compare December 5, 2025 15:22

@smarcet smarcet left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@smarcet
smarcet merged commit 86c4f16 into main Dec 8, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants