-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Reaction Apps install manager #146
Milestone
Comments
See also: #247, version upgrade, delete, revision history probably all come into play here as well. |
aaronjudd
added a commit
that referenced
this issue
Dec 3, 2015
##package-registry-refactor Changes that refactor the `ReactionCore.registerPackage` implementation to a more flexible, and structured template registry. `ReactionCore.registerPackage` moves to server. package.registry is published to client. cycle = Core, Stable, Testing (todo: => correlates package semver) container = combine multiple registry entries These are not backwards compatible changes. Updated documentation at docs/packages.md Initial commit for issue #314 Strategic updates for Issue #273 Strategic updates for Issue #306 Strategic updates for Issue #305 Strategic updates for Issue #246 Strategic updates for Issue #183 Strategic updates for Issue #155 Strategic updates for Issue #16 Strategic updates for Issue #148 Strategic updates for Issue #146 Resolves #53 Resolves #308 Resolves #178
Resolved with #1112 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(rapp = reaction app)
In app gallery, we can enable/disable, which turns on/off the UI related to that rapp. We can also
meteor remove
the pkg. But afaik, we can't currently "uninstall" the rapp. That is, if the rapp has stored data in its own collections or in reaction collections, we should be able to remove that data.This is related to the idea of dynamically adding and removing rapps, which we have discussed. If we were to provide a way within the UI to remove a rapp (not just disable), then this should call the rapp's data removal function before removing the rapp code.
The text was updated successfully, but these errors were encountered: