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

PDFビュアー機能の実装 #44

Merged
merged 6 commits into from
Feb 21, 2024

Conversation

Regulus0811
Copy link
Contributor

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

  • このPRでは、アプリケーション内で直接PDFを閲覧できるようにするため、PDFビューア機能を実装しました。

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

  • ユーザーがPDFファイルを直接閲覧できるPDFビューア機能が追加されました。

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

  • なし

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

  • PDFビューア機能のコードを特に確認していただきたいです。特に、PDFレンダリングのパフォーマンスとユーザーエクスペリエンスについてフィードバックをいただければ幸いです。

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

  • なし

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

🖥 作動する様子

  • なし

📌 PRを行う際の注意点

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

Regulus0811 added 3 commits February 20, 2024 16:41
Add webpack configuration
to disable canvas alias and update package.json with react-pdf dependency

Related issue: YJU-OKURA#43
- PDF viewer and upload feature is available
- Live page tracking is available in the PDF viewer

Related issue: YJU-OKURA#43
@Regulus0811 Regulus0811 added 🎨 Html&css 마크업 & 스타일링 ✨ Feature 기능 개발 ⏰ P1 반드시 해결해야 하는 중요한 이슈나 문제 (예: 버그, 취약점 등) labels Feb 20, 2024
@Regulus0811 Regulus0811 self-assigned this Feb 20, 2024
@Regulus0811 Regulus0811 requested review from yuminn-k, cr-gpt[bot], Lainari and dorimu0 and removed request for cr-gpt[bot] February 20, 2024 08:35
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.

고생하셨습니다 👍
컨벤션에 맞게 코드 조금 정리하고 머지하면 되실 듯 합니다.

Regulus0811 added 2 commits February 20, 2024 19:41
- Removed unnecessary codes from className

Related issue: YJU-OKURA#43
Fix crushing due to incorrect width adjustment

Related issue: YJU-OKURA#33
- include comments to make the code easier to understand.

Related issue: YJU-OKURA#43
@Lainari Lainari merged commit 820220a into YJU-OKURA:main Feb 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🎨 Html&css 마크업 & 스타일링 ⏰ P1 반드시 해결해야 하는 중요한 이슈나 문제 (예: 버그, 취약점 등)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants