-
Notifications
You must be signed in to change notification settings - Fork 82
/
TODO
34 lines (31 loc) · 1.62 KB
/
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
29
30
31
32
33
34
--------------------------------------------------------------------------
KNOWN ISSUES
--------------------------------------------------------------------------
* After adding an event with a new tag, the tag autocompletion won't pick up the new tag until the page is reloaded.
* After adding an event with a new actor, the actor autocompletion won't pick up the new actor until the page is reloaded.
* Merging one bucket into another can result in events having two line-items referencing the same bucket.
--------------------------------------------------------------------------
FEATURES that would be nice to have someday (in no particular order)
--------------------------------------------------------------------------
* spinner for ajax actions
* user info page (for password change)
* password reset from login page
* signup process
* exception notifier (?)
* better /subscriptions index
* better 404 and 500 error pages
* searching
* reporting
* scheduled transactions (occur automatically at specified intervals)
* print stylesheet
* oauth authentication for API
* filter event views to show only events with a non-zero balance for the account in question
* filter event views to show only deposits, or only expenses
* full-text searching on the memo field
* show bucket and account balances next to names in drop-downs
* make bucket reallocation work from bucket perma
* support for multiple 'aside' buckets in a single account
* graphical icons to replace the textual icons for various actions
* add/edit transactions from the reconciliation view
* statement API
* show percentage of credit limit consumed, rather than simply using text color