feat: Implement instructor course management, including student progress tracking and course content views, alongside admin user management.

This commit is contained in:
Missez 2026-02-05 09:31:24 +07:00
parent c9381b9385
commit be5b9756be
11 changed files with 2116 additions and 1386 deletions

View file

@ -12,6 +12,7 @@ export interface AdminUserResponse {
th: string;
};
};
avatar_url?: string;
profile: {
prefix: {
en: string;