openbase / bco.dal

Domotic Abstraction Layer
Other
1 stars 2 forks source link

Implement authorized methods for restoring and recording snapshot #91

Closed pLeminoq closed 5 years ago

pLeminoq commented 6 years ago

These methods currently can only be used with other rights when using the authentication. Similar methods to the authenticated version of registering/updateing/removing in the registry should be added for snapshot handling.

pLeminoq commented 6 years ago

After finishing the initial implementation for restoring snapshots some questions came to my mind:

pLeminoq commented 6 years ago

Recording of snapshots should be done locally.

DivineThreepwood commented 5 years ago

@pLeminoq is this issue solved?

pLeminoq commented 5 years ago

Overall, I think this issue is solved. Recording snapshots is performed locally and restoring snapshots is performed in an authenticated way.