Public Transport v2 — Prototype
A ticketing loop that tells the driver — stop by stop — whether anyone is getting on or off, so buses can skip the empty ones.
Mounted in the bus. Shows the next stops, how many are getting on/off, and whether a stop can be skipped. One big button marks a stop as visited.
Open →Runs on the conductor's Android device. Scan a passenger's ID card, pick their destination, issue & print a ticket with a QR code.
Open →Back-office operations. Issue & print passenger identity cards, and build routes by ordering stops along the way.
Open →See every issued card & ticket with their QR codes, manage trips, and simulate stop-presence sensor data for testing.
Open →Stop-side devices report crowd presence to POST /api/presence with { stopCode, hasPeople }. Since there's no real hardware yet, use the presence dashboard inside the Admin panel to simulate readings.