issues
search
jefflanzi
/
survey_dashboard_d3
A reporting dashboard for the Brand Performance Platform
0
stars
0
forks
source link
Chart models should be called from a single view template
#2
Closed
jefflanzi
closed
8 years ago
jefflanzi
commented
8 years ago
Each chart currently has its own jade template under /views/charts/ with the function name hardcoded
All chart functions should be called dynamically from a single template at /views/chart.jade
The /charts/* route should be reconfigured to /charts/:model and pass the chart model's function name dynamically into chart.jade