Giter Site home page Giter Site logo

Admin UI about minion HOT 7 CLOSED

mojolicious avatar mojolicious commented on May 27, 2024
Admin UI

from minion.

Comments (7)

kraih avatar kraih commented on May 27, 2024 3

After seeing a few attempts fail, i think it might help to have a few stricter requirements for an Admin UI we can merge into Minion. For starters, i propose that for the first version, fancy JavaScript frameworks are to be avoided, and we go with plain HTML. Yes, i realize that this means no real-time graphs, but those can wait for later.

There are not too many required features.

  • Dashboard with stats about jobs and workers.
  • Worker list with current state and links to jobs each workers is currently processing.
  • Job list with support for paging and filtering based on state.
  • Detail view for each job with buttons for retry and remove.
  • Simple form for creating jobs.
  • Menubar to navigate between the dashboard, worker list and job list.
  • Very clean code that can serve as a teaching example.

Minimalism is key, if something can be left out, it should be left out.

from minion.

kraih avatar kraih commented on May 27, 2024 3

Regarding the layout of the actual admin plugin, i've made a branch with an example. https://github.com/kraih/minion/compare/admin

from minion.

kraih avatar kraih commented on May 27, 2024 1

It is not entirely feature complete yet, but i think this issue can be considered resolved with the new Admin UI. 😃 32c397b

from minion.

kraih avatar kraih commented on May 27, 2024

Think we can also use this topic to collect API enhancements needed by 3rd party UIs. Like, at some point we might need a way to list active queues, or get queue statistics.

from minion.

kraih avatar kraih commented on May 27, 2024

More statistics might be nice in general, like the number of delayed jobs currently waiting. But this needs to be done carefully, so it stays fast enough to be polled in short intervals.

from minion.

kraih avatar kraih commented on May 27, 2024

One thing i want for sure is the ability to retry multiple jobs at once, just by selecting the right ones with a checkbox.

from minion.

kraih avatar kraih commented on May 27, 2024

Regarding the design of the UI. Personally, i really like Hangfire, which features a very vanilla Bootstrap design, something similar could work for Minion as well.
dashboard-sm
failed-jobs-sm

from minion.

Related Issues (20)

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.