Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.84 KB

File metadata and controls

55 lines (36 loc) · 1.84 KB

Hypercar Service Center

A Django-based web application for managing electronic queue. Pages for serviceman, for receiving tickets and for displaying the order in the queue.

Menu

✨ Features

  • Queue Management System - Efficiently manage service queues for different automotive services
  • Real-time Processing - Process service tickets in real-time with dynamic queue updates

🛠️ Technologies Used

  • Backend: Django 4.x
  • Frontend: HTML, Django Templates
  • Styling: Inline HTML attributes (AI generated for demonstration purposes)
  • Architecture: MVC (Model-View-Controller) pattern

Views

  • WelcomeView: Landing page display
  • MenuView: Service selection interface
  • LineView: Queue management and ticket creation
  • ProcessingView: Queue processing and ticket handling

📱 Screenshots

Taking a ticket

Menu The Ticket

Queue page

Wellcome Next_In_Line

Serviceman page

Processing