felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.3k stars 360 forks source link

Customize the "job id" click action (or add a separate button) #831

Open vidjuheffex opened 1 week ago

vidjuheffex commented 1 week ago

Searched through the issues, both open and new, and didn't see this:

when I'm on a screen listing jobs and can see job a7326b01-4a83-40e3-bb15-d1b8d5a8f12e for example, when I click that, it takes me to a singular view of that job.

It would be cool if they had some thing like a 🌐 link next to them to take you to the "web view of that job" ie.. a place in your app where that job might live.

In our app that is /job/{jobId}

I'm sure many apps have a place they would like to send you from the diagnostic view so I figured I'd open this feature request.

felixmosh commented 1 week ago

How would you pass this "base path" to the board?

felixmosh commented 6 days ago

Will global (for all queus) url template will do the job? /my-app/{{job.id}} it can be an absolute url (to other domain) as well.