Closed woocash2 closed 1 year ago
Introduce BackupItem - an enum which encapsulates different types of data written to backup. Briefly, backup is now prepared to contain:
BackupItem
The split between own and network alerts is made because we want to perform different steps for them after having them saved in the backup.
Adding BackupItem required to adjust runway and test cases for backup.
In this pr, alerter doesn't interact with the backup yet.
Please make sure the following happened
Introduce
BackupItem
- an enum which encapsulates different types of data written to backup. Briefly, backup is now prepared to contain:The split between own and network alerts is made because we want to perform different steps for them after having them saved in the backup.
Adding
BackupItem
required to adjust runway and test cases for backup.In this pr, alerter doesn't interact with the backup yet.