Having CapsulaHub application working with CapsulaHub Workspace core service.
Running the application (yarn add capsulahub + capsulahub run [token]) should :
Create a workspace using the specified token
Open a browser and render the workspace
Should include a sample of configuration file.
Prerequisites
Workspace service deployed
Orchestrator service deployed
Renderer service deployed
API
Design description
yarn add capsulahub
capsulahub run [token]
[ ] Is it backward compatible ?
[ ] Adds new API
[x] Changes existing API
[ ] Removes existing API
Consideration
The application will work at this step with a served file for config (as Workspace is internally using ConfigurationServiceHttp).
General description
Having CapsulaHub application working with CapsulaHub Workspace core service. Running the application (
yarn add capsulahub
+capsulahub run [token]
) should :Should include a sample of configuration file.
Prerequisites
API
Design description
Consideration
The application will work at this step with a served file for config (as Workspace is internally using ConfigurationServiceHttp).
Test cases
TODO
Ready for implementation
Definition of Done