class documentation
class StatsView(LoginRequiredMixin, generics.ListAPIView): (source)
Statistics list view
Method | get |
Returns general statistics of harvests |
Method | get |
Returns total number of beneficiary organizations |
Method | get |
Returns total number of harvests and weight per beneficiary organization |
Method | get |
Returns total number of harvests and weight per fruit |
Method | get |
Returns total number of harvests and weight per neighborhood |
Method | get |
Returns total number of harvests and weight per picker |
Method | list |
Returns statistics on harvests for all seasons or a specific season |
Class Variable | filter |
Undocumented |
Class Variable | filterset |
Undocumented |
Class Variable | permission |
Undocumented |
Class Variable | queryset |
Undocumented |
Class Variable | template |
Undocumented |
Instance Variable | harvest |
Undocumented |
Instance Variable | harvest |
Undocumented |