Closed dubdabasoduba closed 3 years ago
@AnnieMungai I am not sure where in the profile we need to see the system_of_registration
flag. We might need @rowo input if we can't figure it out.
Also, check on the Nice to have pieces
to see if they are good for making sure that the registrations details are always updated.
@AnnieMungai Kindly update this issue with the RapidPro consent flow that needs to done on the form. Also remember to update the data dictionary.
@dubdabasoduba I have gone through the Nice to Have section and had the following question, what will be the metric to use for determining that the registration is complete? as most of the fields in ZEIR are non-required.
@dubdabasoduba I have gone through the Nice to Have section and had the following question, what will be the metric to use for determining that the registration is complete? as most of the fields in ZEIR are non-required.
Do we have any required questions we need to fill? If so we can check if those are filled then assume the registration is complete.
@AnnieMungai or @tychus6 do you have an idea of any fields required on ZEIR but aren't collected on mVacc
@dubdabasoduba this was updated on the scope document.
Note:
Flags to use for this:
On the main register
On the child profile (tablet)
On the child profile detail (mobile size)
v.0.0.19-debug MVACC label created and looking good.
@junaidwarsivd as discussed during the stand-up, here are some enhancements for this implementation:
@AnnieMungai @tychus6 i have updated the apk with the enhancements added above you can install the update from this link https://github.com/opensrp/opensrp-client-path-zeir/releases/tag/v0.0.19
Looks great! The green really pops.
Context
Technical Implementation
system_of_registration
to the ZEIR client object details attribute -- Server Worksystem_of_registration
attribute with the valuemvacc
during each registration. --- Server WorkSystem of Registration: mVacc
.system_of_registration
attribute is available in the client object.system_of_registration
attribute has the valuemvacc
Other Nice to have pieces
system_of_registration
attribute, add a step that will also redirect the user to the registration page to complete the child registration. This should be governed by the following flow.is_registration_complete
. The value should betrue
orfalse
is_registration_complete
tofalse
is_registration_complete
should befalse
and thesystem_of_registration
should bemvacc
. Otherwise, the app should proceed with its normal behaviour.is_registration_complete
should be marked astrue
Acceptances criteria