module documentation
Module for the views of the riskpredictor app.
Class |
|
View for adding a new CheckpointModel instance. |
Class |
|
View for choosing a CheckpointModel instance. |
Function | help |
View for the help page of the riskpredictor app. |
Function | render |
View for the riskpredictor dashboard. |
Function | retrieve |
Retrieve the graph representation from a model. |
Function | test |
View for testing the riskpredictor app. |
Function | update |
View for the AJAX request of the riskpredictor dashboard. |
Variable | logger |
Undocumented |
View for the AJAX request of the riskpredictor dashboard.
This view receives the same data as the render_risk_prediction
function, but in
JSON format. It then computes the risks and returns them in JSON format again to be
handled by JavaScript on the client side.