temporalio / temporalio/ui

easier filtering of scheduled jobs

Open
#2,949 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.