Add QR button or link for enrolled devices. #1

Closed
opened 2026-02-07 15:21:08 -08:00 by kyle · 1 comment
Owner

Address the Driver Enrollment. I would like to make a button. on the device tab next to the drivers name with QR logo that shows the drivers QR logo when clicked. That way if I ever need to bring it up for enrolling that device later I can send it to them or pull it up form the console.image.png

Address the Driver Enrollment. I would like to make a button. on the device tab next to the drivers name with QR logo that shows the drivers QR logo when clicked. That way if I ever need to bring it up for enrolling that device later I can send it to them or pull it up form the console.<img width="414" alt="image.png" src="attachments/18710f94-4690-4825-95c5-f14c452f5c68">
Author
Owner

Implemented and deployed!

Changes:

  • Backend: Added GET /gps/devices/:driverId/qr endpoint that reconstructs the QR URL from stored device data
  • Frontend: Added QR button in the Devices tab table next to each enrolled driver
  • Clicking QR opens a modal with:
    • QR code (scan with Traccar Client app)
    • iOS App Store / Google Play download links
    • Manual setup fallback (device ID + server URL with copy buttons)

Same info that was shown during initial enrollment, now available anytime.

Implemented and deployed! **Changes:** - Backend: Added `GET /gps/devices/:driverId/qr` endpoint that reconstructs the QR URL from stored device data - Frontend: Added QR button in the Devices tab table next to each enrolled driver - Clicking QR opens a modal with: - QR code (scan with Traccar Client app) - iOS App Store / Google Play download links - Manual setup fallback (device ID + server URL with copy buttons) Same info that was shown during initial enrollment, now available anytime.
kyle closed this issue 2026-02-07 22:10:17 -08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kyle/vip-coordinator#1