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

Allow user to limit search for last run per work order #593

Open
2 tasks
amberrignell opened this issue Jan 11, 2023 · 0 comments
Open
2 tasks

Allow user to limit search for last run per work order #593

amberrignell opened this issue Jan 11, 2023 · 0 comments

Comments

@amberrignell
Copy link
Contributor

amberrignell commented Jan 11, 2023

User story

As a user that is searching for all work orders that failed due to a specific error (ex: "xx not found"), I would like to limit my search specifically to the last run of each work order, so that I don't get results where the error appeared in a first run but was already resolved.

Details

Below the searchbar, add a checkbox with the label "Only search last run per work order".
image (2).png

When set to true, the search should only apply to the last run each work order.

Implementation notes

Release notes

  • Users can now (optionally) search across the last runs per work order

User acceptance criteria

  • given a work order with 2 runs where run 1 (first run) contains a log with the string 'joe' but run 2 (last run) doesn't, when I search for 'joe' and select 'only search on last run, that work order does not appear in the results.
  • given a work order with 2 runs where run 1 (first run) contains a run log with the string 'joe' but run 2 (last run) doesn't, when I search for 'joe' and unselect 'only search on last run, that work order does appear in the results.
@taylordowns2000 taylordowns2000 changed the title Allow user to limit runs search for last attempt Allow user to limit search for last run per work order Feb 1, 2024
@taylordowns2000 taylordowns2000 moved this to Icebox in v2 Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Icebox
Development

No branches or pull requests

1 participant