Scale-in/Scale-out commands can be only triggered from CLI. When they are triggered...
[osm/Features.git] / Release1 / ui-feature-composer-yaml-display.md
1 # Support YAML display of descriptor in Composer #
2
3 ## Proposer ##
4 Kiran Kashalkar (RIFT.io)
5
6 ## Type ##
7 **Feature** (do not modify)
8
9 ## Target MDG/TF ##
10 UI
11
12 ## Description ##
13 Currently the Composer has an option of showing the JSON representation of a
14 descriptor that's being created/edited.
15 Now that we support YAML format for descriptors, the JSON viewer will be
16 converted to a YAML viewer as YAML is more human-friendly.
17 This will be offered as a purely front-end feature with no support from the SO.
18
19
20 ## Demo or definition of done ##
21 Demonstrate the following:
22 1. A user should be able to view the YAML format of a descriptor that was
23  onboarded using the Catalog Manager.
24 2. A user should be able to view the YAML format of a descriptor that he/she has
25  created using the Composer.
26 3. A user should be able to view the YAML format of a descriptor that he/she is
27  editing, irrespective of whether the original descriptor was onboarded using
28  the catalog manager or created using the Composer.