jeffshaver / safe-framework

MIT License
6 stars 1 forks source link

Mongo schema for associating data sets, procedures and visualizations #8

Open jeffshaver opened 8 years ago

jeffshaver commented 8 years ago

In the UI we will need to be able to show the user which Procedures each Analytic Recipe can do and also, which Visualizations that each Procedure supports.

This a discussion ticket to figure out how this info will be laid out in mongo.

i.e. Data set#1 - > Count, Mean, Average -> Column Chart, Line Chart

MichaelleBanach commented 8 years ago

You would have to identify which columns to apply Count, Mean, and Average to as well.