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
Json schemas based forms are using schemas that are asked from backend on every time form is rendered. Add json caching to frontend (maybe with localstorage) to avoid unnecessary api calls.
DoD (Definition of Done)
Json schema is server from cache when revisiting form.
Testing
Unit tests.
The text was updated successfully, but these errors were encountered:
Proposed solution
Json schemas based forms are using schemas that are asked from backend on every time form is rendered. Add json caching to frontend (maybe with localstorage) to avoid unnecessary api calls.
DoD (Definition of Done)
Json schema is server from cache when revisiting form.
Testing
Unit tests.
The text was updated successfully, but these errors were encountered: