From 7440739dd0b8906acf4fbb4872eb196c8cdd19e7 Mon Sep 17 00:00:00 2001 From: fabfabretti <59342704+fabfabretti@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:02:04 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3b27745..4a1283e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -# ๐Ÿฉธ clue-to-drip ๐Ÿฉธ (menstruator migrator) +# ๐Ÿฉธ clue-to-drip. ๐Ÿฉธ (menstruator migrator) A simple tool that allows you to smoothly import all of your data from [Clue](https://helloclue.com/) into [drip.](https://bloodyhealth.gitlab.io/index.html).
Supports all types of bleeding data and most tags!

While not finished yet, the core functionality is already available at [https://fabfabretti.github.io/clue-to-drip/](https://fabfabretti.github.io/clue-to-drip/). :) -## Current tag equivalence -As not all tags available in Clue are also available in drip., the extra data is stored in the note.value column. +## Current tag conversion rules +As not all tags available in Clue are also available in drip., the extra data is stored in the note.value or [category].note column In the table below I explain the conversion I used between the two system. * The icon ๐Ÿ“„ means that the tag is (also) written in the generic note.value column. -* The icon ๐Ÿ”Ž means that the tag is (also) written in the specific value column, such as pain.Note for the pain category +* The icon ๐Ÿ”Ž means that the tag is (also) written in the specific value column. For example, the pain category will have pain.other = true and pain.note with the value. + +
| Clue | drip. | |----------|-------------| @@ -18,15 +20,15 @@ In the table below I explain the conversion I used between the two system. |pain/headache|pain.headache| |pain/ovulation|pain.ovulationPain| |pain/migraine|pain.migraine| -|pain/migraine_with_aura|pain.migraine + ๐Ÿ”Ž pain.other,pain.value| +|pain/migraine_with_aura|pain.migraine + ๐Ÿ”Žpain๐Ÿ”Ž| |pain/pain_free| discarded| -|pain/*|๐Ÿ”Žpain.other,pain.note +|pain/*|๐Ÿ”Žpain๐Ÿ”Ž| |feelings/sad|mood.sad| |feelings/happy|mood.happy| |feelings/angry|mood.angry| |feelings/anxious|mood.anxious| |feelings/indifferent|mood.fine| -|feelings/*|๐Ÿ”Žmood.other,mood.note| +|feelings/*|๐Ÿ”Žmood๐Ÿ”Ž| |sex_life/no_sex_today|sex.none| |sex_life/withdrawal|sex.none| |sex_life/masturbation|sex.solo| @@ -38,7 +40,7 @@ In the table below I explain the conversion I used between the two system. |energy/exhausted|mood.fatigue| |pms|๐Ÿ“„| |digestion/nauseous|pain.nausea| -|digestion/*|๐Ÿ”Žpain.other,pain.note| +|digestion/*|๐Ÿ”Žpain๐Ÿ”Ž| |discharge/none|mucus.texture = 0| |discharge/sticky|mucus.texture = 1| |discharge/creamy|mucus.texture = 1| @@ -62,7 +64,7 @@ In the table below I explain the conversion I used between the two system. ## Upcoming > [!NOTE] -> While the tool is functional, testing was very limited because of the difficulty in getting my hands on Clue data. If you want to help, I'd be more than happy to get some more data to test on! +> While the tool *works on my machine*, testing was very limited because of the difficulty in getting my hands on Clue data. If you want to help, I'd be more than happy to get some more data to test on! * A decent UI is on its way, I promise * Excluded cycle data * Checks on input file From 66d6ef469963bb23429b00a063db91a96f204e17 Mon Sep 17 00:00:00 2001 From: fabfabretti <59342704+fabfabretti@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:03:47 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1283e..611858d 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,4 @@ In the table below I explain the conversion I used between the two system. * A decent UI is on its way, I promise * Excluded cycle data * Checks on input file -* Birth-control related tags (currently, all tags except custon tags and these ones are already supported) +* Birth-control related tags, maybe - as they have no equivalent in drip. it looks like a lot of (useless?) data to put in notes.