Giter Site home page Giter Site logo

virolea / panoptic Goto Github PK

View Code? Open in Web Editor NEW
45.0 45.0 4.0 368 KB

Web interface for the SolidQueue queuing backend

License: MIT License

Ruby 70.80% JavaScript 0.56% CSS 1.65% HTML 26.41% SCSS 0.08% Shell 0.50%
rails ruby ruby-on-rails solid-queue

panoptic's Introduction

Hi there ๐Ÿ‘‹

I am an experience software engineer working mainly with Ruby and its web framework counterpart, Ruby on Rails. Over the years I've worked for companies of different shape and sizes, which helped build significant experience building web applications.

I am currently working as a contractor and am available for hire.

panoptic's People

Contributors

activefx avatar dependabot[bot] avatar fractaledmind avatar kylekeesling avatar virolea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

panoptic's Issues

Enhanced Dashboard

Let's transform the process page into a more advanced dashboard with:

  • Some key jobs data: job performed, scheduled jobs, failed jobs. Latency could be one of them as well but it may be better to have this in the queue panel
  • Maybe an overall graph of jobs performed per day

Visualise a job's arguments

Hey Vincent!

Something that every once in a while I find myself doing is checking out what arguments a certain job was enqueued with. As far as I can see that bit of information is not rendered for a job.

Do you think it would make sense to add it? Happy to work on a PR for it ๐Ÿ‘Œ

Jobs should be sorted from newest to oldest

I'm on my phone on a train, so I can't make the simple PR, but jobs should be orders newest to oldest. When I come to the UI, I'm almost certainly interested in the most recent jobs.

Do you really need ActionMailer?

My app failed to boot because I wasn't requiring ActionMailer for my app, and Panoptic requires it:

Unable to load application: NameError: uninitialized constant Panoptic::ActionMailer
Did you mean?  ActionCable
bundler: failed to load command: puma (.../shared/bundle/ruby/3.0.0/bin/puma)
.../shared/bundle/ruby/3.0.0/gems/panoptic-0.1.2/app/mailers/panoptic/application_mailer.rb:2:in `<module:Panoptic>': uninitialized constant Panoptic::ActionMailer (NameError)
Did you mean?  ActionCable

I did a code search, and I don't see the gem sending any emails. I'm presuming this is an artifact of the code generation.

No method `page` for relation of Jobs

I get an error when trying to visit the Jobs page:

NoMethodError (undefined method `page' for #<ActiveRecord::Relation [#<SolidQueue::Job ... ])

Backtrace points to this line: [283bbc8f-9f2c-4fc9-8690-044377a3d467] panoptic (0.1.2) app/controllers/panoptic/jobs_controller.rb:6:in index'`

I'm on version panoptic (0.1.2)

Manually requiring kaminari in my application.rb fixed the issue

Shared views should be namespaced

Shared views should be namespaced as they can be overwritten by an application's existing shared views (shared/navbar, shared/flashes).

Failed job detail view

Troubleshooting failing jobs is often tricky from my experience, mainly with Sidekiq.
SolidQueue saves nice information when a jobs failes, like error, number of executions as well as the stack trace.

I'd like to add a dedicated view for failed jobs with that information displayed

Live Polling

Add the ability to live poll job data across the UI

Engine assets

The engine uses bootstrap through a CDN, to save some time on release.

In order to add styles, I'd like to handle assets at the engine level.
I'd also like to add Turbo to the engine.

One requirement is that assets must be compiled by the engine before release, as I don't want client apps to build the engine assets.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.