Add analytics to the models #48
Labels
blocked
This issue is waiting for another issue to close
Code health
Doesn't change functionality, but keeps the code clean
New feature
This issue may not have complete information
Insert calls to
Services.instance.analytics
in the following places:setUserGrade
inUserModel.init
onCreateReminder
inReminders.addReminder
andReminders.replaceReminder
onDeleteReminder
inReminders.deleteReminder
, to understand how repeat/one-off reminders are usedonUseScheduleDropdown
inScheduleViewModel.update
onUseScheduleCalendar
inScheduleViewModel.date=
(it'sset date(DateTime date)
)adminOnCreateSchedule
inAdminScheduleModel.createSchedule
and.replaceSchedule
adminOnEditCalendar
inCalendarEditor.updateDay
This is a nice issue to tackle because it shows intuitively where things happen in the code.
The text was updated successfully, but these errors were encountered: