app/admin/mentors/page.jsx: list of educators awaiting verification review.
- table: applicant, submitted date, credential type, days waiting, status chip
- filter tabs by state: pending / more-info-requested / approved / rejected / expired
- sort by wait time ascending by default, oldest first
Related context: the repo already ships educator-facing verification issues (#170-#174 cover the educator side and frontend RBAC). This is the admin counterpart consuming whatever those flows submit.
app/admin/mentors/page.jsx: list of educators awaiting verification review.Related context: the repo already ships educator-facing verification issues (#170-#174 cover the educator side and frontend RBAC). This is the admin counterpart consuming whatever those flows submit.