You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your default partial for showing the info about the job you are seeing is a great default. But it would be likely simple and hugely impactful if it basically rendered a partial for that based on the Job, and let standard rails partial identification (or maybe something with a customer path setting) be used to get alternative definable partials.
Right now, with Sidekiq's UI that is very similar, we often will need to look at the arguments, find an ID number, then go look that up in another UI. Having configurable partials would let us trivially make those nicely-formatted UIs (for example, showing a name for the object instead of its GlobalID) and to hyperlink to other management pages.
The text was updated successfully, but these errors were encountered:
Your default partial for showing the info about the job you are seeing is a great default. But it would be likely simple and hugely impactful if it basically rendered a partial for that based on the Job, and let standard rails partial identification (or maybe something with a customer path setting) be used to get alternative definable partials.
Right now, with Sidekiq's UI that is very similar, we often will need to look at the arguments, find an ID number, then go look that up in another UI. Having configurable partials would let us trivially make those nicely-formatted UIs (for example, showing a name for the object instead of its GlobalID) and to hyperlink to other management pages.
The text was updated successfully, but these errors were encountered: