Bibliotheksausweise #23

Closed
opened 2026-08-08 15:11:52 +00:00 by Aiirondev · 3 comments
Owner

Klassenweise oder ähnliches rauslassen,
auch die Klassen mit Stellung also Lehrer

Klassenweise oder ähnliches rauslassen, auch die Klassen mit Stellung also Lehrer
Aiirondev added this to the Version v1.0.0 milestone 2026-08-08 15:11:52 +00:00
Aiirondev added the
Priority
Medium
3
Kind/Enhancement
labels 2026-08-08 15:11:52 +00:00
Aiirondev_dev was assigned by Aiirondev 2026-08-08 15:11:52 +00:00
Aiirondev modified the milestone from Version v1.0.0 to v0.15.0 2026-08-09 21:20:45 +00:00
Author
Owner

Class-Specific Student Card PDF Export

This issue has been successfully resolved with the implementation of a class-filtered PDF export option using a dynamic dropdown interface.

Summary of Changes:

  • Backend Routing:
    • Added a new endpoint (/student_card_class_barcode_download) that filters student card records based on the selected class name.
    • Extracted unique, sorted class names using MongoDB's distinct() method to populate options dynamically.
  • Frontend UI (student_cards_admin.html)[cite: 2]:
    • Replaced the manual text input field inside the export header with a structured <select> dropdown containing all available registered classes[cite: 2].
    • Linked the form to the new class-specific download route for seamless PDF generation.

Commit: 90da8487f2
PreRelease: v0.13.15-dev.1

### Class-Specific Student Card PDF Export This issue has been successfully resolved with the implementation of a class-filtered PDF export option using a dynamic dropdown interface. #### Summary of Changes: * **Backend Routing:** * Added a new endpoint (`/student_card_class_barcode_download`) that filters student card records based on the selected class name. * Extracted unique, sorted class names using MongoDB's `distinct()` method to populate options dynamically. * **Frontend UI (`student_cards_admin.html`)[cite: 2]:** * Replaced the manual text input field inside the export header with a structured `<select>` dropdown containing all available registered classes[cite: 2]. * Linked the form to the new class-specific download route for seamless PDF generation. Commit: 90da8487f2cd60d13888f2a652bedc19a1869f4e PreRelease: v0.13.15-dev.1
Aiirondev added the Needs Review label 2026-08-15 16:34:05 +00:00
Aiirondev added spent time 45 minutes 2026-08-15 16:34:17 +00:00
Aiirondev added spent time 12 minutes 2026-08-16 11:13:10 +00:00
Author
Owner

Commit: 1299140823
PreRelease: v0.13.15-dev.4

Commit: 1299140823 PreRelease: v0.13.15-dev.4
Author
Owner

Fix implementet and verified.

Fix implementet and verified.
Sign in to join this conversation.
1 Participants
Notifications
Total Time Spent: 57 minutes
Aiirondev
57 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Invario/Inventarsystem#23