{"id":41727909,"url":"https://github.com/sdley/queue-management-system","last_synced_at":"2026-01-24T23:18:03.060Z","repository":{"id":270992826,"uuid":"912035270","full_name":"sdley/queue-management-system","owner":"sdley","description":"Design and implementation of a queue management system","archived":false,"fork":false,"pushed_at":"2025-10-21T10:19:30.000Z","size":744,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-21T12:23:15.093Z","etag":null,"topics":["hacktoberfest","java","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-04T14:12:26.000Z","updated_at":"2025-10-21T10:29:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa3d9dcb-75c0-4553-8475-f187f08d7a33","html_url":"https://github.com/sdley/queue-management-system","commit_stats":null,"previous_names":["sdley/queuemanagementsystem","sdley/queue-management-system"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sdley/queue-management-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdley%2Fqueue-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdley%2Fqueue-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdley%2Fqueue-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdley%2Fqueue-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdley","download_url":"https://codeload.github.com/sdley/queue-management-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdley%2Fqueue-management-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28738980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","java","spring-boot"],"created_at":"2026-01-24T23:18:02.343Z","updated_at":"2026-01-24T23:18:03.008Z","avatar_url":"https://github.com/sdley.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Queue Management System\n\nDesign and implementation of a web application for queue management.\n\n## Project Overview\nThis system allows users to select a service (e.g., utilities, banking), choose a location, and track their position in a service queue. The platform displays:\n- E-ticket number\n- User's position in the queue\n- Number of people ahead\n- Current ticket being served\n\nAgents manage queues via an interface (e.g., move to next/previous client), and administrators access a backoffice dashboard to monitor all ongoing queues.\n\n## System Architecture\n\n### Actors\n- **Client:** Beneficiary requesting services\n- **Agent:** Service provider managing clients\n- **Admin:** Administrator overseeing all queues\n- ### Use Case Diagram\n![image](https://github.com/user-attachments/assets/c379db42-a53c-4f9c-98ba-b1769a4364c7)\n\nfig: use case diagram\n\n### Functional Requirements\n- Select service\n- Choose location\n- Agents call next/previous client\n- View ongoing queues and current ticket numbers\n\n### Main Classes\n- Person\n- Client\n- Agent\n- Admin\n- Service\n- Queue (FileAttente)\n- Location\n\n#### Key Relationships\n- A Service can have multiple Locations.\n- A Queue is linked to one Service but can contain multiple Clients.\n- Agents serve clients in a queue.\n- Admins have a global view over all queues.\n\n![conception-image-diagram](img.png)\nfig: relationships between main classes\n\n\n### Technology Stack\n- **Frontend :** Next.js 15, Tailwind CSS\n  - UI: [`queue-management-system-ui`](https://github.com/sdley/queue-management-system-ui)\n- **Backend:** Spring Boot, MySQL, Spring Data JPA, Hibernate, RESTful API\n\n## Getting Started\n1. Clone this repository.\n2. Install required dependencies: Java, Maven, MySQL (MariaDB).\n3. Run `docker-compose up -d mariadb` to start the MariaDB container.\n4. Run `CREATE DATABASE IF NOT EXISTS queueManagementDB;` in MariaDB before starting the project.\n5. Run the project using `mvn spring-boot:run`.\n6. Access via `localhost:8080`.\n\n## Contributing\n- Read `CONTRIBUTING.md` for contribution guidelines.\n- To participate in Hacktoberfest, look for issues tagged with `hacktoberfest` or `good first issue`.\n- Please adhere to the `CODE_OF_CONDUCT.md`.\n\n## License\nMIT License, © [sdley Souleymane DIALLO](https://sdley.github.io/) 2025\n\n\n## Acknowledgements\n- Inspired by real-world queue management needs.\n- Thanks to all contributors and the open-source community enthusuasts.\n\n## Contact\nFor questions or support, reach out via [GitHub Issues](https://github.com/sdley/queue-management-system/issues) or contact [sdley Souleymane DIALLO](https://sdley.github.io/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdley%2Fqueue-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdley%2Fqueue-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdley%2Fqueue-management-system/lists"}