forked from goga-m/lamassu-admin-elm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
37 lines (26 loc) · 1.05 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
- error page for non-existent crypto url
- 404 page
- advanced types, get all config screens working
- convert l-s to work with new config from db
- fix up pairing and login, get ready for release
- transactions screen
---------------------------
v on page load, correctly set page and category
v fix css
v get pages to work again
v run updateUrl on default page
v fix input boxes in config (seems to be issue with cryptos)
- set default crypto
- registration url, save in cookie
---------------------------
- reload numbers on submit (low priority)
---------------------------
validation:
- base on json-schema validator (will need a port)
- each config screen has validation errors mapped to each field
- each errored field is red with error message
- if config screen has any errors, config name in navbar is red
- if any config groups have any errored configs, config group is red in nav bar
- same for accounts
- ribbon on top shows that config isn't complete
- besides individual json-schema compliance, also check that all chosen account are not in error