neuer Modus für die Ausleihe Bibliothek #52

Open
opened 2026-08-14 09:20:12 +00:00 by Aiirondev · 4 comments
Owner

ausleihen werden nach einmaligen scannen des Nutzers einfach kontinuierlich eingepflegt bis auf Stop gedrückt wird

ausleihen werden nach einmaligen scannen des Nutzers einfach kontinuierlich eingepflegt bis auf Stop gedrückt wird
Aiirondev added this to the v0.14.0 milestone 2026-08-14 09:20:12 +00:00
Aiirondev added the Kind/Enhancement
Priority
Critical
1
Kind/Feature
labels 2026-08-14 09:20:12 +00:00
Aiirondev_dev was assigned by Aiirondev 2026-08-14 09:20:12 +00:00
Author
Owner

Scan Routing & Continuous Mode Update

UI Consolidation

All scan behaviors (including the relocated "Return Only" mode) were bundled into a central dropdown menu (scanModeSelect), replacing the previous standalone checkboxes.

Central Routing

The handleScanSuccess function now acts as a universal router, consistently processing all input sources (camera, hand scanner, manual text field) strictly based on the selected dropdown mode.

New Continuous Mode & API Check

The newly added continuous mode uses a live API call (/api/is_student_card) to dynamically determine whether a code is a student card or a book, enabling endless batch scanning without manual intervention.

Commit: d746b61a17
PreRelease: v0.13.14-dev.14

## Scan Routing & Continuous Mode Update ### UI Consolidation All scan behaviors (including the relocated "Return Only" mode) were bundled into a central dropdown menu (scanModeSelect), replacing the previous standalone checkboxes. ### Central Routing The handleScanSuccess function now acts as a universal router, consistently processing all input sources (camera, hand scanner, manual text field) strictly based on the selected dropdown mode. ### New Continuous Mode & API Check The newly added continuous mode uses a live API call (/api/is_student_card) to dynamically determine whether a code is a student card or a book, enabling endless batch scanning without manual intervention. **Commit**: d746b61a17d5308e278821b4e4430e4a2c5e477b **PreRelease**: v0.13.14-dev.14
Aiirondev added the Needs Review label 2026-08-14 20:34:31 +00:00
Aiirondev added spent time 2 hours 2026-08-14 21:19:09 +00:00
Aiirondev started working 2026-08-14 21:19:10 +00:00
Author
Owner

After verification the library Items are not loadet in correctly.

After verification the library Items are not loadet in correctly.
Author
Owner

Fix

Uncaught SyntaxError: missing } after property list library:2171:21note: { opened at line 2168, column 26

Commit: 55a74654db
PreRelease: v0.13.14-dev.16

## Fix Uncaught SyntaxError: missing } after property list library:2171:21note: { opened at line 2168, column 26 Commit: 55a74654db337faea8aa8090b4245ab8e9320bc7 PreRelease: v0.13.14-dev.16
Author
Owner

Still need's to be verified in real world school application.

Still need's to be verified in real world school application.
Aiirondev worked for 5 minutes 2026-08-14 21:25:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Total Time Spent: 2 hours 5 minutes
Aiirondev
2 hours 5 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Invario/Inventarsystem#52