-
Notifications
You must be signed in to change notification settings - Fork 0
dataview app
Damon Getsman edited this page Feb 8, 2019
·
1 revision
The dataview app is primarily for the display of more in-depth statistics and data based on the Usage
records found for whoever is logged in. The following views are available:
- index - displays a paginated list of substances available (see also issue #107); it provides redirection to the data_summary view for each individual substance
-
data_summary - found within
SubAdminDataView
, this view provides tabulated information regarding the usages of the selected substance; graphs for dosage data and time span between dosages are displayed (these utilizedump_dose_graph_data()
anddump_interval_graph_data()
, respectively). The user can also select to see the dosages information constrained by day intervals, thus redirecting toconstrained_summary
- constrained_summary - displays graphing data regarding the dosages, however they are grouped into per-day amounts
- halflife - displays some neat information regarding how long the substance will be in the form of active metabolites, and how long any residual metabolites may remain in your system. NOTE: this has not been fully implemented for lipid-soluble substances yet