-
Notifications
You must be signed in to change notification settings - Fork 35
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
B 22087 int - Number of shipments in the search queue not decreasing when shipments are deleted #14865
Conversation
Bumps [store2](https://github.com/nbubna/store) from 2.14.2 to 2.14.4. - [Commits](nbubna/store@2.14.2...2.14.4) --- updated-dependencies: - dependency-name: store2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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.
The way that I read the AC and understand it, is they still want rejected/canceled shipments to be included no? They just don't want to include deleted shipments.
If that's not the case, then I'd recommend updating the AC and getting clarification since rejected/canceled shipments still show on the MTO page.
I'd recommend you check out ExcludeDeletedScope
in the backend to help you out and not return deleted shipments when querying the db.
After talking with @JonSpight on Slack, seems like we might have some limitations with Pop and so we are unable to use
to where we can filter these out at the db successfully Think the approach is fine, but would suggest moving the filtering closer to the service object and filtering out deleted shipments within the order fetcher & move search functions |
Main b 22039 remove lat lon
…2-2.14.4 Bump store2 from 2.14.2 to 2.14.4
tested and ready to approve, just waiting to hear back from Jon on if |
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.
I had previously tested with the changes from the most recent commit so I am comfortable approving!
Can you please update the 'How to test' above as well, to match the new findings and not include Cancellation Requested. |
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.
very nice!
Agility ticket
Summary
When there are multiple shipments and 1 is deleted, the number of shipments does not account for the deleted shipment
How to test