Conversation
Summary of ChangesHello @MurakawaTakuya, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! このプルリクエストは、ユーザーが分類された論文のグループを簡単に新しいお気に入りフォルダに保存できるようにすることで、論文管理の利便性を向上させます。バックエンドに一括処理用のAPIを導入し、フロントエンドでは直感的なUIを通じてこの機能を提供します。 Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Pull request overview
カテゴリ分類結果の各グループ(カテゴリ)に対して、論文をまとめて「新規フォルダ」としてお気に入り保存できるようにするPRです。クライアント側からフォルダ作成→一括追加APIを呼び出すことで、グループ単位の保存を実現しています。
Changes:
POST /api/favorites/batchを追加し、複数論文のお気に入り一括登録を可能に- 分類結果UIに「グループをお気に入り保存」ボタンとフォルダ名編集ダイアログを追加
useFavoritesにフォルダ作成+一括追加をまとめたaddGroupToFolderを追加
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| src/hooks/use-favorites.ts | フォルダ作成→一括保存を行う addGroupToFolder を追加 |
| src/components/categorization-results.tsx | カテゴリごとの一括保存ボタンとフォルダ名ダイアログを実装 |
| src/components/app-sidebar.tsx | サイドバーのサブ項目keyを folderId 優先にして安定化 |
| src/app/page.tsx | 分類結果コンポーネントへ検索キーワードを渡してフォルダ名初期値に利用 |
| src/app/api/favorites/batch/route.ts | お気に入り一括追加API(フォルダ所有検証・重複無視)を新規追加 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.