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
Rewrite fetching logic in components using hooks (look for client usages of DataCube.executor!)
Hook for comparing previous essence
Hook for debounced fetch
Handle aborted DatasetRequests - right now we have some wierd null
Remove Ajax.query and whole static class - functions are better
Remove plywood fields from ClientDataCube (and ClientMeasure ...), if needed introduce simple fields like isApproximate instead of inspecting expressions
Introduce some mechanism for easy access to three objects - view definition, essence and hash on client. They are just three different views on the same data
Create ClientEssence and ServerEssence
ClientEssence has additional UI fields like pinned measures, measure formats
ServerEssence can be simple POJsO with few convenience accessors - it is an ephemeral object, that's created for each request and destroyed after
The text was updated successfully, but these errors were encountered:
Draft
Required
/query
endpoint feature/query endpoint backend #1022/query
,/mkurl
andplywood
/query
and/mkurl
need right now to convert app settings/data cube to client versions)Nice to have (ordered by priority and complexity)
DataCube.executor
!)isApproximate
instead of inspecting expressionsThe text was updated successfully, but these errors were encountered: