easier filtering of scheduled jobs
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 431
- Forks
- 179
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 71
Description
Is your feature request related to a problem? Please describe.
currently we make heavy use of schedules as our control plane, but it's annoying to get to a particular schedule once you're over 500. (since you can just show them all on the front page and ctrl-f when you're under 500)
Describe the solution you'd like
make it easier to quickly get to the schedule we want to trigger manually
Describe alternatives you've considered
- saved a bookmark to the page with a filter set to 500 jobs, but it's still annoying once you're over 500. it's multiple clicks.
- considered reworking our scheduled jobs to be meta-schedules that call other schedules (yes, seriously, it's that annoying)
Additional context
ideal would be to start typing the schedule name and have it appear
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.
Research direction
Start in the scheduled jobs UI and trace how schedules are listed and manually triggered. Add a quick way to find a schedule by typing its name, then verify that the matching schedule can be selected without paging through hundreds of entries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100