-
Notifications
You must be signed in to change notification settings - Fork 1
/
todo.txt
27 lines (26 loc) · 1.21 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
TODO:
+ README
+ Comments on Data Sets (and on Classifications)
- Export crosswalk
- Export multiple data sets with "common type" columns and mappings
- Highlighted current selected side nav
- Add additional categories for a type
- Require file upload or handle empty datasets
- Fix the browser resizing issues
- Required fields for data sets
- Add Tags
- Support for multiple files and ensuring same headings
- Add authentication and user support
- Add running comments to data sets
- Add actual roles and enforce them
- Highlight active controller in side nav
- Add files to an existing data set (only accept new lines - do a diff from all files)
- Classification - show "similar" detailed call types using pg_tgrm (trigrams) extension
- Classification - add tags
- Classification - multiple people classifying the data
- Categorizer - show "similar" detailed call types using pg_tgrm (trigrams) extension
- APCO - different display labels (and full descriptions)
- Also choose the call categories (and emergency type/origin?) this applies to???
- Map multiple fields from a data set to a single common incident type?
- Each call type should be reviewed 2 (3?) times
- How do we rerun the ETL when we come up with new mappings, etc.