-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.4.4
-
Component/s: Remote client
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.1.36
-
Story Points:2
The current implementation is quite cumbursome and too tied to the synchronization engine to be able to leverage it for the Direct Transfer.
The idea is too move out all stuff related to uploads into its own uploader object that could be easily subclassed later for different needs.
Without such move, we will end having a lot of duplicated code: one upload flow for the synchronization and one upload flow for Direct Transfer. And later, another update flow for the feature XXX. This is not scalable; and upload resilience is so important we should not have it spread in too many files.
- Is referenced in