-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
None
In the Dynamic Plugin SDK repo we'll have a lot for App developers to setup to use Dynamic Plugins. We'll need a test scenario so we can manually execute tests against it to make sure we are not breaking a potential app or plugin developer.
Acceptance Criteria
- Setup a Sample App
- We'll need to be able to load a Dynamic Plugin onto it
- This can be a test configuration, no operator or detection mechanism at this time
- We'll need to be able to consume extensions from the Plugin
- Printing out details onto the screen is probably all we need at this time, depending on how much is provided in the App scaffolding we provide, we may not have tools for navigation or setting up routes
- We'll need to be able to load a Dynamic Plugin onto it
Details
- The goal of the Test App isn't to write a stand-alone full fledged App, but to consume content from the SDK to get it going; if we are not providing UI elements to mount extensions in a few short lines, we shouldn't at this time be adding that code (we can have another Story to follow up and make it more presentable)
- K8s calls and a proxy is not in scope of this ticket; we shouldn't need k8s to host a plugin or the SDK
- Automation of the flows will need to be done, but will be covered in another story.