mateusjunges / trackable-jobs-for-laravel

This package allows you to easily track your laravel jobs!
https://junges.dev/documentation/trackable-jobs-for-laravel
MIT License
279 stars 16 forks source link

Frontend exists? #14

Closed LocalHeroPro closed 8 months ago

LocalHeroPro commented 3 years ago

Did you have prebuild frontend for that?

mateusjunges commented 3 years ago

Hi @LocalHeroPro, at this moment i don't have any frontend. I have plans to add it in the future, or you can submit a PR if you want to. Thanks!

LocalHeroPro commented 3 years ago

I'm familiar with Bootstrap 4, it's ok for that purpose? Did you already have some mockup for that view?

mateusjunges commented 3 years ago

I don't have any mockup, but i think in something like the UI of the deployment pipeline on Laravel Vapor.

You can check it in this video, or in the image below:

image

madalinignisca commented 3 years ago

If you intend this, make it optional, requiring explicit install. Would not be nice to polute our admin panels with something that 99% will not fit our admin design.

Look at fortify as example, which is not forcing you to use the default blade/Vue components it has in. You must install them.

mateusjunges commented 3 years ago

@madalinigniscaI i intend to make a separate package, containing only the frontend for these, so you only install it if you want to.

mateusjunges commented 2 years ago

@LocalHeroPro it still a work in progress, but you can install and test it if you want to: https://github.com/mateusjunges/laravel-trackable-jobs-ui

composer require mateusjunges/laravel-trackable-jobs-ui

PRs are welcome!