UI Feature Request: Restructure layout of service primitive page 53/153/4
authorkashalkar <kiran.kashalkar@riftio.com>
Sat, 11 Jun 2016 13:04:17 +0000 (15:04 +0200)
committerkashalkar <kiran.kashalkar@riftio.com>
Tue, 26 Jul 2016 12:22:44 +0000 (14:22 +0200)
Change-Id: I66bf5b4fbcdfcdbc65fb8e0888e913b7bd585f51

Release1/ui-feature-service-primitive-layout-restructure.md [new file with mode: 0644]

diff --git a/Release1/ui-feature-service-primitive-layout-restructure.md b/Release1/ui-feature-service-primitive-layout-restructure.md
new file mode 100644 (file)
index 0000000..30e4d5e
--- /dev/null
@@ -0,0 +1,28 @@
+# Restructure Service Primitive Jobs Layout  #
+
+## Proposer ##
+Kiran Kashalkar (RIFT.io)
+
+## Type ##
+**Feature** (do not modify)
+
+## Target MDG/TF ##
+UI, SO
+
+## Description ##
+Currently the service primitive job details have no order, so one cannot tell
+what order the jobs were executed in.
+With the help of the SO to provide a timestamp (seconds since epoch) on each job indicating the
+submission time, the UI should order the jobs with latest on top.
+The service primitive jobs also don't have the parameters passed along with the
+job, so context is lost.
+Again, with the help of the SO module, the UI should show the parameters that
+were used when triggering a job.
+
+
+## Demo or definition of done ##
+Should demonstrate the following:
+1. When multiple jobs are fired, they should be displayed in reverse order of
+ trigger time. i.e. latest on top.
+2. Each job should display the parameters it was triggered with in addition to
+ current information.
\ No newline at end of file