Monthly Summary
class MonthlySummary(var month: Int = 0, var year: Int = 0, var acceptedVisitGoalDays: Int = 0, var acceptedVisitDays: Int = 0, var acceptedActivities: Int = 0, var pendingActivities: Int = 0, var rejectedActivities: Int = 0)
A summary of all the recorded activities within the month/year period, it does not contain the metadata of each activity
Constructors
Properties
Link copied to clipboard
Number of accepted activities
Link copied to clipboard
Number of days with at least one accepted visit
Link copied to clipboard
The goal needed to achieve the incentive
Link copied to clipboard
Number of pending activities
Link copied to clipboard
Number of rejected activities