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
As a developer I want to have an endpoint exposing the core query functionality of the application so that I can provide a nicely decoupled user experience that can mask potential performance issues and improve the user experience.
This endpoint should:
Be properly sanitized in order to keep the system safe
Limit queries to a size that is reasonable to execute within an acceptable time window
Include integration tests
Be properly documented
The text was updated successfully, but these errors were encountered:
As a developer I want to have an endpoint exposing the core query functionality of the application so that I can provide a nicely decoupled user experience that can mask potential performance issues and improve the user experience.
This endpoint should:
The text was updated successfully, but these errors were encountered: