From 4a0aaac72543bdd526048941f1e3d34596b22daf Mon Sep 17 00:00:00 2001 From: Leo Edwards Date: Fri, 8 Sep 2017 12:48:48 +0100 Subject: [PATCH] Add TODO --- .idea/workspace.xml | 281 ++++++++++++++++--------------------------- app.py | 4 +- templates/links.html | 35 ++++-- 3 files changed, 135 insertions(+), 185 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0bbc956..c2dd715 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,9 @@ + - - + @@ -60,8 +60,8 @@ - - + + @@ -69,77 +69,15 @@ - - + + - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + @@ -170,7 +108,6 @@ @@ -205,8 +143,8 @@ @@ -223,8 +161,6 @@ - - @@ -279,12 +215,14 @@ + + @@ -313,7 +251,7 @@ - + - + + - - + - - - + - + + + @@ -664,13 +602,6 @@ - - - - - - - @@ -703,9 +634,6 @@ - - - @@ -755,20 +683,6 @@ - - - - - - - - - - - - - - @@ -783,13 +697,6 @@ - - - - - - - @@ -866,18 +773,10 @@ - - - - - - - - @@ -887,25 +786,6 @@ - - - - - - - - - - - - - - - - - - - @@ -918,7 +798,6 @@ - @@ -926,15 +805,6 @@ - - - - - - - - - @@ -942,17 +812,13 @@ - - + - - - @@ -960,7 +826,37 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -972,38 +868,69 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - + + + - - + + - + - - - - - + + + - - + + diff --git a/app.py b/app.py index 3b656a9..c09ef33 100644 --- a/app.py +++ b/app.py @@ -7,7 +7,7 @@ import default_config as config import text_protocol as protocol from firebase import firebase -import database as database +# import database as database app = Flask(__name__) @@ -221,4 +221,6 @@ def fireput(): if __name__ == '__main__': app.run(host='0.0.0.0', port=int(os.getenv('PORT', 5000)), debug=True) # TODO Change this to the appropriate webserver IP + # TODO add colour and design to the demo page + # TODO create a page to show the data from Firebase diff --git a/templates/links.html b/templates/links.html index 8a8047e..5492e8d 100644 --- a/templates/links.html +++ b/templates/links.html @@ -1,9 +1,30 @@ -Text 1
-Show Map
-Text 2
-Feedback
-Thank you
-Online Registration
-Stats Page
+ + + + + + + + + + \ No newline at end of file