Skip to content

Tutor#82

Merged
cobel1024 merged 2 commits intomainfrom
tutor
Mar 9, 2026
Merged

Tutor#82
cobel1024 merged 2 commits intomainfrom
tutor

Conversation

@cobel1024
Copy link
Copy Markdown
Owner

No description provided.

On branch tutor
Changes to be committed:
      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/factories.py
      modified:   core/apps/assistant/migrations/0001_initial.py
      modified:   core/apps/common/models.py
      modified:   core/apps/competency/migrations/0001_initial.py
      modified:   core/apps/content/migrations/0001_initial.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/factories.py
      modified:   core/apps/discussion/api/schema.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/factories.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/factories.py
      modified:   core/apps/learning/api/access_control.py
      modified:   core/apps/learning/api/v1.py
      modified:   core/apps/learning/management/commands/setup_demo_data.py
      modified:   core/apps/learning/migrations/0001_initial.py
      modified:   core/apps/operation/admin.py
      modified:   core/apps/operation/api/schema.py
      modified:   core/apps/operation/migrations/0001_initial.py
      modified:   core/apps/operation/models.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/factories.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
      deleted:    core/apps/studio/api/v1/schema.py
      modified:   core/apps/studio/api/v1/survey.py
      modified:   core/apps/studio/migrations/0001_initial.py
      modified:   core/apps/studio/models.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/factories.py
      modified:   core/apps/tracking/migrations/0001_initial.py
      new file:   core/apps/tutor/__init__.py
      new file:   core/apps/tutor/admin.py
      new file:   core/apps/tutor/api/v1/__init__.py
      new file:   core/apps/tutor/api/v1/exam.py
      new file:   core/apps/tutor/apps.py
      new file:   core/apps/tutor/decorator.py
      new file:   core/apps/tutor/migrations/0001_initial.py
      new file:   core/apps/tutor/migrations/__init__.py
      new file:   core/apps/tutor/models.py
      new file:   core/apps/tutor/tasks.py
      new file:   core/apps/tutor/tests/test_tutor_exam_api.py
      modified:   core/apps/warehouse/migrations/0001_initial.py
      modified:   core/apps/warehouse/views.py
      modified:   core/minima/settings.py
      modified:   core/pyproject.toml
      modified:   core/uv.lock
      modified:   dev.sh
      modified:   web/package-lock.json
      deleted:    web/public/image/logo/logo-dark.png
      deleted:    web/public/image/logo/logo-icon.png
      deleted:    web/public/image/logo/logo-large.png
      deleted:    web/public/image/logo/logo-square.png
      deleted:    web/public/image/logo/logo-studio-dark.png
      deleted:    web/public/image/logo/logo-studio-large.png
      deleted:    web/public/image/logo/logo-studio.png
      modified:   web/public/image/logo/logo.png
      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/routeTree.gen.ts
      modified:   web/src/routes/(app)/-shared/AccountButton.tsx
      modified:   web/src/routes/(app)/-shared/Inquiry.tsx
      modified:   web/src/routes/(app)/-shared/Notification.tsx
      modified:   web/src/routes/(app)/-shared/SearchBox.tsx
      modified:   web/src/routes/(app)/-shared/aichat/Chat.tsx
      modified:   web/src/routes/(app)/-shared/goal/CategorySelect.tsx
      modified:   web/src/routes/(app)/-shared/goal/GoalForm.tsx
      modified:   web/src/routes/(app)/-shared/grading/Appeal.tsx
      modified:   web/src/routes/(app)/-shared/grading/SessionStart.tsx
      modified:   web/src/routes/(app)/-shared/quiz/QuizDialog.tsx
      modified:   web/src/routes/(app)/-shared/thread/Thread.tsx
      modified:   web/src/routes/(app)/account/device.tsx
      modified:   web/src/routes/(app)/account/group.tsx
      modified:   web/src/routes/(app)/account/link.tsx
      modified:   web/src/routes/(app)/assignment/$id.session.tsx
      modified:   web/src/routes/(app)/assignment/-session/GradingReview.tsx
      modified:   web/src/routes/(app)/course/$id.session.tsx
      modified:   web/src/routes/(app)/course/-session/Achievement.tsx
      modified:   web/src/routes/(app)/course/-session/CourseDetail.tsx
      modified:   web/src/routes/(app)/course/-session/GettingStarted.tsx
      modified:   web/src/routes/(app)/course/-session/Schedule.tsx
      modified:   web/src/routes/(app)/dashboard/achievement.tsx
      modified:   web/src/routes/(app)/dashboard/announcement.tsx
      modified:   web/src/routes/(app)/dashboard/catalog.tsx
      modified:   web/src/routes/(app)/dashboard/goal.tsx
      modified:   web/src/routes/(app)/dashboard/learning.tsx
      modified:   web/src/routes/(app)/dashboard/report.tsx
      modified:   web/src/routes/(app)/dashboard/search.tsx
      modified:   web/src/routes/(app)/discussion/$id.session.tsx
      modified:   web/src/routes/(app)/discussion/-session/GradingReview.tsx
      modified:   web/src/routes/(app)/discussion/-session/Thread.tsx
      modified:   web/src/routes/(app)/exam/$id.session.tsx
      modified:   web/src/routes/(app)/exam/-session/GradingReview.tsx
      modified:   web/src/routes/(app)/exam/-session/QuestionReview.tsx
      modified:   web/src/routes/(app)/exam/-session/TakeExam.tsx
      modified:   web/src/routes/(app)/media/$id.tsx
      modified:   web/src/routes/(app)/media/-media/Note.tsx
      modified:   web/src/routes/(app)/route.tsx
      modified:   web/src/routes/(auth)/join.tsx
      modified:   web/src/routes/(public)/survey/$id.tsx
      modified:   web/src/routes/(public)/survey/-SurveyForm.tsx
      modified:   web/src/routes/-SitePolicy.tsx
      new file:   web/src/routes/protected.tsx
      modified:   web/src/routes/studio/-course/Course.tsx
      modified:   web/src/routes/studio/-course/data.ts
      deleted:    web/src/routes/studio/-studio/NavbarLogo.tsx
      modified:   web/src/routes/studio/route.tsx
      new file:   web/src/routes/tutor/-context.tsx
      new file:   web/src/routes/tutor/exam/$id.grading.tsx
      new file:   web/src/routes/tutor/exam/-exam/GradingPaper.tsx
      new file:   web/src/routes/tutor/exam/-exam/Question.tsx
      new file:   web/src/routes/tutor/exam/-exam/context.ts
      new file:   web/src/routes/tutor/index.tsx
      new file:   web/src/routes/tutor/route.tsx
      modified:   web/src/shared/CollapseButton.tsx
      modified:   web/src/shared/NavbarLogo.tsx
On branch tutor
Changes to be committed:
      modified:   README.md
      modified:   core/apps/assignment/models.py
      modified:   core/apps/discussion/api/schema.py
      modified:   core/apps/discussion/models.py
      modified:   core/apps/exam/models.py
      modified:   core/apps/tutor/api/v1/__init__.py
      new file:   core/apps/tutor/api/v1/assignment.py
      new file:   core/apps/tutor/api/v1/discussion.py
      modified:   core/apps/tutor/api/v1/exam.py
      new file:   core/apps/tutor/api/v1/schema.py
      new file:   core/apps/tutor/tests/test_tutor_assignment_api.py
      new file:   core/apps/tutor/tests/test_tutor_discussion_api.py
      modified:   core/apps/tutor/tests/test_tutor_exam_api.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
      new file:   screenshot/tutor.webp
      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/routeTree.gen.ts
      modified:   web/src/routes/(app)/discussion/-session/Thread.tsx
      new file:   web/src/routes/tutor/assignment/$id.grading.tsx
      new file:   web/src/routes/tutor/assignment/-assignment/GradingPaper.tsx
      new file:   web/src/routes/tutor/assignment/-assignment/Question.tsx
      new file:   web/src/routes/tutor/assignment/-assignment/context.ts
      new file:   web/src/routes/tutor/discussion/$id.grading.tsx
      new file:   web/src/routes/tutor/discussion/-discussion/GradingPaper.tsx
      new file:   web/src/routes/tutor/discussion/-discussion/Question.tsx
      new file:   web/src/routes/tutor/discussion/-discussion/context.ts
      modified:   web/src/routes/tutor/exam/$id.grading.tsx
      modified:   web/src/routes/tutor/index.tsx
      modified:   web/src/shared/ContentViewer.tsx
      modified:   web/src/shared/WordFrequency.tsx
@cobel1024 cobel1024 merged commit a23d2be into main Mar 9, 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