-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathToDo.txt
More file actions
146 lines (103 loc) · 3.8 KB
/
ToDo.txt
File metadata and controls
146 lines (103 loc) · 3.8 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
--- help needed ---
- tutorial/intro videos
- signing with dev key
- posting on app store
- https for website
--- steve ---
- show resend status on sells?
test this code:
----------------
MKPostMsg *oldPostMsg = nil;
do
{
oldPostMsg = [self firstChildWithKindOfClass:[MKPostMsg class]];
if (oldPostMsg)
{
[self removeChild:oldPostMsg];
}
} while (oldPostMsg);
--------------
- refresh nodes on wallet sync (so buy and sell subtitles update)
- [DONE] legal pages
- error reporter, prompt user, option to send bitcoin log?
- unit tests
-
- update subscription support
- fix cell title "..." clipping when there is no subtitle etc
- docs & info pages? a url link?
- ability to view all bids before accept
- structured buyer/seller communications
- seller can send tracking number/ETA
- buyer can multi-choose from list of refund reasons
- package did not arrive
- quality too low
- quantity too low
- buyer can multi-choose from list of feedback after payment
- happy with quantity
- happy with quality
- happy with delivery time
- verify bid not accepted cancel
- verify closemsg post code
- wait until lock escrow to post closemsg
- move addProperty group code to NavNode
- add text about shipping (all prices include shipping anywhere within country)
- add max of ~$2000 or warning for large tx
- warning for purchasing own items
- record the actual close msg that was sent
- receiving a bid shows in status but doesn't enable accept first bid immediately?
- choose bid doesn't immediately go to lock escrow
- optional unique address for every post?
- [possibly fixed] brief graphic artifact in stages view on accepting bid
- [FEATURE] detect and display received deposit feature if window open?
- [FEATURE] eta for pow on posts?
- add any needed auth checks on msgs
- validate post price
- more general attachment format (dict)
- remove .backups?
- deposit address isn't changing even though the underlying object changes and calls postParentChainChanged
- [PERF] interaction speed on post
- [FEATURE] delivery status / package tracking
- [FEATURE] add service and version fields to msgs?
- [FEATURE] allow seller to see address of buyer at any time
- [LATER] timeouts for bid, lock and await delivery + user warnings
- [LATER] timeout for posting? auto-reposting until delete or bid accepted?
- [LATER CLEANUP] replace NavNode base class with navMirror method on NSObject
- use association slot for mirror cache
- [LATER] update UI to new design spec
--- adam ---
- look into bitmessage cache time api?
- sharable todo - app url
- menu bar item
- gen very high pow address for channel
- gen high pow for user identities
------ rich ------
- consider security issues
- consider edge cases for workflow (eg: what happens if a tx fails to broadcast ... etc)
- wallet backups?
- wallet withdraw ui
- validate amount / address
- create a better system for extending BitcoinJ object persistence
- Detect failed broadcasts
- Add support for recovering a wallet from its keys when wallet gets corrupted.
- Deterministic Hierarchical Wallets
- More robust peer connection (use DNS and list of ips?)
- Add dates to transactions list
------ dean ------
- short screencast intro/docs
http://www.cnet.com/how-to/record-your-computers-screen-with-audio-on-a-mac/
------ chris ------
- website
- user docs?
- donation address?
--- misc notes ---------------
(seller posts)
- non-local item purchase and delivery
(range is nation)
- seller item details
- buyer address
- currency contract
- seller currency/amount
- buyer wire/ach (seller chooses options)
- quantity options on sales?
- store front for given bm address, url verification based?
- order book interface, amazon support