Skip to content
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

Add CapabilitiesManager to allow (easier) migration to the AppFramework #14805

Closed
rullzer opened this issue Mar 11, 2015 · 2 comments
Closed

Comments

@rullzer
Copy link
Contributor

rullzer commented Mar 11, 2015

As pointed out (at least) in #12454 and #13964. The currently we cannot properly handle getCapabiilities if and app is converted to the AppFramework.

I had a discussion with @PVince81 about this on IRC. And we came up with the following.

  • A capabilities manager is introduced.
  • Apps can register a function in the capabilities manager.
  • The getCapabilities endpoint then simply accesses the CapabilitiesManager and calls all the registered functions of the apps.

Any comments/suggestions etc?

CC: @PVince81 @LukasReschke @Raydiation @DeepDiver1975 @schiesbn @butonic

@BernhardPosselt
Copy link
Contributor

Sounds good

@rullzer
Copy link
Contributor Author

rullzer commented Sep 3, 2015

Fixed by #15093

@rullzer rullzer closed this as completed Sep 3, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants