Diary or upcoming appointment app or feature?

Is there a way to provide field workers with a list of upcoming
appointments with research participants via the CommCare App?

Hi Andre,

One common design pattern for this would be to store each participant as a
case and save each participant next scheduled visit date as a case
property. Then you can have a participant case list sorted
https://confluence.dimagi.com/display/commcarepublic/Case+List+and+Case+Detail+Configuration#CaseListandCaseDetailConfiguration-SortingtheCaseList
by time until next visit so that the upcoming visits shows at the top.

Cheers,
Will

··· On Sun, Oct 15, 2017 at 1:13 PM, André van Zyl wrote:

Is there a way to provide field workers with a list of upcoming
appointments with research participants via the CommCare App?

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Will,

Thank you very much.

André

··· On Monday, 16 October 2017 13:27:47 UTC+2, William Pride wrote: > > Hi Andre, > > One common design pattern for this would be to store each participant as a > case and save each participant next scheduled visit date as a case > property. Then you can have a participant case list sorted > > by time until next visit so that the upcoming visits shows at the top. > > Cheers, > Will > > On Sun, Oct 15, 2017 at 1:13 PM, André van Zyl <drev...@gmail.com > wrote: > >> Is there a way to provide field workers with a list of upcoming >> appointments with research participants via the CommCare App? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "commcare-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to commcare-user...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > >