- Aug 07, 2015
-
-
Alice Heaton authored
Added network_provider column to ItemTable, and ensure it's not displayed in the table widget. Also ensure the widget doesn't display the 'select_item' column, previously named 'delete'.
-
- Aug 03, 2015
-
-
Martin Burchell authored
-
- Jul 29, 2015
-
-
Alice Heaton authored
Allow the chart count widget to have a time period. When present, apply the time period and display a legend detailing what the time period is.
-
- Jul 23, 2015
-
-
Alice Heaton authored
Rename QuestionChartWidget to TermCountChartWidget as this is what it does, and pull the actual data from the transport layer.
-
Alice Heaton authored
Ensure dashboard displays error in case of missing or faulty widget, rather than causing the whole application to fail.
-
- Jul 17, 2015
-
-
Alice Heaton authored
-
Jay Alvarez authored
-
- Jul 16, 2015
-
-
Jay Alvarez authored
Nominal styles for graph - as only have one type not really easy to see how other colours would work. Style now more in keeping with minimal styles of tables etc..
-
- Jul 15, 2015
-
-
Alice Heaton authored
Fetch the table data using the API, and use the existing view item table to render the content of the widget.
-
- Jul 13, 2015
-
-
Alice Heaton authored
Implement simple table widget. The data is currently stored in the widget settings, but this should be connected to the data api as and when needed
-
- Jul 10, 2015
-
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
Implement the chart widget, and include the flot library. Data is communicated from Django to the javascript code using html5 data attributes, emembed using a Django custom filter.
-