Schülerausweis Kopf Also mit Schulnamen #21

Closed
opened 2026-08-08 15:08:59 +00:00 by Aiirondev · 2 comments
Owner

Der Schulname ist rchts aus dem format drausen einfach zweite Ziele wenn es gebraucht wird

Der Schulname ist rchts aus dem format drausen einfach zweite Ziele wenn es gebraucht wird
Aiirondev added this to the Version v1.0.0 milestone 2026-08-08 15:08:59 +00:00
Aiirondev added the Kind/EnhancementKind/Bug
Priority
Low
4
labels 2026-08-08 15:08:59 +00:00
Aiirondev_dev was assigned by Aiirondev 2026-08-08 15:08:59 +00:00
Aiirondev modified the milestone from Version v1.0.0 to v0.15.0 2026-08-09 21:20:26 +00:00
Aiirondev added spent time 1 hour 2026-08-15 16:10:40 +00:00
Aiirondev added the Needs Review label 2026-08-15 16:11:04 +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
Author
Owner

Verified fix, functioning

Verified fix, functioning
Aiirondev added spent time 22 minutes 2026-08-16 11:12:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Total Time Spent: 1 hour 22 minutes
Aiirondev
1 hour 22 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Invario/Inventarsystem#21