UI: Add ability to search for Evaluations in index
- Dominant language
- Go
- Stars
- 17k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 105
Description
### Proposal
As a follow up to the [Evaluations Index](https://github.com/hashicorp/nomad/issues/11122) we should also include the ability to search for evaluations.
A user should be able to search for evaluations by:
* ID
* Node ID
* JobID
* Previous, Next, and Blocked Eval ID
### Use-cases
This would allow a user to more easily consume the evaluations index without having to manually scan through results.
### Attempted Solutions
This can be done via the CLI with (rather complex) filtering (likely with jq).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the linked Evaluations Index issue and the existing evaluations index entry point; compare its fields with the CLI filtering approach using jq. Done means the UI can search evaluations by ID, node ID, JobID, and Previous, Next, or Blocked Eval ID.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100