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

管理者プロンプトページの最適化 #131

Merged
merged 2 commits into from
May 8, 2024

Conversation

dorimu0
Copy link
Contributor

@dorimu0 dorimu0 commented May 8, 2024

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

  • 管理者プロンプトページでssr、csrに合わせて最適化を行い、静的データを動的データに修正しました。

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

  • 管理者プロンプトページのssr、csrの最適化とfeedbackで静的データを動的データに変えたものです。

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

  • apiUtilsの重複コードを修正してエラーを解決しました。

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

  • 管理者プロンプトでエラーが発生せず、正常に動作していることを確認していただければ幸いです。

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

  • apiリクエストにエラーが発生しないかテストする必要があります。

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

🖥 作動する様子

  • なし

📌 PRを行う際の注意点

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

- Modify code to match changes in the navbar
- Optimize to match SSR and CSR values
- Fix hardcoded cId to dynamic data in feedback

Related issue: YJU-OKURA#128
@dorimu0 dorimu0 added 🔨 Refactor 코드 리팩토링 🐞 BugFix Something isn't working 📬 API 서버 API 통신 ⏰ P3 추가적인 의견 제시나 소소한 개선사항 labels May 8, 2024
@dorimu0 dorimu0 requested a review from a team May 8, 2024 11:39
@dorimu0 dorimu0 self-assigned this May 8, 2024
…onstant

- Replaced the hard-coded 401 status code with the HTTP_STATUS.UNAUTHORIZED constant.
- This change improves the readability of the code and makes it easier to understand the meaning of the status code.

Related issue: YJU-OKURA#128
@Lainari
Copy link
Collaborator

Lainari commented May 8, 2024

👍 : 버그가 생긴다면 추가 issue + PR 해주시길 바랍니다

@Lainari Lainari merged commit 9ced260 into YJU-OKURA:main May 8, 2024
1 check passed
@dorimu0 dorimu0 deleted the refact/component-prompt branch September 5, 2024 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📬 API 서버 API 통신 🐞 BugFix Something isn't working ⏰ P3 추가적인 의견 제시나 소소한 개선사항 🔨 Refactor 코드 리팩토링
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants