Skip to content

lijsamuael/qms

Repository files navigation

This is repo is open for collaboration, let us make it together.

Queue Management System

The Queue Management System (QMS) is an application built on the Frappe framework that helps manage queues in various departments. It allows real-time updates for users as well as plays an audio file whenever a queue is called, ensuring smooth queue management and enhancing user experience. The system displays the list of queues in each day and for each department and provides a real-time update on the screen.

Key Features:

  • Real-time updates for all users across the system.
  • Queue management for each department, displaying queues in real-time.
  • Audio notifications that play whenever a queue is called.
  • Instant updates on screen to show the latest changes without delay.

Screenshots

  1. Workspace:

    Workspace

  2. List of Queues in Each Department with Realtime Update:

    List of Queues

  3. Queue Call with Audio Attached:

    Queue Call

  4. Realtime Update on Screen with additional Audio functionality: You can get this at /queue_dashboard page.

    image

Installation

You can install this app using the bench CLI:

cd $PATH_TO_YOUR_BENCH
bench get-app https://github.com/lijsamuael/qms
bench install-app qms

Contributing

This app uses pre-commit for code formatting and linting. Please install pre-commit and enable it for this repository:

cd apps/qms
pre-commit install

Pre-commit is configured to use the following tools for checking and formatting your code:

  • ruff
  • eslint
  • prettier
  • pyupgrade

Continuous Integration (CI)

This app can use GitHub Actions for CI. The following workflows are configured:

  • CI: Installs this app and runs unit tests on every push to the develop branch.
  • Linters: Runs Frappe Semgrep Rules and pip-audit on every pull request.

License

MIT

About

Frappe Queue Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors