Skip to content

fix(students): drop Matrikel column, swap Geschlecht and Gruppe#53

Merged
obcode merged 1 commit into
mainfrom
fix/students-table-columns
Jul 20, 2026
Merged

fix(students): drop Matrikel column, swap Geschlecht and Gruppe#53
obcode merged 1 commit into
mainfrom
fix/students-table-columns

Conversation

@obcode

@obcode obcode commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Kleine UI-Anpassung an der Studierenden-Seite (/courses/[name]/students):

  • Matrikel-Spalte entfernt (und das nun ungenutzte mtknr-Feld aus der CourseStudents-Query).
  • Spalten Geschl. und Gruppe getauscht → neue Reihenfolge: Name · Geschl. · Gruppe · E-Mail.

Sortierung nach Nachname passiert bereits serverseitig (CourseStudent.lastName wird getrennt geliefert, app.CourseStudents sortiert danach) — keine Änderung nötig.

🤖 Generated with Claude Code

Remove the Matrikel column from the students table and reorder so
Geschlecht comes before Gruppe. The now-unused mtknr field is dropped
from the CourseStudents query too. The roster is already sorted by last
name server-side (CourseStudent.lastName is returned separately).

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@obcode
obcode force-pushed the fix/students-table-columns branch from 1cd5def to 9f5e0a4 Compare July 20, 2026 10:32
@obcode
obcode merged commit b35e417 into main Jul 20, 2026
3 checks passed
@obcode
obcode deleted the fix/students-table-columns branch July 20, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant