refactor(browse): frontend browse extraction and author query service - #2361
refactor(browse): frontend browse extraction and author query service#2361alexhb1 wants to merge 2 commits into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
ece34e2 to
7195c87
Compare
Description
Extracts the core of the
BookQueryServiceinto a generic browse query layer, and creates small book and author query services using this and the paginated endpoints.Linked Issue
N/A - Part of the stack
Changes
browse-queryservice and related files - Generic tanstack query setup for any endpoints that follow the backend's browse system.Manual Testing Steps
N/A
Screenshots (Optional)
N/A
Additional Context (Optional)
N/A
AI Disclosure
Mainly handled via Cursor to keep parity across book + authors and extract code into the shared browse files.
Checklist
just ui checkandjust api check.