-
Notifications
You must be signed in to change notification settings - Fork 4
feat(ampcc): separate out amp registry. add dataset details widget #1617
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
Conversation
shiyasmohd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check my comments.
7a1fb8b to
d102c0c
Compare
shiyasmohd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check my comments
- We should add docs for all structs and each fields. this helps readability for us and LLMs
- As a rule of thumb, traits for structs only need to be implemented if it's used.
Debugis okay to add even if not used, but for structs which would help debugging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs missing for structs and fields
d76ce6f to
e821f03
Compare
Description
Moved to a separated
AmpRegistryClientthat uses the data models from the amp registry. Also performs the actual search against the amp registry api/api/vX/datasets/searchendpoint which performs a full-text lookup against multiple weighted fields when searching.And added support to fetch the datasets belonging to the authenticated user, if they are logged in.
And added a dataset details widget.
CleanShot.2026-01-23.at.17.01.16.mp4