From 47060b514735e2a9eb3fcd97da551e35f1fe1022 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Fri, 11 Dec 2020 06:56:11 -0600 Subject: [PATCH] html elements --- healthcareio/server/templates/header.html | 29 ++ healthcareio/server/templates/setup.html | 391 ++++++++++++++++++++++ healthcareio/server/templates/store.html | 78 +++++ 3 files changed, 498 insertions(+) create mode 100644 healthcareio/server/templates/header.html create mode 100644 healthcareio/server/templates/setup.html create mode 100644 healthcareio/server/templates/store.html diff --git a/healthcareio/server/templates/header.html b/healthcareio/server/templates/header.html new file mode 100644 index 0000000..7dd35cd --- /dev/null +++ b/healthcareio/server/templates/header.html @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/healthcareio/server/templates/setup.html b/healthcareio/server/templates/setup.html new file mode 100644 index 0000000..df2fdb8 --- /dev/null +++ b/healthcareio/server/templates/setup.html @@ -0,0 +1,391 @@ + + + + + + + + + + +
+
+ + {% if not store.type %} +
+ Current Configuration +

+
+ System needs to be initialized ! +
+

+
+
+ +
+
Initialize
+
+
+ {% else %} +
+ + Current Configuration +

+

+
+
Owner
:
+
+ + +
+
+ +
+
store
:
+
{{store.type}}
+
+

+
+
+ +
+
Update Config
+
+

+

+ #
+ healthcare-io.py --init --store mongo +
+

+
+ + {%endif%} +

+
+
+ Manage Plan +

+
Insure your account is tied to a cloud service provider. +
We support google-drive, dropbox, one-drive or box. +
+

+

+
+ +
+
Open Plan Console
+
+

+ +
+
+
+
+
+
+ + Manage Processes +

+

+
+
Process #
+ +
+
+
Folder #
+ +
+ +
+
+ +
+ + +
Stop
+
+
+ +
Run
+
+ +
+ +

+

+

+
# The command that will be executed
+
healthcare-io.py --parse --folder /data --batch {{args.batch}}
+
+

+

+

+
Process Monitoring
+
+
+
Powered by smart-top
+

+
+
+
+ + Process +
+
+
+
Files
+
+
+
Export
+
+ +
+
+
+ +
+
+
Running Processes and resource usage
+
+
+
+
+
+
Summary of files found and processed
+
+ +
+
+

+
+
+ +
+
+
+
Start
+
+
+
+ +
+
+

+
+
diff --git a/healthcareio/server/templates/store.html b/healthcareio/server/templates/store.html new file mode 100644 index 0000000..f5b753b --- /dev/null +++ b/healthcareio/server/templates/store.html @@ -0,0 +1,78 @@ + + + + +
+ +
+
Export Module
+
+ +
+
+

+ +
+
+ Please provide select access-key file or service account key file to perform ETL + to .
The files will be re-created in JSON format +
+
+ +
+
+
+
+
+ Tables / collections will be automatically inferred in the +
+
+ +
+ + +
+ +
+ + + +
+ +
+

+
+
+
+
+ +
+
Export Now
+
+
+ +
+
\ No newline at end of file