-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
93 lines (61 loc) · 3.94 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
* beta n
* maybe update readme.md
* write build_and_review.md
* LICENSE
* include manual in release assets?
* beta n+1
* after fresh import (goes away after restart):
|1009729.582| |66| [Reddit] fetchTippingComments(): reddit.info(['t1_h59tenp', 't1_h3ks7eg'])
|1009730.593| |66| [RedditTip] Failed to parse tip amount <amount> <unit>: InvalidOperation([<class 'decimal.ConversionSyntax'>])
|1009733.280| |66| [Reddit] fetchTippingComments(): reddit.info(['t1_h59tenp', 't1_h3ks7eg'])
|1009734.788| |66| [RedditTip] Failed to parse tip amount <amount> <unit>: InvalidOperation([<class 'decimal.ConversionSyntax'>])
|1009737.505| |66| [Reddit] fetchTippingComments(): reddit.info(['t1_h59tenp', 't1_h3ks7eg'])
|1009738.503| |66| [RedditTip] Failed to parse tip amount <amount> <unit>: InvalidOperation([<class 'decimal.ConversionSyntax'>])
|1009742.277| |66| [Reddit] fetchTippingComments(): reddit.info(['t1_h59tenp', 't1_h3ks7eg'])
|1009742.787| |66| [RedditTip] Failed to parse tip amount <amount> <unit>: InvalidOperation([<class 'decimal.ConversionSyntax'>])
|1009745.469| |66| [Reddit] fetchTippingComments(): reddit.info(['t1_h59tenp', 't1_h3ks7eg'])
|1009746.453| |66| [RedditTip] Failed to parse tip amount <amount> <unit>: InvalidOperation([<class 'decimal.ConversionSyntax'>])
|1009749.167| |66| [Reddit] fetchTippingComments(): reddit.info(['t1_h59tenp', 't1_h3ks7eg'])
|1009750.676| |66| [RedditTip] Failed to parse tip amount <amount> <unit>: InvalidOperation([<class 'decimal.ConversionSyntax'>])
|1009753.394| |66| [Reddit] fetchTippingComments(): reddit.info(['t1_h59tenp', 't1_h3ks7eg'])
|1009754.415| |66| [RedditTip] Failed to parse tip amount <amount> <unit>: InvalidOperation([<class 'decimal.ConversionSyntax'>])
* document export feature
* beta n+2
* calin on signalling: if you wanted to delete the signal you could call util.do_in_main_thread (util lives in the electroncash module)
* set amount...
* top up, double down
* move reddit forget button to settings
* move back to chaintipper tab after "pay..."?
* new column: received USD
* menu-item "set amount" with a dialog
* about box (see main_window:772)
* possibly reddit isn't shut down on wallet close. (use cosigner plugin to turn on request debug, close chaintipper wallet and observe there are still requests)
* consider it
* discrepancy between recent rate and historical rate (default amount will look bad)
* treeview beauty
* use monospaced font like on history tab
* align right (or better decimal point) amount columns
* amount colums: sort by number, not text
* history rate available if "show history rate" unchecked?
* parse chaintip confirmation comment <- no added value?
* Jon F suggestoin: re-enable "autopay" menu entry for quickly paying tips when autopay is off (currently doesn't work because tips are filtered for autopay-eligible ones only) or "send now" that ignores all autopay constraints
* Jon F: "double clicking in the Chaintipper tab should open the "pay..."/send window"
* default tip amount currency: add BCH option
* headless operation
* pla-plingggg sound?
* reddit logon: display "waiting for yout to authorize chaintipper to access your reddit account, check your browser"?
* amount_bch sometimes scientific notation "1.0E-7", format it
* reddit.py receive loop: reparse amount on Comment change?
* preferences
* amount config (tip amount monikers)
* currently using first exchange found for the given ccy, maybe improve?
* html preview of tipping message? even parent?
* auto-edit tipping message ("EDIT: paid with chaintipper EC plugin")
* 2.0 / ideas
* re-allow amount_bch editable, (if payment_status!='paid')
* enable "incoming"/"outgoing" categories
* category collapse icon, subitem indentation
* BUG: right-click on category -> exception
* twitter
* utxo selection with fuzzy tip amounts (min_amount, max_amount)
* tooltips in table?