Skip to content

Refactor data wrangling for wrangling age and enhance unit test#41

Merged
tomaszaba merged 18 commits intomainfrom
dev
Feb 26, 2026
Merged

Refactor data wrangling for wrangling age and enhance unit test#41
tomaszaba merged 18 commits intomainfrom
dev

Conversation

@tomaszaba
Copy link
Contributor

Henceforth, users can upload input data with date of data collection (dos) and child's birthdate (dob) and let the app calculate the age in months from it.

To do that, column holding "dos" must be renamed to dos; column holding "dob" must be renamed to dob. Accepted date format is dd/mm/YYYY. Example: 12/03/2026.

In addition, there should also be a column named "age" wherein age in months - from dos and dob - will be filled into. This can be an empty column, or a mixture - when calendar of events is used to estimate age in month.

@tomaszaba tomaszaba self-assigned this Feb 26, 2026
@tomaszaba tomaszaba added bug Something isn't working documentation Improvements or additions to documentation unit test Test code labels Feb 26, 2026
@codecov
Copy link

codecov bot commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@tomaszaba tomaszaba merged commit 129a1d3 into main Feb 26, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation unit test Test code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant