Commit 88d2aef
Unmask UI enhancements (#82)
* session page working with requirejs
* track page working
* handsontable loading
* track page working with bootstrap
* all pages working with requirejs
* code cleanup and reorganizing dependencies
* cleaning up code
* reorganized to separate views and controllers
* added local copy of bootstrap
* Saving file in correct rows. Headers for demographic data are still in form of keys
* removed .idea
* properly sorted columns and sheets
* grabbing data from hot for csv
* event listeners
* drag and drop, unmask button
* basic table saving
* full table with correct labels
* rendering tables
* redoing table rendering...
* titles render
* table showing on click
* cleaning the lint
* added an alert msg for POST /get_masks
* drag functioning again for unmask
* drag and drop restored for client
* removed extraneous textarea box on unmask page
* removed placeholder values
* removed unnecessary unmask button
* Remove merge conflict leftover
* fixed gender labels on unmasked csv
* removed placeholder session key and password in unmasking page
* moved updating table widths to tableController
* error messages for 500 get masks post
* fixed string parsing error in saving questions
* table headers on unmask page
* linting
* Fix formatting1 parent 097bb83 commit 88d2aef
File tree
17 files changed
+1711
-838
lines changed- client
- app
- controllers
- data
- helper
- vendor
- views
17 files changed
+1711
-838
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
| 229 | + | |
229 | 230 | | |
230 | | - | |
| 231 | + | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 81 | | |
86 | 82 | | |
87 | 83 | | |
| |||
116 | 112 | | |
117 | 113 | | |
118 | 114 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 115 | + | |
| 116 | + | |
124 | 117 | | |
125 | 118 | | |
126 | 119 | | |
| |||
149 | 142 | | |
150 | 143 | | |
151 | 144 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
| 145 | + | |
170 | 146 | | |
171 | 147 | | |
172 | 148 | | |
| |||
240 | 216 | | |
241 | 217 | | |
242 | 218 | | |
243 | | - | |
244 | | - | |
| 219 | + | |
| 220 | + | |
245 | 221 | | |
246 | 222 | | |
247 | 223 | | |
| |||
258 | 234 | | |
259 | 235 | | |
260 | 236 | | |
261 | | - | |
262 | 237 | | |
263 | 238 | | |
264 | 239 | | |
265 | 240 | | |
266 | | - | |
| 241 | + | |
267 | 242 | | |
268 | 243 | | |
269 | 244 | | |
270 | 245 | | |
271 | 246 | | |
272 | | - | |
273 | | - | |
| 247 | + | |
| 248 | + | |
274 | 249 | | |
275 | 250 | | |
276 | 251 | | |
| |||
336 | 311 | | |
337 | 312 | | |
338 | 313 | | |
339 | | - | |
| 314 | + | |
340 | 315 | | |
341 | 316 | | |
342 | 317 | | |
| |||
443 | 418 | | |
444 | 419 | | |
445 | 420 | | |
446 | | - | |
| 421 | + | |
447 | 422 | | |
448 | 423 | | |
449 | 424 | | |
| |||
0 commit comments