As a developer using the Android Studio IDE I want to be able to bind services that integrate together so that I can control service integration directly from within the IDE plugin.
Acceptance Criteria:
- In the list view, show which services are currently running. If there is an integration available, show a "bind/integrate" button next to that service - Demo video of this functionality - Documentation to accompany this
Notes:
- CLI provides available integrations already - Change the list view to show available integrations as icons (dark) - Update the cli to add a label to the binding object to indicate that serviceinstance A is bound to serviceinstanceB - show already bound services (as lit up icons)
|
|