-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToDo.txt
30 lines (15 loc) · 1.2 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
-Add option to only update null categories
-add overview page
-enable transaction splitting. Update remaining cash calcs to handle split transactions correctly.
-Date filter returns apparently wrong date range because it's returning objects with time zone offset of zero, and angular is converting to local time.
-drop downs on edit page for account, etc
-split out transaction detail controller
-toggle between category edit mode, advanced edit mode, and view only
-refactor moment dependency to be a service? i don't like the implicit moment dependency in the transaction controller
-potentially put the queried transactions AND the selected transactions at an app state level so we can avoid requerying after detail update
-implement ngGrid for transactions? what about split transactions?
-work on conditional formatting for SPLIT, REIMBURSABLE, TAX TAG, INCOME, FLAGGED FOR FOLLOW UP
-add summary calcs to transaction search: Net cash flow effect and total transactions
-implement advanced search features: Amount range, flagged, reimbursable source, etc.
-toastr or something for notification on failed post requests
-pin search nav or change transaction grid to overflow scroll