refactor(ui): use paginated author query for metadata autocomplete - #2366
refactor(ui): use paginated author query for metadata autocomplete#2366alexhb1 wants to merge 1 commit 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 |
|
Sonar doesn't like the duplicated HTML for each p-autocomplete, but extracting that would be weird, so i think it's fine. |
a92962b to
591e3ea
Compare
Description
Swaps the
p-autocompletecomponents used for author input to use the author query service and paginated / lazy loaded results.Linked Issue
N/A
Changes
author-autocomplete.service.tshandling the basic pagination/loading in the shape that the p-autocomplete component needsManual Testing Steps
Use components, confirm results are complete, lazy loaded, and choosing an author correctly fills and matches with the rest of the FE browsing UI.
Screenshots (Optional)
N/A
Additional Context (Optional)
This is for the optimus p-autocomplete and current UI. Not supported with the native
app-autocompleteuntil metadata page reworks can take place.AI Disclosure
N/A
Checklist
just ui checkandjust api check.