-
Type: User story
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 73.10
-
Component/s: Application Definition
-
Epic Link:
-
Tags:
-
Sprint:NOS-29, NOS-30, NOS-31, NOS-32
-
Story Points:8
As a Nuxeo Studio user, I can access a dedicated screen to handle my Nuxeo dependencies.
I can access to an url with my studio project id.
Example: for the project rdaniellou-SANDBOX, if I open
https://connect.nuxeo.com/nuxeo/site/studio/ui/app/rdaniellou-SANDBOX
I get a screen with a title "Application Definition for rdaniellou-SANDBOX"
Technical choices for implementation:
- CRUD REST API.
- it will be based on chained adapter as already existing (URL: "..../workspace/ws.on/branch/master/ws.app")
- Storage in existing application.xml (See ApplicationDefinition.java), for now, as discussion is ongoing about best storage choice.
- UI will be Polymer based.