Scale-in/Scale-out commands can be only triggered from CLI. When they are triggered...
[osm/Features.git] / Release1 / ui-feature-service-primitive-layout-restructure.md
1 # Restructure Service Primitive Jobs Layout  #
2
3 ## Proposer ##
4 Kiran Kashalkar (RIFT.io)
5
6 ## Type ##
7 **Feature** (do not modify)
8
9 ## Target MDG/TF ##
10 UI, SO
11
12 ## Description ##
13 Currently the service primitive job details have no order, so one cannot tell
14 what order the jobs were executed in.
15 With the help of the SO to provide a timestamp (seconds since epoch) on each job indicating the
16 submission time, the UI should order the jobs with latest on top.
17 The service primitive jobs also don't have the parameters passed along with the
18 job, so context is lost.
19 Again, with the help of the SO module, the UI should show the parameters that
20 were used when triggering a job.
21
22
23 ## Demo or definition of done ##
24 Should demonstrate the following:
25 1. When multiple jobs are fired, they should be displayed in reverse order of
26  trigger time. i.e. latest on top.
27 2. Each job should display the parameters it was triggered with in addition to
28  current information.