Hi 👋 we are drip!

A menstrual cycle and fertility tracking app that is:

🔮 open source
🩸 feminist
🔒 secure
🔬 science based

drip is an ongoing work in progress.

The first stable version was released in 2019 for Android, since then lots of things were added and more are to come \o/.

We just got funding by the @PrototypeFund.

@dripapp @PrototypeFund I"m having some trouble importing data from a CSV file into the Drip app. The dates go back to 8/7/2018 and end with 3/19/2024. I filled them in on the simple CSV in the DRIP faq, and I only filled in the dates, bleeding.value, and bleeding.exclude. Unfortunately I get this error message every time:

"Future dates may only contain a note, no other symptoms. No data was imported or changed."

What am I doing wrong?

@crowmarkcreations @PrototypeFund most of the problems I saw had to do with the date format in the csv, days being double or in wrong order. Obviously also what the error message says, if you have future dates. But most problems are caused by the app on your PC transforming the days into a format this app likes better... It has to be exactly year-month-day: 2024-05-15
@dripapp Hm. EDIT: NEVER MIND. Found the problem. I told LibreOffice to sort the sheet from newest to oldest, and found that my brain and my fingers had parted ways on three dates throughout the sheet- changing 2021 and 2022 and 2022 again to 2024. So the poor app really was trying to deal with future dates, I just didn't realize it. My apologies for imposing on your time!
@crowmarkcreations the app doesn't mind if the latest or the earliest date comes first but the file has to be consistent (you can import a second file sorted the other way round but consistent in itself). Don't worry, glad you solved the error. ❤️