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
After entering this view, call Unimus devices/:deviceId/backups endpoint for this device, use attributes to only filter for neccessary fields (don’t review backup bytes). Populate the left area with backups as per mockup.
On click in list of backups, load backup contents into the right pane: call devices/:deviceId/backups endpoint for the proper backup ID to retrieve backup bytes, decode, show in pane. If backup is binary, show hash of decoded bytes.
Buttons required:
“Download backup” - only enabled if backup shown in right pane
“Refresh” - refresh view
The text was updated successfully, but these errors were encountered:
Conditions:
Mockup:

After entering this view, call Unimus
devices/:deviceId/backups
endpoint for this device, use attributes to only filter for neccessary fields (don’t review backup bytes). Populate the left area with backups as per mockup.On click in list of backups, load backup contents into the right pane: call
devices/:deviceId/backups
endpoint for the proper backup ID to retrieve backup bytes, decode, show in pane. If backup is binary, show hash of decoded bytes.Buttons required:
The text was updated successfully, but these errors were encountered: