-
Notifications
You must be signed in to change notification settings - Fork 36
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
[BB pr#6] KIT-4 Add "test" script in build process #6
Comments
As we add new properties to the default state object, would we need to update this object to keep the test on line 11 passing? If so, should the initial/default state be a function in a source file, imported and called here? |
We did not have time to discuss alternative points of view after the presentation but … maybe we can do that here. Summoning @{557058:6fb10fac-dc5b-4d35-b648-4b2d42952452} . I believe the language of the store should match (or resemble when not possible) the language of the search-api. I think this would reduce the terminology someone new to Coveo, or even just new to Headless, would need to know and remember. For example:
What do you think? |
|
Related to the above comment, I think the action could be shortened to |
Similar to the above comment, if The other properties are the same which is great. |
A pattern that I find really flexible is setting the argument to a
|
|
@{557058:6fb10fac-dc5b-4d35-b648-4b2d42952452} @{557058:ef2198d5-03b4-4d5f-86e7-0a23e51f4f14} I agree with mostly all this. I think we should aim to stick to the API when we are “OK” with the naming, and for the stuff like Also what is a query? Is it everything containing the q, aq, lq, facets, etc. Or is it just the basic expression, it can be highly confusing and we should not bring that debt into headless. Looking at the |
Good idea! |
A bit irrelevant now until we develop “real” public API |
Yes, since we will likely be the first users of the new api, we should be in on the discussions and Google Doc design documents when the planning starts, to bring a different perspective on what is exposed, and how those exposed things are named. |
Added some UTs too to give an example.
https://coveord.atlassian.net/browse/KIT-4
The text was updated successfully, but these errors were encountered: