From b0b9a8560016fd83ddefd11aaa1d13f491a47c1e Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Fri, 10 Mar 2017 14:27:50 +0000
Subject: [PATCH] started list of gui features

---
 station_gui_features.txt | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 station_gui_features.txt

diff --git a/station_gui_features.txt b/station_gui_features.txt
new file mode 100644
index 00000000..027481ee
--- /dev/null
+++ b/station_gui_features.txt
@@ -0,0 +1,27 @@
+* login screen
+  - should not appear if user has $DM_LOGIN_FILE set, and login is valid
+
+* list of experiments screen
+  - view/modify details of an experiment
+  - button for adding new experiment
+
+* view/modify experiment screen
+  - display list of users associated with experiment
+  - display ongoing DAQs/uploads
+  - start new DAQ/upload
+  - add users, either manually or associated with a given proposal
+  - remove users 
+
+* add new experiment dialog
+  - add users, either manually or associated with a given proposal
+  - start DAQ/upload immediately
+
+* list of DAQs screen
+  - view DAQ details
+  - start new DAQ
+  - stop DAQ
+
+* list of uploads screen
+  - view details
+  - start new 
+  - cancel running upload
-- 
GitLab