-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
29 lines (22 loc) · 796 Bytes
/
TODO
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
*Core:
- Validations for user
- OAuth by google, callback errors
- Super safe cookie rememberme system
- Make subnav more modular. Just give array with href and label to route.data.subnav
*Household
- Look after ngTable
*Notes,
- Clean up atts without corresponding cards, should not happen. only if user does not clik
save not cancel but simply leaves page. Periodically or on page load? Manual button for admin?
- PDF only first page
- download gives 404
- clean up uploads folder when removing att
- undefined in mongoose-attachment
- cancel upload manually
------------------------------------
*System
-----------------------------------
*Comments:
File uploads: https://github.com/felixge/node-formidable
Use font awesome (the .fa things)
Mean uses dynamic helpers. what are those?