harness / harness/backstage-plugins
[Feat]: Search/sort/filter pipeline executions across the table
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 39
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
🔖 Feature description
Search/sort/filters across the table
🎤 Context
Currently, search/sort/filter is done on the UI for loaded data for that Page. It would help if this functionality can be extended to get the results across the table which covers all top 50 execution list.
✌️ Possible Implementation
To implement this functionality across table data, we would need to the backend API call to Search/sort/filter on all 50 entries.
Contributor guide
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.
Research direction
No file or test is named in the issue. Start by tracing the executions table's current UI search, sort, and filter behavior and the backend API call used for paged data; done means those operations return results across all 50 executions rather than only the loaded page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100