Unify DataStorage
#976
Labels
Type: Enhancement
Added to issues and PRs when a change includes improvements or optimizations.
Type: Feature
Added to issues and PRs to identify that the change is a new feature.
Summary
Currently we've only one
DataStorage
for Wallet Connect but we can save all data instances via oneDataStorage
.Suggested features or ways to address the summary
IStorable
with aStoragePath
andLoadOnInitialize
properties that can be used to save/load data on Web3 initialize.DataStorage
as an injectable service that can save/load data.Motivation
IStorable
, will increase reusability, maintainability and readability of the codebase.Acceptance Criteria
IStorable
DataStorage
will be responsible for saving, loading, deleting and resetting dataBlockers
(OPTIONAL) [Do you see any blocker that needs to be done before implementing this feature?]
Dependencies
(OPTIONAL) [Do you know about dependencies that directly affect this issue?]
Additional Context
(OPTIONAL) [Add any other context, files, images (screenshots/videos), diagrams, or documents about the feature request here.]
Final Steps
Type: Feature
Type: Enhancement
Estimations
| 3 | Mild efort | A day | Low complexity | Low |
The text was updated successfully, but these errors were encountered: