You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have one endpoint called cosmos and we pass a query from the frontend. A better pattern would be to create a separate endpoint for each visualization (that way we get more separate of concerns).
The one outlier will be the dynamic chart at the top. For that, @Matt343 has been working on a query builder that we'll likely use on the backend, by sending filter params to the endpoint.
Right now we have one endpoint called
cosmos
and we pass a query from the frontend. A better pattern would be to create a separate endpoint for each visualization (that way we get more separate of concerns).The one outlier will be the dynamic chart at the top. For that, @Matt343 has been working on a query builder that we'll likely use on the backend, by sending filter params to the endpoint.
See:
The text was updated successfully, but these errors were encountered: