-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Consolidate app management code #8505
Labels
1. to develop
Accepted and waiting to be taken care of
enhancement
feature: apps management
feature: install and update
technical debt
Comments
cc @nickvergessen @rullzer @blizzz FYI ;) |
Sounds good 👍 |
One little step is already done in #5833 |
From #8506 (comment)
|
See also #9324 |
This comment was marked as outdated.
This comment was marked as outdated.
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1. to develop
Accepted and waiting to be taken care of
enhancement
feature: apps management
feature: install and update
technical debt
Currently the code for managing app (install, update, remove, upgradability, fetching info, ...) is distributed across 3 classes:
OC_App
OC\App\AppManager
OC\Installer
We should consolidate this into a single class to not spread code and functionality as well as reduce the risk to re-implement existing code, because it is no obvious where to find which code.
The text was updated successfully, but these errors were encountered: