-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Total Contacts on mHero #48
Comments
Since we cannot export the total sent list from Africastalking/Rapidpro, we need this on mHero |
Message sent on mHero on 17th April -32,726 messages were sent excluding the CHV groups |
@lkwirica this is fixed, Use the search people report to see total contacts in mHero. |
@lkwirica please review this |
Suggestion @ashaban & @lkwirica Is it possible to have a list from the search tabs (group) of All HCWs merged together, All CHVs, and so on. So that when one chooses to send a message to a particular group of people then it is even easier to check on the discrepancies and also help in filtering/cleaning or removing unnecessary clutter in the database. |
@lkwirica the Search People page displays all health workers including those without phone numbers/ wrong phone numbers and including any record that was added via rapidpro. the send message page is the one that displays only those with phone number. |
@ashaban this should be updated to display ONLY HCWs on mhero both created in the platform/pulled from iHRIS meaning this MUST be a record with a phone number indicated. |
@lkwirica you just want to see how many total records with phone numbers and not total unique records in mHero? that will need to be a separate report. |
We should only have records with phone numbers on mHero, right? Since we can only send a message to a record with phone number. The request here, is to have a report on the unique records on the platform to help us answer the question...' How many unique contacts do we have on Mhero? or How many people can we send messages to on Mhero?' |
@lkwirica i will create a new report that displays total records with phone numbers. |
@lkwirica i have created a new report called 'Contacts List' which shows records that messages can be sent to them, it is under mHero report. Please review |
@lkwirica those are two different records. they are dupplicate because they were entered twice. The difference between this report and the send message page is that, the send message page displays multiple times a single record that belongs to multiple groups, depending on how many groups it belongs. This report shows every record that exists into the database only once. If you want those two records to appear only once then you need to do data cleaning to remove dupplicates. I created scripts to help you with data cleaning. |
@lkwirica in addition to above, mHero will not send a message twice to that record and other records with similar case, but it is still good to clean data and remove dupplicates. |
@ashaban the report expected should only pull unique records i.e. unique phone numbers on the platform. The unique key should be phone number... This report on unique records should only pick unique phone numbers since, the phone number can get a message only once. Alternatively, can we include a filter for unique phone numbers to this report. This will be a report to show how many total number of messages we can expect to send at any given time. In the case of lkwirica for example, one is a record created on Rapidpro, the other one is created on iHRIS. I believe the fix on checking if a contact exists first on iHRIS before adding a new contact will control for duplicates in the future. Also, can we include the field for 'Contact group' in this Contact list report? This will help in further analysis on the numbers |
@lkwirica i have created a dashboard, the plan is to populate this dashboard with several visualizations, but for now it just shows total contacts that can be sent messages (which is what you need for now as far as this issue is concerned). Have a look and let me know your thought. |
How many contacts do we have on mHero.
We need a feature displaying total number of contacts. As it is, it's difficult to establish the total number, hence it's hard to troubleshoot some issues e.g.
We're sending 32k messages, excluding CHVs but we only have 21k contacts. What is the cause of the discrepancy? We can only troubleshoot this if we can ascertain the number of individual contacts on the platform.
The text was updated successfully, but these errors were encountered: