Adjust history filters to allow sub-selection of error_type under "state"
Open
@taylordowns2000 is already working on this.
Since Nov 10, 2023.
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
Users may want to show workorders with a particular last attempt error_type. Right now they only can filter on state, but the different between a TimeoutError and a SecurityError is very important and if they select the Killed state they should be able to further filter on attempt.error_type.
This is complicated because workorder has state but not error_type. Should we introduce it? Or should we extend the query with a join to filter on attempt.error_type? Probably the former, not the latter.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.