Skip to main content

Admissions

School Admin

The Admissions module manages the full student intake lifecycle — from creating an admission cycle, receiving and reviewing applications through the public portal, to approving and enrolling successful candidates.

Module Map

Admissions
├── Admission Cycles → Define intake periods and capacities
├── Application Pipeline → Review, shortlist, and decide on applications
└── Public Portal → /apply/:schoolCode — accessible by prospective parents

Workflow Overview

  1. Create an admission cycle — define the academic year, intake level, and available places.
  2. Share the portal link — parents visit /apply/your-school-code to submit applications online.
  3. Review applications — filter, shortlist, and process applications in the pipeline.
  4. Admit candidates — approve successful applicants; they are automatically created as students.

Next Steps