Browse Source

Added map functionality to frontEnd

Kris Blassingame 6 years ago
parent
commit
b3d404689e
84 changed files with 515 additions and 7055 deletions
  1. 424
    36
      Backend/.idea/workspace.xml
  2. BIN
      Backend/target/classes/com/passionProject/bikeProject/Controller/UserController.class
  3. BIN
      Backend/target/classes/com/passionProject/bikeProject/Entity/User.class
  4. 49
    0
      backEnd/.classpath
  5. 23
    0
      backEnd/.project
  6. 5
    0
      backEnd/.settings/org.eclipse.core.resources.prefs
  7. 2
    0
      backEnd/.settings/org.eclipse.jdt.apt.core.prefs
  8. 8
    0
      backEnd/.settings/org.eclipse.jdt.core.prefs
  9. 4
    0
      backEnd/.settings/org.eclipse.m2e.core.prefs
  10. 0
    17
      cyclingFrontEnd/.editorconfig
  11. 0
    35
      cyclingFrontEnd/.gitignore
  12. 0
    84
      cyclingFrontEnd/config.xml
  13. 0
    8
      cyclingFrontEnd/ionic.config.json
  14. 0
    6504
      cyclingFrontEnd/package-lock.json
  15. 0
    38
      cyclingFrontEnd/package.json
  16. 0
    8
      cyclingFrontEnd/resources/README.md
  17. BIN
      cyclingFrontEnd/resources/android/icon/drawable-hdpi-icon.png
  18. BIN
      cyclingFrontEnd/resources/android/icon/drawable-ldpi-icon.png
  19. BIN
      cyclingFrontEnd/resources/android/icon/drawable-mdpi-icon.png
  20. BIN
      cyclingFrontEnd/resources/android/icon/drawable-xhdpi-icon.png
  21. BIN
      cyclingFrontEnd/resources/android/icon/drawable-xxhdpi-icon.png
  22. BIN
      cyclingFrontEnd/resources/android/icon/drawable-xxxhdpi-icon.png
  23. BIN
      cyclingFrontEnd/resources/android/splash/drawable-land-hdpi-screen.png
  24. BIN
      cyclingFrontEnd/resources/android/splash/drawable-land-ldpi-screen.png
  25. BIN
      cyclingFrontEnd/resources/android/splash/drawable-land-mdpi-screen.png
  26. BIN
      cyclingFrontEnd/resources/android/splash/drawable-land-xhdpi-screen.png
  27. BIN
      cyclingFrontEnd/resources/android/splash/drawable-land-xxhdpi-screen.png
  28. BIN
      cyclingFrontEnd/resources/android/splash/drawable-land-xxxhdpi-screen.png
  29. BIN
      cyclingFrontEnd/resources/android/splash/drawable-port-hdpi-screen.png
  30. BIN
      cyclingFrontEnd/resources/android/splash/drawable-port-ldpi-screen.png
  31. BIN
      cyclingFrontEnd/resources/android/splash/drawable-port-mdpi-screen.png
  32. BIN
      cyclingFrontEnd/resources/android/splash/drawable-port-xhdpi-screen.png
  33. BIN
      cyclingFrontEnd/resources/android/splash/drawable-port-xxhdpi-screen.png
  34. BIN
      cyclingFrontEnd/resources/android/splash/drawable-port-xxxhdpi-screen.png
  35. BIN
      cyclingFrontEnd/resources/icon.png
  36. BIN
      cyclingFrontEnd/resources/ios/icon/icon-1024.png
  37. BIN
      cyclingFrontEnd/resources/ios/icon/icon-40.png
  38. BIN
      cyclingFrontEnd/resources/ios/icon/icon-40@2x.png
  39. BIN
      cyclingFrontEnd/resources/ios/icon/icon-40@3x.png
  40. BIN
      cyclingFrontEnd/resources/ios/icon/icon-50.png
  41. BIN
      cyclingFrontEnd/resources/ios/icon/icon-50@2x.png
  42. BIN
      cyclingFrontEnd/resources/ios/icon/icon-60.png
  43. BIN
      cyclingFrontEnd/resources/ios/icon/icon-60@2x.png
  44. BIN
      cyclingFrontEnd/resources/ios/icon/icon-60@3x.png
  45. BIN
      cyclingFrontEnd/resources/ios/icon/icon-72.png
  46. BIN
      cyclingFrontEnd/resources/ios/icon/icon-72@2x.png
  47. BIN
      cyclingFrontEnd/resources/ios/icon/icon-76.png
  48. BIN
      cyclingFrontEnd/resources/ios/icon/icon-76@2x.png
  49. BIN
      cyclingFrontEnd/resources/ios/icon/icon-83.5@2x.png
  50. BIN
      cyclingFrontEnd/resources/ios/icon/icon-small.png
  51. BIN
      cyclingFrontEnd/resources/ios/icon/icon-small@2x.png
  52. BIN
      cyclingFrontEnd/resources/ios/icon/icon-small@3x.png
  53. BIN
      cyclingFrontEnd/resources/ios/icon/icon.png
  54. BIN
      cyclingFrontEnd/resources/ios/icon/icon@2x.png
  55. BIN
      cyclingFrontEnd/resources/ios/splash/Default-568h@2x~iphone.png
  56. BIN
      cyclingFrontEnd/resources/ios/splash/Default-667h.png
  57. BIN
      cyclingFrontEnd/resources/ios/splash/Default-736h.png
  58. BIN
      cyclingFrontEnd/resources/ios/splash/Default-Landscape-736h.png
  59. BIN
      cyclingFrontEnd/resources/ios/splash/Default-Landscape@2x~ipad.png
  60. BIN
      cyclingFrontEnd/resources/ios/splash/Default-Landscape@~ipadpro.png
  61. BIN
      cyclingFrontEnd/resources/ios/splash/Default-Landscape~ipad.png
  62. BIN
      cyclingFrontEnd/resources/ios/splash/Default-Portrait@2x~ipad.png
  63. BIN
      cyclingFrontEnd/resources/ios/splash/Default-Portrait@~ipadpro.png
  64. BIN
      cyclingFrontEnd/resources/ios/splash/Default-Portrait~ipad.png
  65. BIN
      cyclingFrontEnd/resources/ios/splash/Default@2x~iphone.png
  66. BIN
      cyclingFrontEnd/resources/ios/splash/Default@2x~universal~anyany.png
  67. BIN
      cyclingFrontEnd/resources/ios/splash/Default~iphone.png
  68. BIN
      cyclingFrontEnd/resources/splash.png
  69. 0
    22
      cyclingFrontEnd/src/app/app.component.ts
  70. 0
    1
      cyclingFrontEnd/src/app/app.html
  71. 0
    30
      cyclingFrontEnd/src/app/app.module.ts
  72. 0
    16
      cyclingFrontEnd/src/app/app.scss
  73. 0
    5
      cyclingFrontEnd/src/app/main.ts
  74. BIN
      cyclingFrontEnd/src/assets/icon/favicon.ico
  75. BIN
      cyclingFrontEnd/src/assets/imgs/logo.png
  76. 0
    49
      cyclingFrontEnd/src/index.html
  77. 0
    13
      cyclingFrontEnd/src/manifest.json
  78. 0
    14
      cyclingFrontEnd/src/pages/home/home.html
  79. 0
    3
      cyclingFrontEnd/src/pages/home/home.scss
  80. 0
    14
      cyclingFrontEnd/src/pages/home/home.ts
  81. 0
    31
      cyclingFrontEnd/src/service-worker.js
  82. 0
    88
      cyclingFrontEnd/src/theme/variables.scss
  83. 0
    28
      cyclingFrontEnd/tsconfig.json
  84. 0
    11
      cyclingFrontEnd/tslint.json

+ 424
- 36
Backend/.idea/workspace.xml View File

@@ -1,7 +1,84 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <project version="4">
3 3
   <component name="ChangeListManager">
4
-    <list default="true" id="1b2fc6ac-3191-4a3c-89bc-d9c070a44074" name="Default" comment="" />
4
+    <list default="true" id="1b2fc6ac-3191-4a3c-89bc-d9c070a44074" name="Default" comment="">
5
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/.editorconfig" beforeDir="false" />
7
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/.gitignore" beforeDir="false" />
8
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/config.xml" beforeDir="false" />
9
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/ionic.config.json" beforeDir="false" />
10
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/package-lock.json" beforeDir="false" />
11
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/package.json" beforeDir="false" />
12
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/README.md" beforeDir="false" />
13
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/icon/drawable-hdpi-icon.png" beforeDir="false" />
14
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/icon/drawable-ldpi-icon.png" beforeDir="false" />
15
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/icon/drawable-mdpi-icon.png" beforeDir="false" />
16
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/icon/drawable-xhdpi-icon.png" beforeDir="false" />
17
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/icon/drawable-xxhdpi-icon.png" beforeDir="false" />
18
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/icon/drawable-xxxhdpi-icon.png" beforeDir="false" />
19
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-land-hdpi-screen.png" beforeDir="false" />
20
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-land-ldpi-screen.png" beforeDir="false" />
21
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-land-mdpi-screen.png" beforeDir="false" />
22
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-land-xhdpi-screen.png" beforeDir="false" />
23
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-land-xxhdpi-screen.png" beforeDir="false" />
24
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-land-xxxhdpi-screen.png" beforeDir="false" />
25
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-port-hdpi-screen.png" beforeDir="false" />
26
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-port-ldpi-screen.png" beforeDir="false" />
27
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-port-mdpi-screen.png" beforeDir="false" />
28
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-port-xhdpi-screen.png" beforeDir="false" />
29
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-port-xxhdpi-screen.png" beforeDir="false" />
30
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/android/splash/drawable-port-xxxhdpi-screen.png" beforeDir="false" />
31
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/icon.png" beforeDir="false" />
32
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-1024.png" beforeDir="false" />
33
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-40.png" beforeDir="false" />
34
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-40@2x.png" beforeDir="false" />
35
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-40@3x.png" beforeDir="false" />
36
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-50.png" beforeDir="false" />
37
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-50@2x.png" beforeDir="false" />
38
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-60.png" beforeDir="false" />
39
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-60@2x.png" beforeDir="false" />
40
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-60@3x.png" beforeDir="false" />
41
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-72.png" beforeDir="false" />
42
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-72@2x.png" beforeDir="false" />
43
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-76.png" beforeDir="false" />
44
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-76@2x.png" beforeDir="false" />
45
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-83.5@2x.png" beforeDir="false" />
46
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-small.png" beforeDir="false" />
47
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-small@2x.png" beforeDir="false" />
48
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon-small@3x.png" beforeDir="false" />
49
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon.png" beforeDir="false" />
50
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/icon/icon@2x.png" beforeDir="false" />
51
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default-568h@2x~iphone.png" beforeDir="false" />
52
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default-667h.png" beforeDir="false" />
53
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default-736h.png" beforeDir="false" />
54
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default-Landscape-736h.png" beforeDir="false" />
55
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default-Landscape@2x~ipad.png" beforeDir="false" />
56
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default-Landscape@~ipadpro.png" beforeDir="false" />
57
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default-Landscape~ipad.png" beforeDir="false" />
58
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default-Portrait@2x~ipad.png" beforeDir="false" />
59
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default-Portrait@~ipadpro.png" beforeDir="false" />
60
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default-Portrait~ipad.png" beforeDir="false" />
61
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default@2x~iphone.png" beforeDir="false" />
62
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default@2x~universal~anyany.png" beforeDir="false" />
63
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/ios/splash/Default~iphone.png" beforeDir="false" />
64
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/resources/splash.png" beforeDir="false" />
65
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/app/app.component.ts" beforeDir="false" />
66
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/app/app.html" beforeDir="false" />
67
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/app/app.module.ts" beforeDir="false" />
68
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/app/app.scss" beforeDir="false" />
69
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/app/main.ts" beforeDir="false" />
70
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/assets/icon/favicon.ico" beforeDir="false" />
71
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/assets/imgs/logo.png" beforeDir="false" />
72
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/index.html" beforeDir="false" />
73
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/manifest.json" beforeDir="false" />
74
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/pages/home/home.html" beforeDir="false" />
75
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/pages/home/home.scss" beforeDir="false" />
76
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/pages/home/home.ts" beforeDir="false" />
77
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/service-worker.js" beforeDir="false" />
78
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/src/theme/variables.scss" beforeDir="false" />
79
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/tsconfig.json" beforeDir="false" />
80
+      <change beforePath="$PROJECT_DIR$/../cyclingFrontEnd/tslint.json" beforeDir="false" />
81
+    </list>
5 82
     <ignored path="$PROJECT_DIR$/target/" />
6 83
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
7 84
     <option name="TRACKING_ENABLED" value="true" />
@@ -10,6 +87,81 @@
10 87
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11 88
     <option name="LAST_RESOLUTION" value="IGNORE" />
12 89
   </component>
90
+  <component name="FileEditorManager">
91
+    <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
92
+      <file leaf-file-name="BikeProjectApplication.java" pinned="false" current-in-tab="false">
93
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/BikeProjectApplication.java">
94
+          <provider selected="true" editor-type-id="text-editor">
95
+            <state relative-caret-position="90">
96
+              <caret line="6" column="13" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="13" />
97
+              <folding>
98
+                <element signature="imports" expanded="true" />
99
+              </folding>
100
+            </state>
101
+          </provider>
102
+        </entry>
103
+      </file>
104
+      <file leaf-file-name="UserController.java" pinned="false" current-in-tab="false">
105
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/Controller/UserController.java">
106
+          <provider selected="true" editor-type-id="text-editor">
107
+            <state relative-caret-position="705">
108
+              <caret line="47" lean-forward="true" selection-start-line="47" selection-end-line="47" />
109
+              <folding>
110
+                <element signature="imports" expanded="true" />
111
+              </folding>
112
+            </state>
113
+          </provider>
114
+        </entry>
115
+      </file>
116
+      <file leaf-file-name="application.properties" pinned="false" current-in-tab="false">
117
+        <entry file="file://$PROJECT_DIR$/src/main/resources/application.properties">
118
+          <provider selected="true" editor-type-id="text-editor">
119
+            <state relative-caret-position="60">
120
+              <caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
121
+            </state>
122
+          </provider>
123
+        </entry>
124
+      </file>
125
+      <file leaf-file-name="pom.xml" pinned="false" current-in-tab="true">
126
+        <entry file="file://$PROJECT_DIR$/pom.xml">
127
+          <provider selected="true" editor-type-id="text-editor">
128
+            <state relative-caret-position="-112" />
129
+          </provider>
130
+        </entry>
131
+      </file>
132
+      <file leaf-file-name="User.java" pinned="false" current-in-tab="false">
133
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/Entity/User.java">
134
+          <provider selected="true" editor-type-id="text-editor">
135
+            <state relative-caret-position="58">
136
+              <caret line="8" column="13" selection-start-line="8" selection-start-column="13" selection-end-line="8" selection-end-column="13" />
137
+            </state>
138
+          </provider>
139
+        </entry>
140
+      </file>
141
+      <file leaf-file-name="UserRepository.java" pinned="false" current-in-tab="false">
142
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/Repository/UserRepository.java">
143
+          <provider selected="true" editor-type-id="text-editor">
144
+            <state relative-caret-position="30">
145
+              <caret line="2" column="7" lean-forward="true" selection-start-line="2" selection-start-column="7" selection-end-line="2" selection-end-column="7" />
146
+              <folding>
147
+                <element signature="imports" expanded="true" />
148
+              </folding>
149
+            </state>
150
+          </provider>
151
+        </entry>
152
+      </file>
153
+    </leaf>
154
+  </component>
155
+  <component name="Git.Settings">
156
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
157
+  </component>
158
+  <component name="IdeDocumentHistory">
159
+    <option name="CHANGED_PATHS">
160
+      <list>
161
+        <option value="$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/Controller/UserController.java" />
162
+      </list>
163
+    </option>
164
+  </component>
13 165
   <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
14 166
   <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
15 167
   <component name="JsGulpfileManager">
@@ -19,10 +171,11 @@
19 171
   <component name="NodePackageJsonFileManager">
20 172
     <packageJsonPaths />
21 173
   </component>
22
-  <component name="ProjectFrameBounds">
23
-    <option name="y" value="23" />
24
-    <option name="width" value="1440" />
25
-    <option name="height" value="817" />
174
+  <component name="ProjectFrameBounds" fullScreen="true">
175
+    <option name="x" value="-246" />
176
+    <option name="y" value="-1080" />
177
+    <option name="width" value="1920" />
178
+    <option name="height" value="1080" />
26 179
   </component>
27 180
   <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
28 181
   <component name="ProjectView">
@@ -32,19 +185,118 @@
32 185
     <panes>
33 186
       <pane id="PackagesPane" />
34 187
       <pane id="AndroidView" />
35
-      <pane id="ProjectPane" />
188
+      <pane id="ProjectPane">
189
+        <subPane>
190
+          <expand>
191
+            <path>
192
+              <item name="bikeProject" type="b2602c69:ProjectViewProjectNode" />
193
+              <item name="backEnd" type="462c0819:PsiDirectoryNode" />
194
+            </path>
195
+            <path>
196
+              <item name="bikeProject" type="b2602c69:ProjectViewProjectNode" />
197
+              <item name="backEnd" type="462c0819:PsiDirectoryNode" />
198
+              <item name="src" type="462c0819:PsiDirectoryNode" />
199
+            </path>
200
+            <path>
201
+              <item name="bikeProject" type="b2602c69:ProjectViewProjectNode" />
202
+              <item name="backEnd" type="462c0819:PsiDirectoryNode" />
203
+              <item name="src" type="462c0819:PsiDirectoryNode" />
204
+              <item name="main" type="462c0819:PsiDirectoryNode" />
205
+            </path>
206
+            <path>
207
+              <item name="bikeProject" type="b2602c69:ProjectViewProjectNode" />
208
+              <item name="backEnd" type="462c0819:PsiDirectoryNode" />
209
+              <item name="src" type="462c0819:PsiDirectoryNode" />
210
+              <item name="main" type="462c0819:PsiDirectoryNode" />
211
+              <item name="java" type="462c0819:PsiDirectoryNode" />
212
+            </path>
213
+            <path>
214
+              <item name="bikeProject" type="b2602c69:ProjectViewProjectNode" />
215
+              <item name="backEnd" type="462c0819:PsiDirectoryNode" />
216
+              <item name="src" type="462c0819:PsiDirectoryNode" />
217
+              <item name="main" type="462c0819:PsiDirectoryNode" />
218
+              <item name="java" type="462c0819:PsiDirectoryNode" />
219
+              <item name="com" type="462c0819:PsiDirectoryNode" />
220
+            </path>
221
+            <path>
222
+              <item name="bikeProject" type="b2602c69:ProjectViewProjectNode" />
223
+              <item name="backEnd" type="462c0819:PsiDirectoryNode" />
224
+              <item name="src" type="462c0819:PsiDirectoryNode" />
225
+              <item name="main" type="462c0819:PsiDirectoryNode" />
226
+              <item name="java" type="462c0819:PsiDirectoryNode" />
227
+              <item name="com" type="462c0819:PsiDirectoryNode" />
228
+              <item name="passionProject" type="462c0819:PsiDirectoryNode" />
229
+            </path>
230
+            <path>
231
+              <item name="bikeProject" type="b2602c69:ProjectViewProjectNode" />
232
+              <item name="backEnd" type="462c0819:PsiDirectoryNode" />
233
+              <item name="src" type="462c0819:PsiDirectoryNode" />
234
+              <item name="main" type="462c0819:PsiDirectoryNode" />
235
+              <item name="java" type="462c0819:PsiDirectoryNode" />
236
+              <item name="com" type="462c0819:PsiDirectoryNode" />
237
+              <item name="passionProject" type="462c0819:PsiDirectoryNode" />
238
+              <item name="bikeProject" type="462c0819:PsiDirectoryNode" />
239
+            </path>
240
+            <path>
241
+              <item name="bikeProject" type="b2602c69:ProjectViewProjectNode" />
242
+              <item name="backEnd" type="462c0819:PsiDirectoryNode" />
243
+              <item name="src" type="462c0819:PsiDirectoryNode" />
244
+              <item name="main" type="462c0819:PsiDirectoryNode" />
245
+              <item name="java" type="462c0819:PsiDirectoryNode" />
246
+              <item name="com" type="462c0819:PsiDirectoryNode" />
247
+              <item name="passionProject" type="462c0819:PsiDirectoryNode" />
248
+              <item name="bikeProject" type="462c0819:PsiDirectoryNode" />
249
+              <item name="Controller" type="462c0819:PsiDirectoryNode" />
250
+            </path>
251
+            <path>
252
+              <item name="bikeProject" type="b2602c69:ProjectViewProjectNode" />
253
+              <item name="backEnd" type="462c0819:PsiDirectoryNode" />
254
+              <item name="src" type="462c0819:PsiDirectoryNode" />
255
+              <item name="main" type="462c0819:PsiDirectoryNode" />
256
+              <item name="java" type="462c0819:PsiDirectoryNode" />
257
+              <item name="com" type="462c0819:PsiDirectoryNode" />
258
+              <item name="passionProject" type="462c0819:PsiDirectoryNode" />
259
+              <item name="bikeProject" type="462c0819:PsiDirectoryNode" />
260
+              <item name="Entity" type="462c0819:PsiDirectoryNode" />
261
+            </path>
262
+            <path>
263
+              <item name="bikeProject" type="b2602c69:ProjectViewProjectNode" />
264
+              <item name="backEnd" type="462c0819:PsiDirectoryNode" />
265
+              <item name="src" type="462c0819:PsiDirectoryNode" />
266
+              <item name="main" type="462c0819:PsiDirectoryNode" />
267
+              <item name="java" type="462c0819:PsiDirectoryNode" />
268
+              <item name="com" type="462c0819:PsiDirectoryNode" />
269
+              <item name="passionProject" type="462c0819:PsiDirectoryNode" />
270
+              <item name="bikeProject" type="462c0819:PsiDirectoryNode" />
271
+              <item name="Repository" type="462c0819:PsiDirectoryNode" />
272
+            </path>
273
+            <path>
274
+              <item name="bikeProject" type="b2602c69:ProjectViewProjectNode" />
275
+              <item name="backEnd" type="462c0819:PsiDirectoryNode" />
276
+              <item name="src" type="462c0819:PsiDirectoryNode" />
277
+              <item name="main" type="462c0819:PsiDirectoryNode" />
278
+              <item name="resources" type="462c0819:PsiDirectoryNode" />
279
+            </path>
280
+          </expand>
281
+          <select />
282
+        </subPane>
283
+      </pane>
36 284
       <pane id="Scope" />
37 285
     </panes>
38 286
   </component>
39 287
   <component name="PropertiesComponent">
288
+    <property name="RequestMappingsPanelOrder0" value="0" />
289
+    <property name="RequestMappingsPanelOrder1" value="1" />
290
+    <property name="RequestMappingsPanelWidth0" value="75" />
291
+    <property name="RequestMappingsPanelWidth1" value="75" />
40 292
     <property name="WebServerToolWindowFactoryState" value="false" />
41 293
     <property name="aspect.path.notification.shown" value="true" />
42 294
     <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
43 295
     <property name="nodejs_npm_path_reset_for_default_project" value="true" />
44
-    <property name="project.structure.last.edited" value="Modules" />
296
+    <property name="project.structure.last.edited" value="Global Libraries" />
45 297
     <property name="project.structure.proportion" value="0.0" />
46
-    <property name="project.structure.side.proportion" value="0.0" />
47
-    <property name="settings.editor.selected.configurable" value="project.propVCSSupport.Mappings" />
298
+    <property name="project.structure.side.proportion" value="0.2" />
299
+    <property name="settings.editor.selected.configurable" value="configurable.group.build" />
48 300
   </component>
49 301
   <component name="RunDashboard">
50 302
     <option name="ruleStates">
@@ -116,46 +368,49 @@
116 368
       <option name="presentableId" value="Default" />
117 369
       <updated>1531948550601</updated>
118 370
       <workItem from="1531948552317" duration="43000" />
371
+      <workItem from="1532100900888" duration="513000" />
119 372
     </task>
120 373
     <servers />
121 374
   </component>
122 375
   <component name="TimeTrackingManager">
123
-    <option name="totallyTimeSpent" value="43000" />
376
+    <option name="totallyTimeSpent" value="557000" />
124 377
   </component>
125 378
   <component name="ToolWindowManager">
126
-    <frame x="0" y="23" width="1440" height="817" extended-state="6" />
379
+    <frame x="-246" y="-1080" width="1920" height="1080" extended-state="0" />
380
+    <editor active="true" />
127 381
     <layout>
128
-      <window_info anchor="right" id="Palette" />
129
-      <window_info anchor="bottom" id="Event Log" side_tool="true" />
130
-      <window_info anchor="right" id="Maven Projects" />
131
-      <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
132
-      <window_info id="Capture Tool" />
133
-      <window_info id="Designer" />
134
-      <window_info anchor="right" id="Database" />
382
+      <window_info anchor="right" id="Palette" order="3" />
383
+      <window_info anchor="bottom" id="Event Log" order="7" side_tool="true" />
384
+      <window_info anchor="right" id="Maven Projects" order="3" />
385
+      <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
386
+      <window_info id="Capture Tool" order="2" />
387
+      <window_info id="Designer" order="2" />
388
+      <window_info anchor="right" id="Database" order="3" />
135 389
       <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
136 390
       <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
137
-      <window_info id="UI Designer" />
391
+      <window_info id="UI Designer" order="2" />
138 392
       <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
139 393
       <window_info anchor="bottom" id="TODO" order="6" />
140
-      <window_info anchor="right" id="Palette&#9;" />
141
-      <window_info id="Image Layers" />
142
-      <window_info anchor="bottom" id="Java Enterprise" />
143
-      <window_info anchor="right" id="Capture Analysis" />
144
-      <window_info anchor="bottom" id="Run" order="2" />
145
-      <window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
146
-      <window_info anchor="bottom" id="Spring" />
147
-      <window_info anchor="bottom" id="Terminal" />
148
-      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24964234" />
149
-      <window_info anchor="right" id="Bean Validation" />
150
-      <window_info id="Web" side_tool="true" />
151
-      <window_info anchor="right" id="Theme Preview" />
152
-      <window_info id="Favorites" side_tool="true" />
153
-      <window_info anchor="bottom" id="Find" order="1" />
154
-      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
155
-      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
394
+      <window_info anchor="bottom" id="Messages" order="8" />
395
+      <window_info anchor="right" id="Palette&#9;" order="3" />
396
+      <window_info id="Image Layers" order="2" />
397
+      <window_info anchor="bottom" id="Java Enterprise" order="7" />
398
+      <window_info anchor="right" id="Capture Analysis" order="3" />
399
+      <window_info anchor="bottom" id="Version Control" order="7" />
400
+      <window_info anchor="bottom" id="Run" order="2" weight="0.600995" />
401
+      <window_info anchor="bottom" id="Spring" order="7" />
402
+      <window_info anchor="bottom" id="Terminal" order="7" />
403
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.19116081" />
404
+      <window_info anchor="right" id="Bean Validation" order="3" />
405
+      <window_info id="Web" order="2" side_tool="true" />
406
+      <window_info anchor="right" id="Theme Preview" order="3" />
407
+      <window_info id="Favorites" order="2" side_tool="true" />
156 408
       <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
157
-      <window_info anchor="bottom" id="Message" order="0" />
409
+      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
158 410
       <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
411
+      <window_info anchor="bottom" id="Message" order="0" />
412
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
413
+      <window_info anchor="bottom" id="Find" order="1" />
159 414
     </layout>
160 415
   </component>
161 416
   <component name="TypeScriptGeneratedFilesManager">
@@ -164,8 +419,127 @@
164 419
   <component name="VcsContentAnnotationSettings">
165 420
     <option name="myLimit" value="2678400000" />
166 421
   </component>
422
+  <component name="editorHistoryManager">
423
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/BikeProjectApplication.java">
424
+      <provider selected="true" editor-type-id="text-editor">
425
+        <state relative-caret-position="75">
426
+          <caret line="6" column="13" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="13" />
427
+          <folding>
428
+            <element signature="imports" expanded="true" />
429
+          </folding>
430
+        </state>
431
+      </provider>
432
+    </entry>
433
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/Controller/UserController.java">
434
+      <provider selected="true" editor-type-id="text-editor">
435
+        <state relative-caret-position="90">
436
+          <caret line="12" column="13" selection-start-line="12" selection-start-column="13" selection-end-line="12" selection-end-column="13" />
437
+          <folding>
438
+            <element signature="imports" expanded="true" />
439
+          </folding>
440
+        </state>
441
+      </provider>
442
+    </entry>
443
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/Repository/UserRepository.java">
444
+      <provider selected="true" editor-type-id="text-editor">
445
+        <state relative-caret-position="75">
446
+          <caret line="7" column="17" selection-start-line="7" selection-start-column="17" selection-end-line="7" selection-end-column="17" />
447
+          <folding>
448
+            <element signature="imports" expanded="true" />
449
+          </folding>
450
+        </state>
451
+      </provider>
452
+    </entry>
453
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/Entity/User.java">
454
+      <provider selected="true" editor-type-id="text-editor">
455
+        <state relative-caret-position="75">
456
+          <caret line="8" column="13" selection-start-line="8" selection-start-column="13" selection-end-line="8" selection-end-column="13" />
457
+        </state>
458
+      </provider>
459
+    </entry>
460
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/BikeProjectApplication.java">
461
+      <provider selected="true" editor-type-id="text-editor">
462
+        <state relative-caret-position="210">
463
+          <caret line="14" lean-forward="true" selection-start-line="14" selection-end-line="14" />
464
+        </state>
465
+      </provider>
466
+    </entry>
467
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/Entity/User.java">
468
+      <provider selected="true" editor-type-id="text-editor">
469
+        <state relative-caret-position="58">
470
+          <caret line="8" column="13" selection-start-line="8" selection-start-column="13" selection-end-line="8" selection-end-column="13" />
471
+        </state>
472
+      </provider>
473
+    </entry>
474
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/Repository/UserRepository.java">
475
+      <provider selected="true" editor-type-id="text-editor">
476
+        <state relative-caret-position="30">
477
+          <caret line="2" column="7" lean-forward="true" selection-start-line="2" selection-start-column="7" selection-end-line="2" selection-end-column="7" />
478
+          <folding>
479
+            <element signature="imports" expanded="true" />
480
+          </folding>
481
+        </state>
482
+      </provider>
483
+    </entry>
484
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/BikeProjectApplication.java">
485
+      <provider selected="true" editor-type-id="text-editor">
486
+        <state relative-caret-position="90">
487
+          <caret line="6" column="13" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="13" />
488
+          <folding>
489
+            <element signature="imports" expanded="true" />
490
+          </folding>
491
+        </state>
492
+      </provider>
493
+    </entry>
494
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/passionProject/bikeProject/Controller/UserController.java">
495
+      <provider selected="true" editor-type-id="text-editor">
496
+        <state relative-caret-position="705">
497
+          <caret line="47" lean-forward="true" selection-start-line="47" selection-end-line="47" />
498
+          <folding>
499
+            <element signature="imports" expanded="true" />
500
+          </folding>
501
+        </state>
502
+      </provider>
503
+    </entry>
504
+    <entry file="file://$PROJECT_DIR$/src/main/resources/application.properties">
505
+      <provider selected="true" editor-type-id="text-editor">
506
+        <state relative-caret-position="60">
507
+          <caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
508
+        </state>
509
+      </provider>
510
+    </entry>
511
+    <entry file="file://$PROJECT_DIR$/pom.xml">
512
+      <provider selected="true" editor-type-id="text-editor">
513
+        <state relative-caret-position="-112" />
514
+      </provider>
515
+    </entry>
516
+  </component>
167 517
   <component name="masterDetails">
168 518
     <states>
519
+      <state key="ArtifactsStructureConfigurable.UI">
520
+        <settings>
521
+          <artifact-editor />
522
+          <splitter-proportions>
523
+            <option name="proportions">
524
+              <list>
525
+                <option value="0.2" />
526
+              </list>
527
+            </option>
528
+          </splitter-proportions>
529
+        </settings>
530
+      </state>
531
+      <state key="FacetStructureConfigurable.UI">
532
+        <settings>
533
+          <last-edited>Spring</last-edited>
534
+          <splitter-proportions>
535
+            <option name="proportions">
536
+              <list>
537
+                <option value="0.2" />
538
+              </list>
539
+            </option>
540
+          </splitter-proportions>
541
+        </settings>
542
+      </state>
169 543
       <state key="GlobalLibrariesConfigurable.UI">
170 544
         <settings>
171 545
           <splitter-proportions>
@@ -189,8 +563,22 @@
189 563
           </splitter-proportions>
190 564
         </settings>
191 565
       </state>
566
+      <state key="ModuleStructureConfigurable.UI">
567
+        <settings>
568
+          <last-edited>bikeProject</last-edited>
569
+          <splitter-proportions>
570
+            <option name="proportions">
571
+              <list>
572
+                <option value="0.2" />
573
+                <option value="0.6" />
574
+              </list>
575
+            </option>
576
+          </splitter-proportions>
577
+        </settings>
578
+      </state>
192 579
       <state key="ProjectLibrariesConfigurable.UI">
193 580
         <settings>
581
+          <last-edited>Maven: antlr:antlr:2.7.7</last-edited>
194 582
           <splitter-proportions>
195 583
             <option name="proportions">
196 584
               <list>

BIN
Backend/target/classes/com/passionProject/bikeProject/Controller/UserController.class View File


BIN
Backend/target/classes/com/passionProject/bikeProject/Entity/User.class View File


+ 49
- 0
backEnd/.classpath View File

@@ -0,0 +1,49 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<classpath>
3
+	<classpathentry kind="src" output="target/classes" path="src/main/java">
4
+		<attributes>
5
+			<attribute name="optional" value="true"/>
6
+			<attribute name="maven.pomderived" value="true"/>
7
+		</attributes>
8
+	</classpathentry>
9
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10
+		<attributes>
11
+			<attribute name="maven.pomderived" value="true"/>
12
+		</attributes>
13
+	</classpathentry>
14
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
15
+		<attributes>
16
+			<attribute name="optional" value="true"/>
17
+			<attribute name="maven.pomderived" value="true"/>
18
+			<attribute name="test" value="true"/>
19
+		</attributes>
20
+	</classpathentry>
21
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
22
+		<attributes>
23
+			<attribute name="maven.pomderived" value="true"/>
24
+		</attributes>
25
+	</classpathentry>
26
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
27
+		<attributes>
28
+			<attribute name="maven.pomderived" value="true"/>
29
+		</attributes>
30
+	</classpathentry>
31
+	<classpathentry kind="src" path="target/generated-sources/annotations">
32
+		<attributes>
33
+			<attribute name="optional" value="true"/>
34
+			<attribute name="maven.pomderived" value="true"/>
35
+			<attribute name="ignore_optional_problems" value="true"/>
36
+			<attribute name="m2e-apt" value="true"/>
37
+		</attributes>
38
+	</classpathentry>
39
+	<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
40
+		<attributes>
41
+			<attribute name="optional" value="true"/>
42
+			<attribute name="maven.pomderived" value="true"/>
43
+			<attribute name="ignore_optional_problems" value="true"/>
44
+			<attribute name="m2e-apt" value="true"/>
45
+			<attribute name="test" value="true"/>
46
+		</attributes>
47
+	</classpathentry>
48
+	<classpathentry kind="output" path="target/classes"/>
49
+</classpath>

+ 23
- 0
backEnd/.project View File

@@ -0,0 +1,23 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<projectDescription>
3
+	<name>bikeProject</name>
4
+	<comment></comment>
5
+	<projects>
6
+	</projects>
7
+	<buildSpec>
8
+		<buildCommand>
9
+			<name>org.eclipse.jdt.core.javabuilder</name>
10
+			<arguments>
11
+			</arguments>
12
+		</buildCommand>
13
+		<buildCommand>
14
+			<name>org.eclipse.m2e.core.maven2Builder</name>
15
+			<arguments>
16
+			</arguments>
17
+		</buildCommand>
18
+	</buildSpec>
19
+	<natures>
20
+		<nature>org.eclipse.jdt.core.javanature</nature>
21
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
22
+	</natures>
23
+</projectDescription>

+ 5
- 0
backEnd/.settings/org.eclipse.core.resources.prefs View File

@@ -0,0 +1,5 @@
1
+eclipse.preferences.version=1
2
+encoding//src/main/java=UTF-8
3
+encoding//src/main/resources=UTF-8
4
+encoding//src/test/java=UTF-8
5
+encoding/<project>=UTF-8

+ 2
- 0
backEnd/.settings/org.eclipse.jdt.apt.core.prefs View File

@@ -0,0 +1,2 @@
1
+eclipse.preferences.version=1
2
+org.eclipse.jdt.apt.aptEnabled=false

+ 8
- 0
backEnd/.settings/org.eclipse.jdt.core.prefs View File

@@ -0,0 +1,8 @@
1
+eclipse.preferences.version=1
2
+org.eclipse.jdt.core.compiler.codegen.methodParameters=generate
3
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
4
+org.eclipse.jdt.core.compiler.compliance=1.8
5
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
6
+org.eclipse.jdt.core.compiler.processAnnotations=disabled
7
+org.eclipse.jdt.core.compiler.release=disabled
8
+org.eclipse.jdt.core.compiler.source=1.8

+ 4
- 0
backEnd/.settings/org.eclipse.m2e.core.prefs View File

@@ -0,0 +1,4 @@
1
+activeProfiles=
2
+eclipse.preferences.version=1
3
+resolveWorkspaceProjects=true
4
+version=1

+ 0
- 17
cyclingFrontEnd/.editorconfig View File

@@ -1,17 +0,0 @@
1
-# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
2
-# editorconfig.org
3
-
4
-root = true
5
-
6
-[*]
7
-indent_style = space
8
-indent_size = 2
9
-
10
-# We recommend you to keep these unchanged
11
-end_of_line = lf
12
-charset = utf-8
13
-trim_trailing_whitespace = true
14
-insert_final_newline = true
15
-
16
-[*.md]
17
-trim_trailing_whitespace = false

+ 0
- 35
cyclingFrontEnd/.gitignore View File

@@ -1,35 +0,0 @@
1
-# Specifies intentionally untracked files to ignore when using Git
2
-# http://git-scm.com/docs/gitignore
3
-
4
-*~
5
-*.sw[mnpcod]
6
-*.log
7
-*.tmp
8
-*.tmp.*
9
-log.txt
10
-*.sublime-project
11
-*.sublime-workspace
12
-.vscode/
13
-npm-debug.log*
14
-
15
-.idea/
16
-.sourcemaps/
17
-.sass-cache/
18
-.tmp/
19
-.versions/
20
-coverage/
21
-dist/
22
-node_modules/
23
-tmp/
24
-temp/
25
-hooks/
26
-platforms/
27
-plugins/
28
-plugins/android.json
29
-plugins/ios.json
30
-www/
31
-$RECYCLE.BIN/
32
-
33
-.DS_Store
34
-Thumbs.db
35
-UserInterfaceState.xcuserstate

+ 0
- 84
cyclingFrontEnd/config.xml View File

@@ -1,84 +0,0 @@
1
-<?xml version='1.0' encoding='utf-8'?>
2
-<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3
-    <name>cyclingFrontEnd</name>
4
-    <description>An awesome Ionic/Cordova app.</description>
5
-    <author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
6
-    <content src="index.html" />
7
-    <access origin="*" />
8
-    <allow-intent href="http://*/*" />
9
-    <allow-intent href="https://*/*" />
10
-    <allow-intent href="tel:*" />
11
-    <allow-intent href="sms:*" />
12
-    <allow-intent href="mailto:*" />
13
-    <allow-intent href="geo:*" />
14
-    <preference name="ScrollEnabled" value="false" />
15
-    <preference name="android-minSdkVersion" value="19" />
16
-    <preference name="BackupWebStorage" value="none" />
17
-    <preference name="SplashMaintainAspectRatio" value="true" />
18
-    <preference name="FadeSplashScreenDuration" value="300" />
19
-    <preference name="SplashShowOnlyFirstTime" value="false" />
20
-    <preference name="SplashScreen" value="screen" />
21
-    <preference name="SplashScreenDelay" value="3000" />
22
-    <platform name="android">
23
-        <allow-intent href="market:*" />
24
-        <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
25
-        <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
26
-        <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
27
-        <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
28
-        <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
29
-        <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
30
-        <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
31
-        <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
32
-        <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
33
-        <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" />
34
-        <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
35
-        <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
36
-        <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
37
-        <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
38
-        <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
39
-        <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
40
-        <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
41
-        <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
42
-    </platform>
43
-    <platform name="ios">
44
-        <allow-intent href="itms:*" />
45
-        <allow-intent href="itms-apps:*" />
46
-        <icon height="57" src="resources/ios/icon/icon.png" width="57" />
47
-        <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
48
-        <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
49
-        <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
50
-        <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
51
-        <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
52
-        <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
53
-        <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
54
-        <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
55
-        <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
56
-        <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
57
-        <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
58
-        <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
59
-        <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
60
-        <icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
61
-        <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
62
-        <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
63
-        <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
64
-        <icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
65
-        <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
66
-        <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
67
-        <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
68
-        <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
69
-        <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
70
-        <splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" />
71
-        <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
72
-        <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
73
-        <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" />
74
-        <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
75
-        <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
76
-        <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
77
-        <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
78
-    </platform>
79
-    <plugin name="cordova-plugin-whitelist" spec="1.3.3" />
80
-    <plugin name="cordova-plugin-device" spec="2.0.2" />
81
-    <plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
82
-    <plugin name="cordova-plugin-ionic-webview" spec="1.1.19" />
83
-    <plugin name="cordova-plugin-ionic-keyboard" spec="2.0.5" />
84
-</widget>

+ 0
- 8
cyclingFrontEnd/ionic.config.json View File

@@ -1,8 +0,0 @@
1
-{
2
-  "name": "cyclingFrontEnd",
3
-  "app_id": "",
4
-  "type": "ionic-angular",
5
-  "integrations": {
6
-    "cordova": {}
7
-  }
8
-}

+ 0
- 6504
cyclingFrontEnd/package-lock.json
File diff suppressed because it is too large
View File


+ 0
- 38
cyclingFrontEnd/package.json View File

@@ -1,38 +0,0 @@
1
-{
2
-  "name": "cyclingFrontEnd",
3
-  "version": "0.0.1",
4
-  "author": "Ionic Framework",
5
-  "homepage": "http://ionicframework.com/",
6
-  "private": true,
7
-  "scripts": {
8
-    "start": "ionic-app-scripts serve",
9
-    "clean": "ionic-app-scripts clean",
10
-    "build": "ionic-app-scripts build",
11
-    "lint": "ionic-app-scripts lint"
12
-  },
13
-  "dependencies": {
14
-    "@angular/animations": "5.2.11",
15
-    "@angular/common": "5.2.11",
16
-    "@angular/compiler": "5.2.11",
17
-    "@angular/compiler-cli": "5.2.11",
18
-    "@angular/core": "5.2.11",
19
-    "@angular/forms": "5.2.11",
20
-    "@angular/http": "5.2.11",
21
-    "@angular/platform-browser": "5.2.11",
22
-    "@angular/platform-browser-dynamic": "5.2.11",
23
-    "@ionic-native/core": "~4.9.2",
24
-    "@ionic-native/splash-screen": "~4.9.2",
25
-    "@ionic-native/status-bar": "~4.9.2",
26
-    "@ionic/storage": "2.1.3",
27
-    "ionic-angular": "3.9.2",
28
-    "ionicons": "3.0.0",
29
-    "rxjs": "5.5.11",
30
-    "sw-toolbox": "3.6.0",
31
-    "zone.js": "0.8.26"
32
-  },
33
-  "devDependencies": {
34
-    "@ionic/app-scripts": "3.1.11",
35
-    "typescript": "~2.6.2"
36
-  },
37
-  "description": "An Ionic project"
38
-}

+ 0
- 8
cyclingFrontEnd/resources/README.md View File

@@ -1,8 +0,0 @@
1
-These are Cordova resources. You can replace icon.png and splash.png and run
2
-`ionic cordova resources` to generate custom icons and splash screens for your
3
-app. See `ionic cordova resources --help` for details.
4
-
5
-Cordova reference documentation:
6
-
7
-- Icons: https://cordova.apache.org/docs/en/latest/config_ref/images.html
8
-- Splash Screens: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/

BIN
cyclingFrontEnd/resources/android/icon/drawable-hdpi-icon.png View File


BIN
cyclingFrontEnd/resources/android/icon/drawable-ldpi-icon.png View File


BIN
cyclingFrontEnd/resources/android/icon/drawable-mdpi-icon.png View File


BIN
cyclingFrontEnd/resources/android/icon/drawable-xhdpi-icon.png View File


BIN
cyclingFrontEnd/resources/android/icon/drawable-xxhdpi-icon.png View File


BIN
cyclingFrontEnd/resources/android/icon/drawable-xxxhdpi-icon.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-land-hdpi-screen.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-land-ldpi-screen.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-land-mdpi-screen.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-land-xhdpi-screen.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-land-xxhdpi-screen.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-land-xxxhdpi-screen.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-port-hdpi-screen.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-port-ldpi-screen.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-port-mdpi-screen.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-port-xhdpi-screen.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-port-xxhdpi-screen.png View File


BIN
cyclingFrontEnd/resources/android/splash/drawable-port-xxxhdpi-screen.png View File


BIN
cyclingFrontEnd/resources/icon.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-1024.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-40.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-40@2x.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-40@3x.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-50.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-50@2x.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-60.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-60@2x.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-60@3x.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-72.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-72@2x.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-76.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-76@2x.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-83.5@2x.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-small.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-small@2x.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon-small@3x.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon.png View File


BIN
cyclingFrontEnd/resources/ios/icon/icon@2x.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default-568h@2x~iphone.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default-667h.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default-736h.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default-Landscape-736h.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default-Landscape@2x~ipad.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default-Landscape@~ipadpro.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default-Landscape~ipad.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default-Portrait@2x~ipad.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default-Portrait@~ipadpro.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default-Portrait~ipad.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default@2x~iphone.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default@2x~universal~anyany.png View File


BIN
cyclingFrontEnd/resources/ios/splash/Default~iphone.png View File


BIN
cyclingFrontEnd/resources/splash.png View File


+ 0
- 22
cyclingFrontEnd/src/app/app.component.ts View File

@@ -1,22 +0,0 @@
1
-import { Component } from '@angular/core';
2
-import { Platform } from 'ionic-angular';
3
-import { StatusBar } from '@ionic-native/status-bar';
4
-import { SplashScreen } from '@ionic-native/splash-screen';
5
-
6
-import { HomePage } from '../pages/home/home';
7
-@Component({
8
-  templateUrl: 'app.html'
9
-})
10
-export class MyApp {
11
-  rootPage:any = HomePage;
12
-
13
-  constructor(platform: Platform, statusBar: StatusBar, splashScreen: SplashScreen) {
14
-    platform.ready().then(() => {
15
-      // Okay, so the platform is ready and our plugins are available.
16
-      // Here you can do any higher level native things you might need.
17
-      statusBar.styleDefault();
18
-      splashScreen.hide();
19
-    });
20
-  }
21
-}
22
-

+ 0
- 1
cyclingFrontEnd/src/app/app.html View File

@@ -1 +0,0 @@
1
-<ion-nav [root]="rootPage"></ion-nav>

+ 0
- 30
cyclingFrontEnd/src/app/app.module.ts View File

@@ -1,30 +0,0 @@
1
-import { BrowserModule } from '@angular/platform-browser';
2
-import { ErrorHandler, NgModule } from '@angular/core';
3
-import { IonicApp, IonicErrorHandler, IonicModule } from 'ionic-angular';
4
-import { SplashScreen } from '@ionic-native/splash-screen';
5
-import { StatusBar } from '@ionic-native/status-bar';
6
-
7
-import { MyApp } from './app.component';
8
-import { HomePage } from '../pages/home/home';
9
-
10
-@NgModule({
11
-  declarations: [
12
-    MyApp,
13
-    HomePage
14
-  ],
15
-  imports: [
16
-    BrowserModule,
17
-    IonicModule.forRoot(MyApp)
18
-  ],
19
-  bootstrap: [IonicApp],
20
-  entryComponents: [
21
-    MyApp,
22
-    HomePage
23
-  ],
24
-  providers: [
25
-    StatusBar,
26
-    SplashScreen,
27
-    {provide: ErrorHandler, useClass: IonicErrorHandler}
28
-  ]
29
-})
30
-export class AppModule {}

+ 0
- 16
cyclingFrontEnd/src/app/app.scss View File

@@ -1,16 +0,0 @@
1
-// http://ionicframework.com/docs/theming/
2
-
3
-
4
-// App Global Sass
5
-// --------------------------------------------------
6
-// Put style rules here that you want to apply globally. These
7
-// styles are for the entire app and not just one component.
8
-// Additionally, this file can be also used as an entry point
9
-// to import other Sass files to be included in the output CSS.
10
-//
11
-// Shared Sass variables, which can be used to adjust Ionic's
12
-// default Sass variables, belong in "theme/variables.scss".
13
-//
14
-// To declare rules for a specific mode, create a child rule
15
-// for the .md, .ios, or .wp mode classes. The mode class is
16
-// automatically applied to the <body> element in the app.

+ 0
- 5
cyclingFrontEnd/src/app/main.ts View File

@@ -1,5 +0,0 @@
1
-import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
2
-
3
-import { AppModule } from './app.module';
4
-
5
-platformBrowserDynamic().bootstrapModule(AppModule);

BIN
cyclingFrontEnd/src/assets/icon/favicon.ico View File


BIN
cyclingFrontEnd/src/assets/imgs/logo.png View File


+ 0
- 49
cyclingFrontEnd/src/index.html View File

@@ -1,49 +0,0 @@
1
-<!DOCTYPE html>
2
-<html lang="en" dir="ltr">
3
-<head>
4
-  <meta charset="UTF-8">
5
-  <title>Ionic App</title>
6
-  <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
7
-  <meta name="format-detection" content="telephone=no">
8
-  <meta name="msapplication-tap-highlight" content="no">
9
-
10
-  <link rel="icon" type="image/x-icon" href="assets/icon/favicon.ico">
11
-  <link rel="manifest" href="manifest.json">
12
-  <meta name="theme-color" content="#4e8ef7">
13
-
14
-  <!-- add to homescreen for ios -->
15
-  <meta name="apple-mobile-web-app-capable" content="yes">
16
-  <meta name="apple-mobile-web-app-status-bar-style" content="black">
17
-
18
-  <!-- cordova.js required for cordova apps (remove if not needed) -->
19
-  <script src="cordova.js"></script>
20
-
21
-  <!-- un-comment this code to enable service worker
22
-  <script>
23
-    if ('serviceWorker' in navigator) {
24
-      navigator.serviceWorker.register('service-worker.js')
25
-        .then(() => console.log('service worker installed'))
26
-        .catch(err => console.error('Error', err));
27
-    }
28
-  </script>-->
29
-
30
-  <link href="build/main.css" rel="stylesheet">
31
-
32
-</head>
33
-<body>
34
-
35
-  <!-- Ionic's root component and where the app will load -->
36
-  <ion-app></ion-app>
37
-
38
-  <!-- The polyfills js is generated during the build process -->
39
-  <script src="build/polyfills.js"></script>
40
-
41
-  <!-- The vendor js is generated during the build process
42
-       It contains all of the dependencies in node_modules -->
43
-  <script src="build/vendor.js"></script>
44
-
45
-  <!-- The main bundle js is generated during the build process -->
46
-  <script src="build/main.js"></script>
47
-
48
-</body>
49
-</html>

+ 0
- 13
cyclingFrontEnd/src/manifest.json View File

@@ -1,13 +0,0 @@
1
-{
2
-  "name": "Ionic",
3
-  "short_name": "Ionic",
4
-  "start_url": "index.html",
5
-  "display": "standalone",
6
-  "icons": [{
7
-    "src": "assets/imgs/logo.png",
8
-    "sizes": "512x512",
9
-    "type": "image/png"
10
-  }],
11
-  "background_color": "#4e8ef7",
12
-  "theme_color": "#4e8ef7"
13
-}

+ 0
- 14
cyclingFrontEnd/src/pages/home/home.html View File

@@ -1,14 +0,0 @@
1
-<ion-header>
2
-  <ion-navbar>
3
-    <ion-title>
4
-      Ionic Blank
5
-    </ion-title>
6
-  </ion-navbar>
7
-</ion-header>
8
-
9
-<ion-content padding>
10
-  The world is your oyster.
11
-  <p>
12
-    If you get lost, the <a href="http://ionicframework.com/docs/v2">docs</a> will be your guide.
13
-  </p>
14
-</ion-content>

+ 0
- 3
cyclingFrontEnd/src/pages/home/home.scss View File

@@ -1,3 +0,0 @@
1
-page-home {
2
-
3
-}

+ 0
- 14
cyclingFrontEnd/src/pages/home/home.ts View File

@@ -1,14 +0,0 @@
1
-import { Component } from '@angular/core';
2
-import { NavController } from 'ionic-angular';
3
-
4
-@Component({
5
-  selector: 'page-home',
6
-  templateUrl: 'home.html'
7
-})
8
-export class HomePage {
9
-
10
-  constructor(public navCtrl: NavController) {
11
-
12
-  }
13
-
14
-}

+ 0
- 31
cyclingFrontEnd/src/service-worker.js View File

@@ -1,31 +0,0 @@
1
-/**
2
- * Check out https://googlechromelabs.github.io/sw-toolbox/ for
3
- * more info on how to use sw-toolbox to custom configure your service worker.
4
- */
5
-
6
-
7
-'use strict';
8
-importScripts('./build/sw-toolbox.js');
9
-
10
-self.toolbox.options.cache = {
11
-  name: 'ionic-cache'
12
-};
13
-
14
-// pre-cache our key assets
15
-self.toolbox.precache(
16
-  [
17
-    './build/main.js',
18
-    './build/vendor.js',
19
-    './build/main.css',
20
-    './build/polyfills.js',
21
-    'index.html',
22
-    'manifest.json'
23
-  ]
24
-);
25
-
26
-// dynamically cache any other local assets
27
-self.toolbox.router.any('/*', self.toolbox.fastest);
28
-
29
-// for any other requests go to the network, cache,
30
-// and then only use that cached resource if your user goes offline
31
-self.toolbox.router.default = self.toolbox.networkFirst;

+ 0
- 88
cyclingFrontEnd/src/theme/variables.scss View File

@@ -1,88 +0,0 @@
1
-// Ionic Variables and Theming. For more info, please see:
2
-// http://ionicframework.com/docs/theming/
3
-
4
-// Font path is used to include ionicons,
5
-// roboto, and noto sans fonts
6
-$font-path: "../assets/fonts";
7
-
8
-
9
-// The app direction is used to include
10
-// rtl styles in your app. For more info, please see:
11
-// http://ionicframework.com/docs/theming/rtl-support/
12
-$app-direction: ltr;
13
-
14
-
15
-@import "ionic.globals";
16
-
17
-
18
-// Shared Variables
19
-// --------------------------------------------------
20
-// To customize the look and feel of this app, you can override
21
-// the Sass variables found in Ionic's source scss files.
22
-// To view all the possible Ionic variables, see:
23
-// http://ionicframework.com/docs/theming/overriding-ionic-variables/
24
-
25
-
26
-
27
-
28
-// Named Color Variables
29
-// --------------------------------------------------
30
-// Named colors makes it easy to reuse colors on various components.
31
-// It's highly recommended to change the default colors
32
-// to match your app's branding. Ionic uses a Sass map of
33
-// colors so you can add, rename and remove colors as needed.
34
-// The "primary" color is the only required color in the map.
35
-
36
-$colors: (
37
-  primary:    #488aff,
38
-  secondary:  #32db64,
39
-  danger:     #f53d3d,
40
-  light:      #f4f4f4,
41
-  dark:       #222
42
-);
43
-
44
-
45
-// App iOS Variables
46
-// --------------------------------------------------
47
-// iOS only Sass variables can go here
48
-
49
-
50
-
51
-
52
-// App Material Design Variables
53
-// --------------------------------------------------
54
-// Material Design only Sass variables can go here
55
-
56
-
57
-
58
-
59
-// App Windows Variables
60
-// --------------------------------------------------
61
-// Windows only Sass variables can go here
62
-
63
-
64
-
65
-
66
-// App Theme
67
-// --------------------------------------------------
68
-// Ionic apps can have different themes applied, which can
69
-// then be future customized. This import comes last
70
-// so that the above variables are used and Ionic's
71
-// default are overridden.
72
-
73
-@import "ionic.theme.default";
74
-
75
-
76
-// Ionicons
77
-// --------------------------------------------------
78
-// The premium icon font for Ionic. For more info, please see:
79
-// http://ionicframework.com/docs/ionicons/
80
-
81
-@import "ionic.ionicons";
82
-
83
-
84
-// Fonts
85
-// --------------------------------------------------
86
-
87
-@import "roboto";
88
-@import "noto-sans";

+ 0
- 28
cyclingFrontEnd/tsconfig.json View File

@@ -1,28 +0,0 @@
1
-{
2
-  "compilerOptions": {
3
-    "allowSyntheticDefaultImports": true,
4
-    "declaration": false,
5
-    "emitDecoratorMetadata": true,
6
-    "experimentalDecorators": true,
7
-    "lib": [
8
-      "dom",
9
-      "es2015"
10
-    ],
11
-    "module": "es2015",
12
-    "moduleResolution": "node",
13
-    "sourceMap": true,
14
-    "target": "es5"
15
-  },
16
-  "include": [
17
-    "src/**/*.ts"
18
-  ],
19
-  "exclude": [
20
-    "node_modules",
21
-    "src/**/*.spec.ts",
22
-    "src/**/__tests__/*.ts"
23
-  ],
24
-  "compileOnSave": false,
25
-  "atom": {
26
-    "rewriteTsconfig": false
27
-  }
28
-}

+ 0
- 11
cyclingFrontEnd/tslint.json View File

@@ -1,11 +0,0 @@
1
-{
2
-  "rules": {
3
-    "no-duplicate-variable": true,
4
-    "no-unused-variable": [
5
-      true
6
-    ]
7
-  },
8
-  "rulesDirectory": [
9
-    "node_modules/tslint-eslint-rules/dist/rules"
10
-  ]
11
-}