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/`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What
docs/features/student-administration.mddefers three sections of the per-student detail view:Payments (#7) has landed, so these are now unblocked. Add to the studio-admin student detail page (
Authdomain,manage_students):AcceptanceRepository,us_policy_acceptances).AnswerRepository).Payment\PaymentRepository).Where
docs/features/student-administration.md(update the "(Later)" note when done)src/Auth/(student administration, #22)tests/Unit/Auth/