Files
training-software/frontend
Paperclip CTO 7225775e12 feat(TRA-370): attendance UI, API endpoints, and migration
Backend:
- Add migration 0002 for Meeting, MeetingParticipant, EmployeeAttendance models
- Add EmployeeAttendanceSerializer with meeting_title helper field
- Add MeetingDetailView (GET /meetings/{id}/ with participants embedded)
- Add EmployeeAttendanceListView (GET /training/attendance/) with
  role-based access: own records always visible; other users require
  progress:view_all / progress:view_team / users:manage capability
- Register meeting-detail and attendance-list routes in urls.py

Frontend:
- attendance.html + attendance.js: JWT login flow, attendance history
  table with status badges, token refresh via sessionStorage only
  (no localStorage for access tokens)
- meetings.html + meetings.js: meeting list, create-meeting form,
  per-meeting participant management, inline attendance recording
  with select + save per row; UUID input validated before submit
- attendance.css: shared stylesheet for both pages

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-18 12:12:05 +02:00
..