android icon indicating copy to clipboard operation
android copied to clipboard

[New arch] Replace old capability operation with use cases

Open abelgardep opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. SyncCapabilitiesOperation is still used to retrieve capabilities. Those capabilities are stored in the old database. Capabilities were moved to the new architecture, so we should remove this duplicated code and use the new one exclusively.

Describe the solution you'd like Stop using the old operation to retrieve and store capabilities. And use the new use cases as the exclusive source of information.

Additional context We can see in our FileDataStorageManager that there are still uses of the old getCapability that we should try to replace definitively with new architecture use cases.

TASKS

  • [ ] Research (if needed)
  • [ ] Create branch feature/feature_name
  • [ ] Development tasks
    • [ ] Task1...
    • [ ] ...
  • [ ] Code review and apply changes requested
  • [ ] Design test plan
  • [ ] QA
  • [ ] Merge branch feature/feature_name into master

PR

  • App
  • Library (if needed)

abelgardep avatar Feb 18 '21 08:02 abelgardep