socialappslab / appcivist-patterns

The grunt wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.
GNU General Public License v2.0
2 stars 1 forks source link

Design and implement Consensus Voting Results #96

Closed cdparra closed 7 years ago

cdparra commented 7 years ago

Following instructions in #16

thiagodemellobueno commented 7 years ago

Show current state, pop up a modal with:

thiagodemellobueno commented 7 years ago

Pie chart, using data attributes http://www.chartjs.org/ (we did this in Eecs in the prototype of "for the numbers" using data-tags and it was straightforward. That work should mean we can get this story in with the time we have.

cdparra commented 7 years ago

@thiagodemellobueno how complicated would it be to include an averaged display of the consensus results in the working group consensus?

At the end of the consensus process, we could see something like this, in the WG dashboard, with a menu item being to "Show/Display Last Consensus Results" (picture from the alpha prototype):

image