You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Supervisor to view their CHW's performance defined by the indicator queries, the events generated when a CHW does a visit or registers a child need to have the CHW's identifier.
This identifier is what will be used to filter the events for counts on the Supervisor app when the supervisor navigates to a CHW Profile.
Process
Add CHW practitioner identifers to the details object on the event
update the ec_child & anc_register tables to the practitioner_identifier column. Probably write migrations for this.
Update the client sync processor to populate the above table.
The text was updated successfully, but these errors were encountered:
For the Supervisor to view their CHW's performance defined by the indicator queries, the events generated when a CHW does a visit or registers a child need to have the CHW's identifier.
This identifier is what will be used to filter the events for counts on the Supervisor app when the supervisor navigates to a CHW Profile.
Process
details
object on the eventec_child
&anc_register
tables to thepractitioner_identifier
column. Probably write migrations for this.The text was updated successfully, but these errors were encountered: