Skip to content

Subdomain policy#85

Merged
cobel1024 merged 2 commits intomainfrom
dev
Mar 12, 2026
Merged

Subdomain policy#85
cobel1024 merged 2 commits intomainfrom
dev

Conversation

@cobel1024
Copy link
Copy Markdown
Owner

On branch dev
Changes to be committed:
modified: README.md
modified: core/apps/account/admin.py
modified: core/apps/account/migrations/0001_initial.py
modified: core/apps/assignment/api/v1.py
modified: core/apps/assignment/migrations/0001_initial.py
modified: core/apps/assignment/models.py
modified: core/apps/assignment/tests/test_assignment_api.py
modified: core/apps/assistant/migrations/0001_initial.py
modified: core/apps/common/error.py
modified: core/apps/common/models.py
modified: core/apps/common/schema.py
modified: core/apps/common/util.py
modified: core/apps/competency/migrations/0001_initial.py
modified: core/apps/content/api/test_content_api.py
modified: core/apps/content/api/v1.py
modified: core/apps/content/migrations/0001_initial.py
modified: core/apps/content/models.py
modified: core/apps/course/api/schema.py
modified: core/apps/course/api/v1.py
modified: core/apps/course/migrations/0001_initial.py
modified: core/apps/course/models.py
modified: core/apps/course/tests/test_course_api.py
modified: core/apps/discussion/api/v1.py
modified: core/apps/discussion/migrations/0001_initial.py
modified: core/apps/discussion/models.py
modified: core/apps/discussion/tests/test_discussion_api.py
modified: core/apps/exam/api/v1.py
modified: core/apps/exam/migrations/0001_initial.py
modified: core/apps/exam/models.py
modified: core/apps/exam/tests/test_exam_api.py
modified: core/apps/learning/api/access_control.py
modified: core/apps/learning/migrations/0001_initial.py
new file: core/apps/learning/tasks.py
modified: core/apps/operation/migrations/0001_initial.py
deleted: core/apps/operation/migrations/0002_remove_appeal_insert_insert_and_more.py
modified: core/apps/partner/migrations/0001_initial.py
modified: core/apps/quiz/api/v1.py
modified: core/apps/quiz/migrations/0001_initial.py
modified: core/apps/quiz/models.py
modified: core/apps/quiz/tests/test_quiz_api.py
modified: core/apps/sso/migrations/0001_initial.py
modified: core/apps/store/migrations/0001_initial.py
modified: core/apps/studio/api/v1/assignment.py
modified: core/apps/studio/api/v1/course.py
modified: core/apps/studio/api/v1/discussion.py
modified: core/apps/studio/api/v1/exam.py
modified: core/apps/studio/api/v1/media.py
modified: core/apps/studio/api/v1/quiz.py
modified: core/apps/studio/api/v1/survey.py
modified: core/apps/studio/migrations/0001_initial.py
deleted: core/apps/studio/tasks.py
modified: core/apps/survey/api/v1.py
modified: core/apps/survey/migrations/0001_initial.py
modified: core/apps/survey/models.py
modified: core/apps/survey/tests/test_survey_api.py
modified: core/apps/tracking/migrations/0001_initial.py
modified: core/apps/tutor/api/v1/init.py
modified: core/apps/tutor/migrations/0001_initial.py
deleted: core/apps/tutor/migrations/0002_alter_allocation_content_type_and_more.py
modified: core/apps/warehouse/migrations/0001_initial.py
modified: core/locale/en/LC_MESSAGES/django.po
modified: core/locale/ko/LC_MESSAGES/django.mo
modified: core/locale/ko/LC_MESSAGES/django.po
modified: core/minima/settings.py
modified: core/uv.lock
modified: dev.sh
modified: web/README.md
modified: web/env.example
modified: web/package-lock.json
modified: web/package.json
modified: web/src/api/index.ts
modified: web/src/api/sdk.gen.ts
modified: web/src/api/types.gen.ts
modified: web/src/api/valibot.gen.ts
modified: web/src/config.ts
modified: web/src/locale/en/translation.json
modified: web/src/locale/ko/translation.json
modified: web/src/main.tsx
modified: web/src/routeTree.gen.ts
deleted: web/src/routes/(app)/account/route.tsx
deleted: web/src/routes/(app)/route.tsx
modified: web/src/routes/(auth)/-SSOButtons.tsx
modified: web/src/routes/(auth)/activate.tsx
modified: web/src/routes/(auth)/join.tsx
modified: web/src/routes/(auth)/login.tsx
modified: web/src/routes/(auth)/password-change.tsx
modified: web/src/routes/(auth)/route.tsx
modified: web/src/routes/(public)/survey/$id.tsx
modified: web/src/routes/(public)/survey/-SurveyForm.tsx
modified: web/src/routes/-SitePolicy.tsx
renamed: web/src/routes/protected.tsx -> web/src/routes/-protected.tsx
modified: web/src/routes/__root.tsx
renamed: web/src/routes/(app)/-shared/AccountButton.tsx -> web/src/routes/account/-account/AccountButton.tsx
renamed: web/src/routes/(app)/-shared/logout.ts -> web/src/routes/account/-account/logout.ts
renamed: web/src/routes/(app)/-device.ts -> web/src/routes/account/-device.ts
renamed: web/src/routes/(app)/account/-profile/AvatarEdit.tsx -> web/src/routes/account/-profile/AvatarEdit.tsx
renamed: web/src/routes/(app)/account/-profile/OtpSetup.tsx -> web/src/routes/account/-profile/OtpSetup.tsx
renamed: web/src/routes/(app)/account/-store.ts -> web/src/routes/account/-store.ts
renamed: web/src/routes/(app)/account/device.tsx -> web/src/routes/account/device.tsx
renamed: web/src/routes/(app)/account/email-change.tsx -> web/src/routes/account/email-change.tsx
renamed: web/src/routes/(app)/account/group.tsx -> web/src/routes/account/group.tsx
renamed: web/src/routes/(app)/account/link.tsx -> web/src/routes/account/link.tsx
renamed: web/src/routes/(app)/account/profile.tsx -> web/src/routes/account/profile.tsx
new file: web/src/routes/account/route.tsx
modified: web/src/routes/index.tsx
renamed: web/src/routes/(app)/dashboard/-context.ts -> web/src/routes/student/(dashboard)/-context.ts
renamed: web/src/routes/(app)/dashboard/achievement.tsx -> web/src/routes/student/(dashboard)/achievement.tsx
renamed: web/src/routes/(app)/dashboard/announcement.tsx -> web/src/routes/student/(dashboard)/announcement.tsx
renamed: web/src/routes/(app)/dashboard/catalog.tsx -> web/src/routes/student/(dashboard)/catalog.tsx
renamed: web/src/routes/(app)/dashboard/goal.tsx -> web/src/routes/student/(dashboard)/goal.tsx
renamed: web/src/routes/(app)/dashboard/index.tsx -> web/src/routes/student/(dashboard)/index.tsx
renamed: web/src/routes/(app)/dashboard/inquiry.tsx -> web/src/routes/student/(dashboard)/inquiry.tsx
renamed: web/src/routes/(app)/dashboard/learning.tsx -> web/src/routes/student/(dashboard)/learning.tsx
renamed: web/src/routes/(app)/dashboard/report.tsx -> web/src/routes/student/(dashboard)/report.tsx
renamed: web/src/routes/(app)/dashboard/route.tsx -> web/src/routes/student/(dashboard)/route.tsx
renamed: web/src/routes/(app)/dashboard/search.tsx -> web/src/routes/student/(dashboard)/search.tsx
renamed: web/src/routes/(app)/-shared/CertificateAwardList.tsx -> web/src/routes/student/-shared/CertificateAwardList.tsx
renamed: web/src/routes/(app)/-shared/Inquiry.tsx -> web/src/routes/student/-shared/Inquiry.tsx
renamed: web/src/routes/(app)/-shared/Notification.tsx -> web/src/routes/student/-shared/Notification.tsx
renamed: web/src/routes/(app)/-shared/OtpVerification.tsx -> web/src/routes/student/-shared/OtpVerification.tsx
renamed: web/src/routes/(app)/-shared/ProgressBar.tsx -> web/src/routes/student/-shared/ProgressBar.tsx
renamed: web/src/routes/(app)/-shared/SearchBox.tsx -> web/src/routes/student/-shared/SearchBox.tsx
renamed: web/src/routes/(app)/-shared/aichat/Chat.tsx -> web/src/routes/student/-shared/aichat/Chat.tsx
renamed: web/src/routes/(app)/-shared/aichat/Message.tsx -> web/src/routes/student/-shared/aichat/Message.tsx
renamed: web/src/routes/(app)/-shared/aichat/MessageEditor.tsx -> web/src/routes/student/-shared/aichat/MessageEditor.tsx
renamed: web/src/routes/(app)/-shared/aichat/MessageList.tsx -> web/src/routes/student/-shared/aichat/MessageList.tsx
renamed: web/src/routes/(app)/-shared/aichat/Settings.tsx -> web/src/routes/student/-shared/aichat/Settings.tsx
renamed: web/src/routes/(app)/-shared/aichat/context.ts -> web/src/routes/student/-shared/aichat/context.ts
renamed: web/src/routes/(app)/-shared/goal/CategorySelect.tsx -> web/src/routes/student/-shared/goal/CategorySelect.tsx
renamed: web/src/routes/(app)/-shared/goal/GoalForm.tsx -> web/src/routes/student/-shared/goal/GoalForm.tsx
renamed: web/src/routes/(app)/-shared/grading/Appeal.tsx -> web/src/routes/student/-shared/grading/Appeal.tsx
renamed: web/src/routes/(app)/-shared/grading/FinalScore.tsx -> web/src/routes/student/-shared/grading/FinalScore.tsx
renamed: web/src/routes/(app)/-shared/grading/ScorePanel.tsx -> web/src/routes/student/-shared/grading/ScorePanel.tsx
renamed: web/src/routes/(app)/-shared/grading/SessionStart.tsx -> web/src/routes/student/-shared/grading/SessionStart.tsx
renamed: web/src/routes/(app)/-shared/quiz/GettingStarted.tsx -> web/src/routes/student/-shared/quiz/GettingStarted.tsx
renamed: web/src/routes/(app)/-shared/quiz/QuizDialog.tsx -> web/src/routes/student/-shared/quiz/QuizDialog.tsx
renamed: web/src/routes/(app)/-shared/quiz/QuizForm.tsx -> web/src/routes/student/-shared/quiz/QuizForm.tsx
renamed: web/src/routes/(app)/-shared/record.ts -> web/src/routes/student/-shared/record.ts
renamed: web/src/routes/(app)/-shared/thread/Comment.tsx -> web/src/routes/student/-shared/thread/Comment.tsx
renamed: web/src/routes/(app)/-shared/thread/CommentEditor.tsx -> web/src/routes/student/-shared/thread/CommentEditor.tsx
renamed: web/src/routes/(app)/-shared/thread/Rating.tsx -> web/src/routes/student/-shared/thread/Rating.tsx
renamed: web/src/routes/(app)/-shared/thread/Thread.tsx -> web/src/routes/student/-shared/thread/Thread.tsx
renamed: web/src/routes/(app)/-shared/thread/context.ts -> web/src/routes/student/-shared/thread/context.ts
renamed: web/src/routes/(app)/assignment/$id.session.tsx -> web/src/routes/student/assignment/$id.session.tsx
renamed: web/src/routes/(app)/assignment/-session/GettingStarted.tsx -> web/src/routes/student/assignment/-session/GettingStarted.tsx
renamed: web/src/routes/(app)/assignment/-session/GradingReview.tsx -> web/src/routes/student/assignment/-session/GradingReview.tsx
renamed: web/src/routes/(app)/assignment/-session/Submission.tsx -> web/src/routes/student/assignment/-session/Submission.tsx
renamed: web/src/routes/(app)/assignment/-session/context.ts -> web/src/routes/student/assignment/-session/context.ts
renamed: web/src/routes/(app)/course/$id.session.tsx -> web/src/routes/student/course/$id.session.tsx
renamed: web/src/routes/(app)/course/-session/Achievement.tsx -> web/src/routes/student/course/-session/Achievement.tsx
renamed: web/src/routes/(app)/course/-session/Comment.tsx -> web/src/routes/student/course/-session/Comment.tsx
renamed: web/src/routes/(app)/course/-session/CourseDetail.tsx -> web/src/routes/student/course/-session/CourseDetail.tsx
renamed: web/src/routes/(app)/course/-session/GettingStarted.tsx -> web/src/routes/student/course/-session/GettingStarted.tsx
renamed: web/src/routes/(app)/course/-session/Outline.tsx -> web/src/routes/student/course/-session/Outline.tsx
renamed: web/src/routes/(app)/course/-session/Schedule.tsx -> web/src/routes/student/course/-session/Schedule.tsx
renamed: web/src/routes/(app)/course/-session/context.ts -> web/src/routes/student/course/-session/context.ts
renamed: web/src/routes/(app)/discussion/$id.session.tsx -> web/src/routes/student/discussion/$id.session.tsx
renamed: web/src/routes/(app)/discussion/-session/Discussion.tsx -> web/src/routes/student/discussion/-session/Discussion.tsx
renamed: web/src/routes/(app)/discussion/-session/GettingStarted.tsx -> web/src/routes/student/discussion/-session/GettingStarted.tsx
renamed: web/src/routes/(app)/discussion/-session/GradingReview.tsx -> web/src/routes/student/discussion/-session/GradingReview.tsx
renamed: web/src/routes/(app)/discussion/-session/Thread.tsx -> web/src/routes/student/discussion/-session/Thread.tsx
renamed: web/src/routes/(app)/discussion/-session/context.ts -> web/src/routes/student/discussion/-session/context.ts
renamed: web/src/routes/(app)/exam/$id.session.tsx -> web/src/routes/student/exam/$id.session.tsx
renamed: web/src/routes/(app)/exam/-session/GettingStarted.tsx -> web/src/routes/student/exam/-session/GettingStarted.tsx
renamed: web/src/routes/(app)/exam/-session/GradingReview.tsx -> web/src/routes/student/exam/-session/GradingReview.tsx
renamed: web/src/routes/(app)/exam/-session/QuestionReview.tsx -> web/src/routes/student/exam/-session/QuestionReview.tsx
renamed: web/src/routes/(app)/exam/-session/StopWatch.tsx -> web/src/routes/student/exam/-session/StopWatch.tsx
renamed: web/src/routes/(app)/exam/-session/TakeExam.tsx -> web/src/routes/student/exam/-session/TakeExam.tsx
renamed: web/src/routes/(app)/exam/-session/context.ts -> web/src/routes/student/exam/-session/context.ts
renamed: web/src/routes/(app)/media/$id.tsx -> web/src/routes/student/media/$id.tsx
renamed: web/src/routes/(app)/media/-media/Note.tsx -> web/src/routes/student/media/-media/Note.tsx
renamed: web/src/routes/(app)/media/-media/Subtitle.tsx -> web/src/routes/student/media/-media/Subtitle.tsx
renamed: web/src/routes/(app)/media/-media/Watch.tsx -> web/src/routes/student/media/-media/Watch.tsx
renamed: web/src/routes/(app)/media/-media/store.ts -> web/src/routes/student/media/-media/store.ts
new file: web/src/routes/student/route.tsx
modified: web/src/routes/studio/-assignment/Assignment.tsx
modified: web/src/routes/studio/-course/Course.tsx
modified: web/src/routes/studio/-discussion/Discussion.tsx
modified: web/src/routes/studio/-exam/Exam.tsx
modified: web/src/routes/studio/-media/Media.tsx
modified: web/src/routes/studio/-quiz/Quiz.tsx
modified: web/src/routes/studio/-studio/Menu.tsx
modified: web/src/routes/studio/-survey/Survey.tsx
modified: web/src/routes/studio/index.tsx
modified: web/src/routes/studio/route.tsx
modified: web/src/routes/tutor/$app.$id.appeal.tsx
modified: web/src/routes/tutor/-tutor/Breadcrumb.tsx
modified: web/src/routes/tutor/assignment/$id.grading.tsx
modified: web/src/routes/tutor/assignment/-assignment/GradingPaper.tsx
modified: web/src/routes/tutor/discussion/$id.grading.tsx
modified: web/src/routes/tutor/discussion/-discussion/GradingPaper.tsx
modified: web/src/routes/tutor/exam/$id.grading.tsx
modified: web/src/routes/tutor/exam/-exam/GradingPaper.tsx
modified: web/src/routes/tutor/index.tsx
modified: web/src/routes/tutor/route.tsx
modified: web/src/shared/MainMenu.tsx
modified: web/src/shared/NavbarLogo.tsx
new file: web/src/shared/error/NotFound.tsx
new file: web/src/shared/error/UnKnown.tsx
renamed: web/src/shared/error.ts -> web/src/shared/error/error.ts
modified: web/vite.config.ts

On branch dev
Changes to be committed:
      modified:   README.md
      modified:   core/apps/account/admin.py
      modified:   core/apps/account/migrations/0001_initial.py
      modified:   core/apps/assignment/api/v1.py
      modified:   core/apps/assignment/migrations/0001_initial.py
      modified:   core/apps/assignment/models.py
      modified:   core/apps/assignment/tests/test_assignment_api.py
      modified:   core/apps/assistant/migrations/0001_initial.py
      modified:   core/apps/common/error.py
      modified:   core/apps/common/models.py
      modified:   core/apps/common/schema.py
      modified:   core/apps/common/util.py
      modified:   core/apps/competency/migrations/0001_initial.py
      modified:   core/apps/content/api/test_content_api.py
      modified:   core/apps/content/api/v1.py
      modified:   core/apps/content/migrations/0001_initial.py
      modified:   core/apps/content/models.py
      modified:   core/apps/course/api/schema.py
      modified:   core/apps/course/api/v1.py
      modified:   core/apps/course/migrations/0001_initial.py
      modified:   core/apps/course/models.py
      modified:   core/apps/course/tests/test_course_api.py
      modified:   core/apps/discussion/api/v1.py
      modified:   core/apps/discussion/migrations/0001_initial.py
      modified:   core/apps/discussion/models.py
      modified:   core/apps/discussion/tests/test_discussion_api.py
      modified:   core/apps/exam/api/v1.py
      modified:   core/apps/exam/migrations/0001_initial.py
      modified:   core/apps/exam/models.py
      modified:   core/apps/exam/tests/test_exam_api.py
      modified:   core/apps/learning/api/access_control.py
      modified:   core/apps/learning/migrations/0001_initial.py
      new file:   core/apps/learning/tasks.py
      modified:   core/apps/operation/migrations/0001_initial.py
      deleted:    core/apps/operation/migrations/0002_remove_appeal_insert_insert_and_more.py
      modified:   core/apps/partner/migrations/0001_initial.py
      modified:   core/apps/quiz/api/v1.py
      modified:   core/apps/quiz/migrations/0001_initial.py
      modified:   core/apps/quiz/models.py
      modified:   core/apps/quiz/tests/test_quiz_api.py
      modified:   core/apps/sso/migrations/0001_initial.py
      modified:   core/apps/store/migrations/0001_initial.py
      modified:   core/apps/studio/api/v1/assignment.py
      modified:   core/apps/studio/api/v1/course.py
      modified:   core/apps/studio/api/v1/discussion.py
      modified:   core/apps/studio/api/v1/exam.py
      modified:   core/apps/studio/api/v1/media.py
      modified:   core/apps/studio/api/v1/quiz.py
      modified:   core/apps/studio/api/v1/survey.py
      modified:   core/apps/studio/migrations/0001_initial.py
      deleted:    core/apps/studio/tasks.py
      modified:   core/apps/survey/api/v1.py
      modified:   core/apps/survey/migrations/0001_initial.py
      modified:   core/apps/survey/models.py
      modified:   core/apps/survey/tests/test_survey_api.py
      modified:   core/apps/tracking/migrations/0001_initial.py
      modified:   core/apps/tutor/api/v1/__init__.py
      modified:   core/apps/tutor/migrations/0001_initial.py
      deleted:    core/apps/tutor/migrations/0002_alter_allocation_content_type_and_more.py
      modified:   core/apps/warehouse/migrations/0001_initial.py
      modified:   core/locale/en/LC_MESSAGES/django.po
      modified:   core/locale/ko/LC_MESSAGES/django.mo
      modified:   core/locale/ko/LC_MESSAGES/django.po
      modified:   core/minima/settings.py
      modified:   core/uv.lock
      modified:   dev.sh
      modified:   web/README.md
      modified:   web/env.example
      modified:   web/package-lock.json
      modified:   web/package.json
      modified:   web/src/api/index.ts
      modified:   web/src/api/sdk.gen.ts
      modified:   web/src/api/types.gen.ts
      modified:   web/src/api/valibot.gen.ts
      modified:   web/src/config.ts
      modified:   web/src/locale/en/translation.json
      modified:   web/src/locale/ko/translation.json
      modified:   web/src/main.tsx
      modified:   web/src/routeTree.gen.ts
      deleted:    web/src/routes/(app)/account/route.tsx
      deleted:    web/src/routes/(app)/route.tsx
      modified:   web/src/routes/(auth)/-SSOButtons.tsx
      modified:   web/src/routes/(auth)/activate.tsx
      modified:   web/src/routes/(auth)/join.tsx
      modified:   web/src/routes/(auth)/login.tsx
      modified:   web/src/routes/(auth)/password-change.tsx
      modified:   web/src/routes/(auth)/route.tsx
      modified:   web/src/routes/(public)/survey/$id.tsx
      modified:   web/src/routes/(public)/survey/-SurveyForm.tsx
      modified:   web/src/routes/-SitePolicy.tsx
      renamed:    web/src/routes/protected.tsx -> web/src/routes/-protected.tsx
      modified:   web/src/routes/__root.tsx
      renamed:    web/src/routes/(app)/-shared/AccountButton.tsx -> web/src/routes/account/-account/AccountButton.tsx
      renamed:    web/src/routes/(app)/-shared/logout.ts -> web/src/routes/account/-account/logout.ts
      renamed:    web/src/routes/(app)/-device.ts -> web/src/routes/account/-device.ts
      renamed:    web/src/routes/(app)/account/-profile/AvatarEdit.tsx -> web/src/routes/account/-profile/AvatarEdit.tsx
      renamed:    web/src/routes/(app)/account/-profile/OtpSetup.tsx -> web/src/routes/account/-profile/OtpSetup.tsx
      renamed:    web/src/routes/(app)/account/-store.ts -> web/src/routes/account/-store.ts
      renamed:    web/src/routes/(app)/account/device.tsx -> web/src/routes/account/device.tsx
      renamed:    web/src/routes/(app)/account/email-change.tsx -> web/src/routes/account/email-change.tsx
      renamed:    web/src/routes/(app)/account/group.tsx -> web/src/routes/account/group.tsx
      renamed:    web/src/routes/(app)/account/link.tsx -> web/src/routes/account/link.tsx
      renamed:    web/src/routes/(app)/account/profile.tsx -> web/src/routes/account/profile.tsx
      new file:   web/src/routes/account/route.tsx
      modified:   web/src/routes/index.tsx
      renamed:    web/src/routes/(app)/dashboard/-context.ts -> web/src/routes/student/(dashboard)/-context.ts
      renamed:    web/src/routes/(app)/dashboard/achievement.tsx -> web/src/routes/student/(dashboard)/achievement.tsx
      renamed:    web/src/routes/(app)/dashboard/announcement.tsx -> web/src/routes/student/(dashboard)/announcement.tsx
      renamed:    web/src/routes/(app)/dashboard/catalog.tsx -> web/src/routes/student/(dashboard)/catalog.tsx
      renamed:    web/src/routes/(app)/dashboard/goal.tsx -> web/src/routes/student/(dashboard)/goal.tsx
      renamed:    web/src/routes/(app)/dashboard/index.tsx -> web/src/routes/student/(dashboard)/index.tsx
      renamed:    web/src/routes/(app)/dashboard/inquiry.tsx -> web/src/routes/student/(dashboard)/inquiry.tsx
      renamed:    web/src/routes/(app)/dashboard/learning.tsx -> web/src/routes/student/(dashboard)/learning.tsx
      renamed:    web/src/routes/(app)/dashboard/report.tsx -> web/src/routes/student/(dashboard)/report.tsx
      renamed:    web/src/routes/(app)/dashboard/route.tsx -> web/src/routes/student/(dashboard)/route.tsx
      renamed:    web/src/routes/(app)/dashboard/search.tsx -> web/src/routes/student/(dashboard)/search.tsx
      renamed:    web/src/routes/(app)/-shared/CertificateAwardList.tsx -> web/src/routes/student/-shared/CertificateAwardList.tsx
      renamed:    web/src/routes/(app)/-shared/Inquiry.tsx -> web/src/routes/student/-shared/Inquiry.tsx
      renamed:    web/src/routes/(app)/-shared/Notification.tsx -> web/src/routes/student/-shared/Notification.tsx
      renamed:    web/src/routes/(app)/-shared/OtpVerification.tsx -> web/src/routes/student/-shared/OtpVerification.tsx
      renamed:    web/src/routes/(app)/-shared/ProgressBar.tsx -> web/src/routes/student/-shared/ProgressBar.tsx
      renamed:    web/src/routes/(app)/-shared/SearchBox.tsx -> web/src/routes/student/-shared/SearchBox.tsx
      renamed:    web/src/routes/(app)/-shared/aichat/Chat.tsx -> web/src/routes/student/-shared/aichat/Chat.tsx
      renamed:    web/src/routes/(app)/-shared/aichat/Message.tsx -> web/src/routes/student/-shared/aichat/Message.tsx
      renamed:    web/src/routes/(app)/-shared/aichat/MessageEditor.tsx -> web/src/routes/student/-shared/aichat/MessageEditor.tsx
      renamed:    web/src/routes/(app)/-shared/aichat/MessageList.tsx -> web/src/routes/student/-shared/aichat/MessageList.tsx
      renamed:    web/src/routes/(app)/-shared/aichat/Settings.tsx -> web/src/routes/student/-shared/aichat/Settings.tsx
      renamed:    web/src/routes/(app)/-shared/aichat/context.ts -> web/src/routes/student/-shared/aichat/context.ts
      renamed:    web/src/routes/(app)/-shared/goal/CategorySelect.tsx -> web/src/routes/student/-shared/goal/CategorySelect.tsx
      renamed:    web/src/routes/(app)/-shared/goal/GoalForm.tsx -> web/src/routes/student/-shared/goal/GoalForm.tsx
      renamed:    web/src/routes/(app)/-shared/grading/Appeal.tsx -> web/src/routes/student/-shared/grading/Appeal.tsx
      renamed:    web/src/routes/(app)/-shared/grading/FinalScore.tsx -> web/src/routes/student/-shared/grading/FinalScore.tsx
      renamed:    web/src/routes/(app)/-shared/grading/ScorePanel.tsx -> web/src/routes/student/-shared/grading/ScorePanel.tsx
      renamed:    web/src/routes/(app)/-shared/grading/SessionStart.tsx -> web/src/routes/student/-shared/grading/SessionStart.tsx
      renamed:    web/src/routes/(app)/-shared/quiz/GettingStarted.tsx -> web/src/routes/student/-shared/quiz/GettingStarted.tsx
      renamed:    web/src/routes/(app)/-shared/quiz/QuizDialog.tsx -> web/src/routes/student/-shared/quiz/QuizDialog.tsx
      renamed:    web/src/routes/(app)/-shared/quiz/QuizForm.tsx -> web/src/routes/student/-shared/quiz/QuizForm.tsx
      renamed:    web/src/routes/(app)/-shared/record.ts -> web/src/routes/student/-shared/record.ts
      renamed:    web/src/routes/(app)/-shared/thread/Comment.tsx -> web/src/routes/student/-shared/thread/Comment.tsx
      renamed:    web/src/routes/(app)/-shared/thread/CommentEditor.tsx -> web/src/routes/student/-shared/thread/CommentEditor.tsx
      renamed:    web/src/routes/(app)/-shared/thread/Rating.tsx -> web/src/routes/student/-shared/thread/Rating.tsx
      renamed:    web/src/routes/(app)/-shared/thread/Thread.tsx -> web/src/routes/student/-shared/thread/Thread.tsx
      renamed:    web/src/routes/(app)/-shared/thread/context.ts -> web/src/routes/student/-shared/thread/context.ts
      renamed:    web/src/routes/(app)/assignment/$id.session.tsx -> web/src/routes/student/assignment/$id.session.tsx
      renamed:    web/src/routes/(app)/assignment/-session/GettingStarted.tsx -> web/src/routes/student/assignment/-session/GettingStarted.tsx
      renamed:    web/src/routes/(app)/assignment/-session/GradingReview.tsx -> web/src/routes/student/assignment/-session/GradingReview.tsx
      renamed:    web/src/routes/(app)/assignment/-session/Submission.tsx -> web/src/routes/student/assignment/-session/Submission.tsx
      renamed:    web/src/routes/(app)/assignment/-session/context.ts -> web/src/routes/student/assignment/-session/context.ts
      renamed:    web/src/routes/(app)/course/$id.session.tsx -> web/src/routes/student/course/$id.session.tsx
      renamed:    web/src/routes/(app)/course/-session/Achievement.tsx -> web/src/routes/student/course/-session/Achievement.tsx
      renamed:    web/src/routes/(app)/course/-session/Comment.tsx -> web/src/routes/student/course/-session/Comment.tsx
      renamed:    web/src/routes/(app)/course/-session/CourseDetail.tsx -> web/src/routes/student/course/-session/CourseDetail.tsx
      renamed:    web/src/routes/(app)/course/-session/GettingStarted.tsx -> web/src/routes/student/course/-session/GettingStarted.tsx
      renamed:    web/src/routes/(app)/course/-session/Outline.tsx -> web/src/routes/student/course/-session/Outline.tsx
      renamed:    web/src/routes/(app)/course/-session/Schedule.tsx -> web/src/routes/student/course/-session/Schedule.tsx
      renamed:    web/src/routes/(app)/course/-session/context.ts -> web/src/routes/student/course/-session/context.ts
      renamed:    web/src/routes/(app)/discussion/$id.session.tsx -> web/src/routes/student/discussion/$id.session.tsx
      renamed:    web/src/routes/(app)/discussion/-session/Discussion.tsx -> web/src/routes/student/discussion/-session/Discussion.tsx
      renamed:    web/src/routes/(app)/discussion/-session/GettingStarted.tsx -> web/src/routes/student/discussion/-session/GettingStarted.tsx
      renamed:    web/src/routes/(app)/discussion/-session/GradingReview.tsx -> web/src/routes/student/discussion/-session/GradingReview.tsx
      renamed:    web/src/routes/(app)/discussion/-session/Thread.tsx -> web/src/routes/student/discussion/-session/Thread.tsx
      renamed:    web/src/routes/(app)/discussion/-session/context.ts -> web/src/routes/student/discussion/-session/context.ts
      renamed:    web/src/routes/(app)/exam/$id.session.tsx -> web/src/routes/student/exam/$id.session.tsx
      renamed:    web/src/routes/(app)/exam/-session/GettingStarted.tsx -> web/src/routes/student/exam/-session/GettingStarted.tsx
      renamed:    web/src/routes/(app)/exam/-session/GradingReview.tsx -> web/src/routes/student/exam/-session/GradingReview.tsx
      renamed:    web/src/routes/(app)/exam/-session/QuestionReview.tsx -> web/src/routes/student/exam/-session/QuestionReview.tsx
      renamed:    web/src/routes/(app)/exam/-session/StopWatch.tsx -> web/src/routes/student/exam/-session/StopWatch.tsx
      renamed:    web/src/routes/(app)/exam/-session/TakeExam.tsx -> web/src/routes/student/exam/-session/TakeExam.tsx
      renamed:    web/src/routes/(app)/exam/-session/context.ts -> web/src/routes/student/exam/-session/context.ts
      renamed:    web/src/routes/(app)/media/$id.tsx -> web/src/routes/student/media/$id.tsx
      renamed:    web/src/routes/(app)/media/-media/Note.tsx -> web/src/routes/student/media/-media/Note.tsx
      renamed:    web/src/routes/(app)/media/-media/Subtitle.tsx -> web/src/routes/student/media/-media/Subtitle.tsx
      renamed:    web/src/routes/(app)/media/-media/Watch.tsx -> web/src/routes/student/media/-media/Watch.tsx
      renamed:    web/src/routes/(app)/media/-media/store.ts -> web/src/routes/student/media/-media/store.ts
      new file:   web/src/routes/student/route.tsx
      modified:   web/src/routes/studio/-assignment/Assignment.tsx
      modified:   web/src/routes/studio/-course/Course.tsx
      modified:   web/src/routes/studio/-discussion/Discussion.tsx
      modified:   web/src/routes/studio/-exam/Exam.tsx
      modified:   web/src/routes/studio/-media/Media.tsx
      modified:   web/src/routes/studio/-quiz/Quiz.tsx
      modified:   web/src/routes/studio/-studio/Menu.tsx
      modified:   web/src/routes/studio/-survey/Survey.tsx
      modified:   web/src/routes/studio/index.tsx
      modified:   web/src/routes/studio/route.tsx
      modified:   web/src/routes/tutor/$app.$id.appeal.tsx
      modified:   web/src/routes/tutor/-tutor/Breadcrumb.tsx
      modified:   web/src/routes/tutor/assignment/$id.grading.tsx
      modified:   web/src/routes/tutor/assignment/-assignment/GradingPaper.tsx
      modified:   web/src/routes/tutor/discussion/$id.grading.tsx
      modified:   web/src/routes/tutor/discussion/-discussion/GradingPaper.tsx
      modified:   web/src/routes/tutor/exam/$id.grading.tsx
      modified:   web/src/routes/tutor/exam/-exam/GradingPaper.tsx
      modified:   web/src/routes/tutor/index.tsx
      modified:   web/src/routes/tutor/route.tsx
      modified:   web/src/shared/MainMenu.tsx
      modified:   web/src/shared/NavbarLogo.tsx
      new file:   web/src/shared/error/NotFound.tsx
      new file:   web/src/shared/error/UnKnown.tsx
      renamed:    web/src/shared/error.ts -> web/src/shared/error/error.ts
      modified:   web/vite.config.ts
On branch dev
Changes to be committed:
      modified:   core/apps/competency/certificate.py
      modified:   core/apps/discussion/models.py
      modified:   core/uv.lock
@cobel1024 cobel1024 merged commit 898cf96 into main Mar 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant