-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Extend Swagger Coverage for controller OAuth2SummitTrackChairRatingTypesApiController
#405
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: Extend Swagger Coverage for controller OAuth2SummitTrackChairRatingTypesApiController
#405
Conversation
14accaf to
0afb12d
Compare
caseylocker
left a comment
There was a problem hiding this comment.
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]
],
|
Thanks @caseylocker for the comments. Now is ready to review again |
0afb12d to
e947d29
Compare
caseylocker
left a comment
There was a problem hiding this comment.
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.
…atingTypesApiController`
…schema, fix path routes and change schema to be defined as requested
ab964c8 to
7a87e56
Compare
smarcet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Task:
Ref: https://app.clickup.com/t/86b6wkh7t