Student detail: policy-acceptance history, intake answers & payment history #69

Closed
opened 2026-07-18 21:03:14 +00:00 by thatguygriff · 0 comments
Owner

What

docs/features/student-administration.md defers three sections of the per-student detail view:

(Later) policy-acceptance history, intake answers, and payment history once Payments lands.

Payments (#7) has landed, so these are now unblocked. Add to the studio-admin student detail page (Auth domain, manage_students):

  • Policy-acceptance history — which policy versions the student accepted and when (AcceptanceRepository, us_policy_acceptances).
  • Intake answers — registration-question answers per booking/enrolment (AnswerRepository).
  • Payment history — the student's payments with method, status, amounts/HST, and receipt number (Payment\PaymentRepository).

Where

  • Spec: docs/features/student-administration.md (update the "(Later)" note when done)
  • Detail view controller under src/Auth/ (student administration, #22)
  • Tests under tests/Unit/Auth/
## What `docs/features/student-administration.md` defers three sections of the per-student detail view: > *(Later)* policy-acceptance history, intake answers, and payment history once Payments lands. Payments (#7) has landed, so these are now unblocked. Add to the studio-admin student detail page (`Auth` domain, `manage_students`): - **Policy-acceptance history** — which policy versions the student accepted and when (`AcceptanceRepository`, `us_policy_acceptances`). - **Intake answers** — registration-question answers per booking/enrolment (`AnswerRepository`). - **Payment history** — the student's payments with method, status, amounts/HST, and receipt number (`Payment\PaymentRepository`). ## Where - Spec: `docs/features/student-administration.md` (update the "(Later)" note when done) - Detail view controller under `src/Auth/` (student administration, #22) - Tests under `tests/Unit/Auth/`
thatguygriff added the feature label 2026-07-18 21:03:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Unsupervised/unsupervised-scheduler#69