Skip to content

vaccine outreach column populated#273

Open
junaidwarsivd wants to merge 8 commits intomasterfrom
outreach-enhancement
Open

vaccine outreach column populated#273
junaidwarsivd wants to merge 8 commits intomasterfrom
outreach-enhancement

Conversation

@junaidwarsivd
Copy link
Copy Markdown
Contributor

added outreach column population for the condition if the vaccine locationID is not the main facility locationID then it is set to 1 else 0 in order to detect vaccines given in outreach or in the facility
issue ref # opensrp/opensrp-client-path-zeir#193

Copy link
Copy Markdown
Contributor

@ellykits ellykits left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Write Database migration for data in production

@ndegwamartin
Copy link
Copy Markdown
Contributor

@junaidwarsivd please see this ticket as well related to @ellykits 's feedback

@ndegwamartin
Copy link
Copy Markdown
Contributor

@junaidwarsivd also CI seems to be failing due to an OOM error when running the tests. Could you try updating the memory limit here to -Xmx4096m and see if that solves it?

vaccine.setTeam(allSharedPreferences.fetchDefaultTeam(providerId));
vaccine.setTeamId(allSharedPreferences.fetchDefaultTeamId(providerId));

vaccine.setOutreach(vaccine.getLocationId().equals(allSharedPreferences.fetchDefaultLocalityId(providerId))? 0 : 1);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add null check that defaults to 0

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ndegwamartin could you please change -Xmx4096m because i dont have permission to change the Ci.yml file
cc: @ellykits @dubdabasoduba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants