-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo
More file actions
25 lines (18 loc) · 660 Bytes
/
todo
File metadata and controls
25 lines (18 loc) · 660 Bytes
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
now:
- finish queries
- finish api in server
- test db calls, test logic, test api
- test logic around multiple copies
- error/exception handling (logic will probably be exceptions)
- test dockerfile
- go through TODOs
- make sure to sanitize input - prepared statements doing this in db - schema would work for api
- make centralized config
- work out a proper es package setup
- linter, logger
- autoreload for dev, automated testing
- discussion about code generators
- discussion about api format
- discussion about function naming format
- discussion ES module issues (including hilarious no-esm for tap)
- do I need a map.js for test coverage?