We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The frontend needs to fetch suggestions from Lettuce, therefore the we need to add the api fetching, configuration, and models to do so.
API fetching is currently tightly coupled to the backend, but it would be useful to implement the same pattern, even with the same request function.
request
lib/api/request.ts
api/recommendations.ts
getRecommendations
Recommendation
Concept
Currently there is no authentication with this service - so we hold off on that until it is implemented.
Config Url: recommendation_service_url
recommendation_service_url
request.ts
The text was updated successfully, but these errors were encountered:
Karthi-DStech
No branches or pull requests
Is this the right issue type?
Summary
The frontend needs to fetch suggestions from Lettuce, therefore the we need to add the api fetching, configuration, and models to do so.
API fetching is currently tightly coupled to the backend, but it would be useful to implement the same pattern, even with the same
request
function.lib/api/request.ts
function less tightly coupled with the existing backend.api/recommendations.ts
-getRecommendations
functionRecommendation
(using the existingConcept
type maybe?),Currently there is no authentication with this service - so we hold off on that until it is implemented.
Config Url:
recommendation_service_url
Acceptance Criteria
Tasks
request.ts
to be less tightly coupledConfirm creation
The text was updated successfully, but these errors were encountered: