Batch voting #73

Closed
raucao wants to merge 5 commits from feature/batch-voting-2 into master
raucao commented 2018-06-15 08:42:24 +00:00 (Migrated from github.com)

Continuation of #62. Rebased branch on master, refactored form styles, updated deps.

Apparently the deployed contract on Kovan doesn't support batch voting yet, or has a bug related to it. I can do transactions for it, but they fail with a contract error.

Continuation of #62. Rebased branch on master, refactored form styles, updated deps. Apparently the deployed contract on Kovan doesn't support batch voting yet, or has a bug related to it. I can do transactions for it, but they fail with a contract error.
fsmanuel commented 2018-06-15 10:01:01 +00:00 (Migrated from github.com)

👍

👍
bumi commented 2018-06-22 13:02:33 +00:00 (Migrated from github.com)

@fsmanuel as you worked on it, can you review the latest status and merge it.
The kovan contract will at some point support it, nothing (ok, maybe updating kredits-contracts) needs to change for that here.

@fsmanuel as you worked on it, can you review the latest status and merge it. The kovan contract will at some point support it, nothing (ok, maybe updating kredits-contracts) needs to change for that here.
raucao commented 2018-06-22 20:28:38 +00:00 (Migrated from github.com)

Thing is, we're kind of close to not having any voting at all, and then single vetos will be much more common than batch ones. So I think this branch would need to revert using the +1 buttons as selectors and maybe add actual option fields for rows that one can select.

Thing is, we're kind of close to not having any voting at all, and then single vetos will be much more common than batch ones. So I think this branch would need to revert using the +1 buttons as selectors and maybe add actual option fields for rows that one can select.
fsmanuel commented 2018-06-25 17:13:48 +00:00 (Migrated from github.com)

@skddc I'm not sure if I get what you say. Do you want real (ugly) checkboxes? We can change the appearance of the +1 buttons to whatever we want. We just need to talk about how they should look like.
Anyway let me know if I should rebase and continue working on it or how we proceed.

@skddc I'm not sure if I get what you say. Do you want real (ugly) checkboxes? We can change the appearance of the +1 buttons to whatever we want. We just need to talk about how they should look like. Anyway let me know if I should rebase and continue working on it or how we proceed.
raucao commented 2018-06-25 18:58:10 +00:00 (Migrated from github.com)

No, I want to be able to use the +1 buttons for a single veto/vote, instead of having to press one button, then scroll down, then press another button. The checkboxes can be unstyled and ugly (although I have already designed nice checkboxes; see adding a contributor e.g.).

It's an alpha app, and this is all going to change considerably rather soon anyway. I think we can live with some ugly checkboxes, when that doesn't impact UX negatively at the moment.

So, with that in mind, rebase or not depends on what's easier in terms of adapting code. Could be easier to just copy some bits to a new branch off of master.

No, I want to be able to use the +1 buttons for a single veto/vote, instead of having to press one button, then scroll down, then press another button. The checkboxes can be unstyled and ugly (although I have already designed nice checkboxes; see adding a contributor e.g.). It's an alpha app, and this is all going to change considerably rather soon anyway. I think we can live with some ugly checkboxes, when that doesn't impact UX negatively at the moment. So, with that in mind, rebase or not depends on what's easier in terms of adapting code. Could be easier to just copy some bits to a new branch off of master.
raucao commented 2019-03-27 11:45:34 +00:00 (Migrated from github.com)

Closing this one for now, because we won't have voting on contributions in the beginning and the UI has to change for that everywhere.

Closing this one for now, because we won't have voting on contributions in the beginning and the UI has to change for that everywhere.

Pull request closed

Sign in to join this conversation.