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
We have a few boolean settings in QuaTypes.Permissions and facts of absense or presence of urls in QuaTypes.Settings . We should use this information to hide or show GUI elements and change behavior of some types of objects.
Show and hide tabs and panes based on QuaTypes.Permissions (canEraseReloadGeometry, canAddDeleteGeometry), reviewSettingsUrl).
Hide download button unless canDownloadGeometry, but show it if a submission error happens
Protect static objects from prop updates and deletion unless canModifyStaticObjects.
qua-server: allow to modify canAddDeleteGeometry in admin-workshow-exercise settings.
UPDATE: clarified and extended this to qua-kit#70
We have a few boolean settings in
QuaTypes.Permissions
and facts of absense or presence of urls inQuaTypes.Settings
. We should use this information to hide or show GUI elements and change behavior of some types of objects.QuaTypes.Permissions
(canEraseReloadGeometry
,canAddDeleteGeometry
),reviewSettingsUrl
).canDownloadGeometry
, but show it if a submission error happenscanModifyStaticObjects
.qua-server
: allow to modifycanAddDeleteGeometry
in admin-workshow-exercise settings.UPDATE: clarified and extended this to qua-kit#70
qua-server
experts reviewsThe text was updated successfully, but these errors were encountered: