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

クイズCRUDの実装 #61

Merged
merged 20 commits into from
Apr 6, 2024
Merged

クイズCRUDの実装 #61

merged 20 commits into from
Apr 6, 2024

Conversation

Z00One
Copy link
Member

@Z00One Z00One commented Apr 4, 2024

🔍 このPRで解決したい問題は何ですか?

実装した機能や解決した課題、PRを開くきっかけや目的をReviewerが理解しやすいように書いてください。
バックログのリンク、ダイアグラム、Figmaなどの関連ドキュメントを添付するとより良いです。

  • クイズCRUDの実装

✨ このPRで主に変わったことは何ですか?

問題を解決しながら、主な変更点を書いてください。

  • データベーステーブルの修正
  • クイズモジュールの実装

🔖 主な変更点以外に追加で変更された部分はありますか?

ない場合は「なし」と記載してください。

  • ファイルモジュールの経路変更
  • NestJSアプリケーションのメタデータに関するデコレーターの修正
  • Guardの修正

🙏🏻 Reviewerに特に見ていただきたい部分はありますか?

開発過程で他の方の意見が気になったり、クロスチェックが必要だと感じたコードがあれば教えてください。

  • なし

🩺 このPRでテストや検証が必要な部分はありますか?

テストが必要な項目やテストコードが追加されたら一緒に書いてください。

  • クイズコントローラーのテストコード

📚 関連するIssueやTrello、ドキュメント

このPRが解決しようとしている問題に関連するIssueやドキュメント、Trelloがあればリンクを記載してください。Trelloの場合タイトルの形で添付してください。

🖥 作動する様子

スクリーンショットや録画したビデオ、またはgifを追加して、Reviewerが変更点を理解するのに役立ててください。

📌 PRを行う際の注意点

  • Reviewerはコードレビュー時に良いコードの方向性を示しますが、コード修正を強制することはありません。
  • Reviewerは良いコードを見つけた場合、賞賛と励ましを惜しみません。
  • レビューは特別なケースでない限り、Reviewerに指定された時点から3日以内に行ってください。
  • コメント作成時にPrefixにP1、P2、P3を書いていただくと、Assigneeがより明確にコメントに対して対応することができます。
    • P1 : 必ず反映してください (Request Changes) - 問題が発生したり、脆弱性が発見されたケースなど。
    • P2 : 反映を積極的に検討していただければと思います (コメント)。
    • P3 : こんな方法もあるんじゃないかな~などの些細な意見です (Chore)。

Z00One added 20 commits April 4, 2024 13:27
- Added metadata decorator for use-owner-guards to handle model and id parameters
-Added metadata decorator to use in place of Roles decorator for role guards
- Added metadata decorator for owner guard to handle dynamic model and id param name
- Updated canActivatePrompt method to check ownership based on dynamic model and id param name
- Updated error messages for better clarity and consistency
- Updated the import statement in role.guard.ts file to use the correct Key constant from metadata.decorator instead of the outdated KEY_OF_ROLES constant.
Added QuizList model to the Prisma schema to handle the relationship between quizzes and sets of quizzes. This will improve the organization of data related to quizzes and sets.

YJU-OKURA#60
@Z00One Z00One added ✨ Feature 기능 개발 🔨 Refactor 코드 리팩토링 📬 API 서버 API 통신 ⏰ P1 반드시 해결해야 하는 중요한 이슈나 문제 (예: 버그, 취약점 등) 🆗 safe CI workflow 동작 관련 labels Apr 4, 2024
@Z00One Z00One added this to the 퀴즈(クイズ) milestone Apr 4, 2024
prisma/schema.prisma Show resolved Hide resolved
Copy link
Member

@yuminn-k yuminn-k left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~ :)

@Z00One Z00One merged commit 913935e into YJU-OKURA:main Apr 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📬 API 서버 API 통신 ✨ Feature 기능 개발 ⏰ P1 반드시 해결해야 하는 중요한 이슈나 문제 (예: 버그, 취약점 등) 🔨 Refactor 코드 리팩토링 🆗 safe CI workflow 동작 관련
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants