-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: [PIDM-133] Updated openapi ecommerce helpdesk service and mongo indexes #2777
base: main
Are you sure you want to change the base?
fix: [PIDM-133] Updated openapi ecommerce helpdesk service and mongo indexes #2777
Conversation
src/domains/ecommerce-app/api/ecommerce-helpdesk-api/v1/_openapi.json.tpl
Show resolved
Hide resolved
@@ -2147,6 +2177,9 @@ | |||
}, | |||
"timeRange": { | |||
"$ref": "#/components/schemas/DeadLetterSearchDateTimeRange" | |||
}, | |||
"excludeStatuses": { |
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.
what about refactor this field name as statusFilter? (renaming also related objects)
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.
maybe "skippedStatuses" ?
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.
we propose an internal survey :) we can refactoring it as excludedStatuses
List of changes
Motivation and context
Type of changes
Does this introduce a change to production resources with possible user impact?
Does this introduce an unwanted change on infrastructure? Check terraform plan execution result
Other information
If PR is partially applied, why? (reserved to mantainers)