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

fix: [PIDM-133] Updated openapi ecommerce helpdesk service and mongo indexes #2777

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

FrancescoDiTonno-BVT
Copy link
Collaborator

@FrancescoDiTonno-BVT FrancescoDiTonno-BVT commented Feb 10, 2025

List of changes

  • modified ecommerce-helpdesk-service openapi
  • added indexes for searching events in the deadletter

Motivation and context

  • update with addition of more filters in the search for events in the deadletter on ecommerce-helpdesk-service

Type of changes

  • Add new resources
  • Update configuration to existing resources
  • Remove existing resources

Does this introduce a change to production resources with possible user impact?

  • Yes, users may be impacted applying this change
  • No

Does this introduce an unwanted change on infrastructure? Check terraform plan execution result

  • Yes
  • No

Other information


If PR is partially applied, why? (reserved to mantainers)

@@ -2147,6 +2177,9 @@
},
"timeRange": {
"$ref": "#/components/schemas/DeadLetterSearchDateTimeRange"
},
"excludeStatuses": {
Copy link
Contributor

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)

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe "skippedStatuses" ?

Copy link
Contributor

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

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.

3 participants