bezlio / bezlio-gallery

Collection of bezls that you can import and use in your Bezlio account
MIT License
3 stars 0 forks source link

Customer Service - Customer Satisfaction - Bullet Graph #17

Closed aellis closed 6 years ago

aellis commented 6 years ago

The idea behind this one is that each customer may be given a series of 1-5 metrics to rank your company by (responsiveness, quality, etc) and that we will store those per customer and display each category averaged out. Use a bullet graph (https://www.fusioncharts.com/charts/bullet-graphs/) to present each of these categories. Ideally I would like this to be as dynamic as possible where we dynamically detect the categories based on the data and possibly even use columns in the queries to control the extents. The attached query was developed but we will still need to do some work with it to make it do that.

aellis commented 6 years ago

Customer Satisfaction.txt

aellis commented 6 years ago

I completed this one. Note that the Fusion Charts bullet graph was not used, instead opting for using standard Bootstrap progress bars for better performance and simplicity.