feat: Implement instructor course management, including student progress tracking and course content views, alongside admin user management.
This commit is contained in:
parent
c9381b9385
commit
be5b9756be
11 changed files with 2116 additions and 1386 deletions
|
|
@ -12,6 +12,7 @@ export interface AdminUserResponse {
|
|||
th: string;
|
||||
};
|
||||
};
|
||||
avatar_url?: string;
|
||||
profile: {
|
||||
prefix: {
|
||||
en: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue