Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create problem answer logs #50

Merged
merged 10 commits into from
Feb 27, 2024
Merged

Conversation

Tatehito
Copy link
Collaborator

@Tatehito Tatehito commented Feb 26, 2024

Close #49

新たにProblemAnswerLogテーブルを追加し、問題解答時にログを保存するようにしました。

Self Check

  • I've confirmed All checks have passed on PR page. (You may leave this box unchecked due to long workflows.)
    • PR title follows Angular's commit message format.
      • PR title doesn't have WIP:.
    • All tests are passed.
      • Test command (e.g., yarn test) is passed.
      • Lint command (e.g., yarn lint) is passed.
  • I've reviewed my changes on PR's diff view.

@Tatehito Tatehito requested a review from ykit00 February 27, 2024 00:53
@Tatehito Tatehito self-assigned this Feb 27, 2024
Copy link
Collaborator

@ykit00 ykit00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

ProblemAnswerLogUserSolvedProblem とで似たようなモデルになってしまったのでどうしようかちょっと悩みますねー

# Conflicts:
#	src/app/(withAuth)/courses/[courseId]/programs/[programId]/CheckpointProblem.tsx
@Tatehito Tatehito merged commit 96b4e8b into main Feb 27, 2024
5 checks passed
@Tatehito Tatehito deleted the feature/create-problem-answer-logs branch February 27, 2024 07:22
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.

教員はユーザーの問題回答時間について知ることができる
2 participants