youteacher_admin is the internal back-office service for operating YouTeacher. Human moderators use it to verify schools, approve recruiters, and adjust quotas. It owns no data of its own: it is a thin backend-for-frontend in front of the profile, auth, content, and job services. It is laid out as a hexagonal application and checks two trust questions on every request.
Children
- architecture-and-request-lifecycle — the hexagonal layers and the request lifecycle.
- dual-authentication-model — which service is calling, and which human is behind the call.
- downstream-integration-and-caching — downstream integration, config-driven routing, and dashboard caching.
- admin-moderation-workflows — moderation workflows and domain state machines.