hackforla / VRMS

Volunteer Relationship Management System: This is an ambitious project to create a system that will help us measure our human capital development, reduce repetitive tasks and processes, and improve outcomes.
GNU Affero General Public License v3.0
40 stars 79 forks source link

New Dashboard Chart: Avg. Hours per Volunteer #78

Closed kelseylc closed 4 years ago

kelseylc commented 4 years ago

As an admin user, I want the dashboard to show key metrics in a chart visualization, so that I can easily see the Average volunteer hours per volunteer across brigades, and per each location if using the global location filter.

Link to Wireframes: https://www.figma.com/file/9c6pxjImN8MjHAZLH7zxYm/VRMS-Mocks?node-id=22881%3A2738

Action Items:

Acceptance Criteria: As a user I should now see a bar chart beneath the global location filters like so: image

sarL3y commented 4 years ago

Current implementation is using a donut chart. Will refactor to bar chart post-Summit.

kelseylc commented 4 years ago

I see that this was deployed as a Donut chart in production. A donut chart doesn't make sense for an Average stat, since an average is not part of a whole. A bar chart would make more sense for something like tracking Avg. Hours per location. This can wait until after Summit, but it should get fixed.