Skip to content

Commit

Permalink
Update ballotexample.json with abstain accts (#92)
Browse files Browse the repository at this point in the history
* Update ballotexample.json

* Update index.html

* Update index.html

* Update index.html

* Update index.html

* Update index.html

* Update index.html

* Update index.html

* Update index.html

* Update index.html

* Update index.html

change requested by @dckc

Co-authored-by: 9rb <[email protected]>
  • Loading branch information
jimscarver and 9rb authored Sep 27, 2020
1 parent 1a78128 commit 8d5fbc2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
9 changes: 4 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,12 @@
<div class="app container">
<div class="testNet">
<div>
<br>
<br>
<h2>RChain Annual Meeting 2020 Ballot <sup>(Beta Test2)</sup></h2>
<h4>RChain Annual Meeting 2020 Ballot <sup>(Beta Test2)</sup></h4>
<hr />
<button id='startTour' class="btn btn-primary">Show Me How</button>
<br>
</div>
<ol><small><small>
<ol><small>

<li>Do you have a REV Address registered with the coop? If not, see the meeting notice for instructions.
</li><li>Press Sign In to connect to Metamask. Choose the ethereum account corresponding to your REV address.
Expand Down Expand Up @@ -101,7 +100,7 @@ <h2>RChain Annual Meeting 2020 Ballot <sup>(Beta Test2)</sup></h2>
<label>
Agenda URI:
<input id="agendaURI" size="60" class="coop"
value="rho:id:ox38jie3k9tiot97fah831muos1waehtdo4mq1ixpzhda4r8gsybej" />
value="rho:id:5rcmyxwu8r7yywjz4qqg4ij3pox3d96joeky1gczdpf3fkaujejdxr" />
<span id="agendaUriViz" class="btn vizHash coop"></span>
</label>
<div class="card">
Expand Down
13 changes: 11 additions & 2 deletions src/web/ballotexample.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,37 @@
{
"Member Swag": {
"shortDesc": "The Item of Business I want to propose is to provide all new members with stickers and t-shirts with the RChain logo on it as part of their membership onboarding package.",
"docLink": "https://docs.google.com/docs/SWAG.doc",
"docLink": "https://gist.github.com/dckc/ca240e5336d0ee3e4f5cf31c4f629a30#member-swag",
"yesAddr": "11112i8bYVDYcm4MSbY3d1As28uY151xoMS7AyiTvZ2YmNJ8Nw13v9",
"abstainAddr": "111184Ab7raMAoVy6fX8JuoPFB5PggfrEWfzXE4WMzTKioFwmQMsa",
"noAddr": "11112uGayGEi57D44Drq3V4iw5WWyfXbcVvsDangRTE7TaR3J4U4FD"
},
"Board: DaD": {
"shortDesc": "Daffy Duck for Board Member",
"docLink": "https://gist.github.com/dckc/ca240e5336d0ee3e4f5cf31c4f629a30#board-dad",
"yesAddr": "1111TnFUN7eZBWXp3QQACQRRxpcS5uH5Bpf67vikWhA5e3F6ikAmU",
"abstainAddr": "11112nT2XooHcCVQLEAsEJhQm6boCS5B7XQ1DBmw6ex3xveiCWRWAx",
"noAddr": "11112Cwtg2Bs4WUAYrXhL9xZXXSXr9Gn62Cty39RhUaBnqjrKkqwAZ"
},
"Board: DoD": {
"shortDesc": "Donald Duck for Board Member",
"docLink": "https://gist.github.com/dckc/ca240e5336d0ee3e4f5cf31c4f629a30#board-dod",
"abstainAddr": "11113Y89LxqCmjDK9PUDi1dfsEcjAHbBW7mQ3Zw2yqqiwSUibaTkq",
"yesAddr": "1111rbdV9Lsw6DyMSq8ySXDacX7pRUxmVGoYho9gGtfZcQYFdAN42",
"noAddr": "1111JoeZHDYXqyAgo89VaidQnp7W7M9pvdkFUJTqEBU7SHKx6WF2z"
},
"Board: WEC": {
"shortDesc": "Wile E. Coyote for Board Member",
"docLink": "https://gist.github.com/dckc/ca240e5336d0ee3e4f5cf31c4f629a30#board-wec",
"yesAddr": "11112gUFvJR6JBDYJURETaWUBpEDa1EyjgRHFncEfQ4hGECnciPnhw",
"abstainAddr": "1111pKehMgsPBAiqzCSkSekXP4aUXMjY5DvtSXcz72ATP7Pm3RK9o",
"noAddr": "11112aoa6NLYomYZro566XZVGEXyCDqeqDcp8Pzg81Ckuws6SexC99"
},
"Board: RR": {
"shortDesc": "Road Runner for Board Member",
"docLink": "https://gist.github.com/dckc/ca240e5336d0ee3e4f5cf31c4f629a30#board-rr",
"yesAddr": "1111krbAKSbyGA9vfa7w4K2pKAxZZn6qjaVEduDLWotDZ8HLt2aXR",
"abstainAddr": "11112CgGiNg3DdMDsYz7UikeSxh7CfFdEbDYzmoJLfS4vx3uZjm55V",
"noAddr": "1111swBFUPVRwR4ugkDBCvrLwPeR1621B1cHQf3cAkNxt3Zad2eac"
}
}
}

0 comments on commit 8d5fbc2

Please sign in to comment.