-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(create-atomic): allow Coveo atomic to start from an existing Platform Search page #728
Conversation
Thanks for your contribution @ThibodeauJF !
|
Pull Request Report PR Title ✅ Title follows the conventional commit spec. |
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.
looks nice overall, still some changes regarding the network call.
- Move the call to the
platform-client
, afaik/imho, there are no reasons for not doing so as soon those conditions are fulfilled:- The call is available outside the intranet
- The Admin UI or the CLI (or another of their JS components) need it.
This is important to prevent code duplication across the company.
- Support proxy.
Co-authored-by: Louis Bompart <[email protected]>
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.
I'm a bit about the custom prompt, please double-check that your promises are properly awaited.
Other than that, great job, it's pretty clean 👏
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.
Add a check for permission of the API Key..
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.
GG
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.
Nice!
https://coveord.atlassian.net/browse/CDX-988
SIS implementation https://github.com/coveo/search-interface-service/pull/389
Platform client implementation coveo/platform-client#440
Proposed changes
Adds the possibility to specify a page id in the prompts, which will call the /manifest endpoint and pull the existing Atomic interface into the new project.
Breaking changes
None
Testing
Yes!