medic / care-teams

For Product Management
0 stars 0 forks source link

Set up testing data for the other configurations #30

Closed latin-panda closed 4 months ago

latin-panda commented 4 months ago

Success Criteria

MoH Togo [Jennifer]

NSSD [Jennifer]

MoH Mali [Ben]

MoH Uganda [Ben]

latin-panda commented 4 months ago

@Benmuiruri based on the conversation with Michael, these are the amount once we can deploy:

Under each CHW area (or place):

The reports should generate tasks to get Apdex from the Task page

latin-panda commented 4 months ago

Test data script for nssd, chis kenya and moh togo

Benmuiruri commented 4 months ago

Hi Jenni, I dont have permission to push to the test data generator repo. Please add me as a collaborator when you get a chance.

latin-panda commented 4 months ago

@Benmuiruri Thinking more about this. Since we are not merging these into the TDG, we can provide a gist for each config. I have updated the links here. Can you access them?

Benmuiruri commented 4 months ago

Test data script for MOH Mali and MOH Uganda.

PS - For moh Uganda you must first create the top level region and district in the medic DB manually, then run the script.

{
"_id": "north_central",
"type": "contact",
"name": "North Central",
"contact_type": "region",
"reported_date": 1698646994580
}

And

{
"_id": "my_district_id",
"type": "contact",
"name": "Sample District",
"parent": {
"_id": "north_central"
},
"contact_type": "district",
"reported_date": 1705313245150
}
latin-panda commented 4 months ago

@Benmuiruri I have completed the tasks here and added all my Gist here. Once yours are completed, please close the ticket.