-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New arch] Modularization, decoupling and new error handling #2607
Comments
[BUG] (1) Error is shown again when rotating the device
Current behavior: Error is shown again and the user has not done any request. |
[FIXED] (2) Users and groups search doesn't work
Current behavior: No results
|
Merged, great job guys!! @abelgardep @jesmrec @jcmontesmartos |
Are there plans to convert/replace |
For sure, the idea is to migrate the app completely to the new architecture. That means using Room as it is already done with shares functionality. Step by step 👍 |
In addition to what @abelgardep says
Yes, but is going to be done by features, I mean: - FileDataStorageManager: we already removed all the sharing methods from there (~500 lines). We will continue replacing the old implementation in coming issues: files, uploads, camera uploads... - ProviderMeta: the idea is to keep it in the data layer but just with information required by the room solution. - UserProfilesRepository: same, we will convert it. By the way, now that the new architecture is on master, any contribution is welcome 😉 |
Specific issue to start modularizing the app, following the guidelines defined in #2351
PRs
Pending issues (create separate ones?)
Bugs and improvements
[New arch] Modularization, decoupling and new error handling #2607 (comment) [FIXED]
The text was updated successfully, but these errors were encountered: