ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Featuresv0.2v0.3v1v1.1
2
3
proposal name input bug to fixTo doDoneDone
4
To doDoneDone
5
To doDoneDone
6
To doDoneDone
7
Load a ‘contract deployed’ with an <address> in input.DoneDoneDoneDone
8
Set redirection to `https://abie.fund/<contract address>’.DoneDoneDoneDone
9
Display the address, balance and name.DoneDoneDoneDone
10
Display statement of intent and list of first members of the contract.DoneDoneDoneDone
11
+ background and font colors stored locallyNo needNo needTo doTo do
12
« Donate $10, $50, $200 » : convert usd/eth and prepare 3 tx a, b, c with 3 buttons.No needNo needTo doTo do
13
If there is a proposal with a timeLeft > 0 show it (and if user is a member he can vote), else « No vote in progress. »No needNo needTo doTo do
14
If there are executed proposals, show them (loop through all proposals), else « No initiative taken yet. »DoneDoneDoneDone
15
VoteYes / VoteNoDoneDoneDoneDone
16
Ask for membershipDoneDoneDoneDone
17
"submit a proposal" section displayed + buttonDoneDoneDoneDone
18
If contractBalance > 0, display « submit a proposal » section, else « The contract holds 0 funds. »No needNo needTo doDone
19
Load userAccount. If userAccount < price of tx + deposit « You don’t have enough money to submit a proposal »No needNo needTo doTo do
20
Select a delegate: input <address>DoneDoneDoneDone
21
If user has a delegate show his address, else « Select a delegate: input <address> »No needNo needTo doDone
22
If userAccount > tx estimated price show « deploy your own DAO » (set name, statement, 1st members and get a new address in return and go to that page + link the address with the selected set of colors), else « you don’t have enough money to deploy a new DAO. »No needNo needTo doTo do
23
Count the votes (a new button for each proposal)DoneDoneDoneDone
24
Claim (another new button for each proposal)DoneDoneDoneDone
25
Fix the format of NAME and DESCRIPTION fieldsDoneDoneDoneDone
26
Fix the VALUE input --> it is not the value of the tx but the value of the proposal.DoneDoneDoneDone
27
Make sure the whole app is portable on http://abie.fund server + adapt home.js : url = http://abie.fund/dao/0xsmThGNo needDoneDoneDone
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