Conversation
* chore: remove dead artist detail read code * chore: remove dead local artist detail route
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThis PR removes unused artist detail infrastructure—including an API route handler, utility functions, and React Query hooks—and simplifies task email handling by using Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by cubic
Removed dead artist detail read code and switched the tasks list to use
owner_emailfrom the tasks API. This reduces network calls and simplifies the tasks page.app/api/artist/route.tsx,hooks/useArtistInstruction.ts,hooks/useArtistKnowledge.ts,lib/getArtist.tsx.TasksListnow readsowner_emaildirectly fromTask; removed React Query batch email fetch.Tasktype withowner_email; minorgetTasksformatting update.useSaveKnowledgeEdittied to deleted queries.Written for commit 5a4fe8e. Summary will update on new commits.
Summary by CodeRabbit