Replace getOrCreateCycleDay

This commit is contained in:
Julia Friesel
2018-11-16 14:24:16 +01:00
parent ecca6cfda9
commit bb0a535d65
18 changed files with 255 additions and 309 deletions
+21 -15
View File
@@ -35,19 +35,26 @@ export const desire = {
}
export const sex = {
solo: 'Solo',
partner: 'Partner',
condom: 'Condom',
pill: 'Pill',
iud: 'IUD',
patch: 'Patch',
ring: 'Ring',
implant: 'Implant',
diaphragm: 'Diaphragm',
none: 'None',
other: 'Other',
activityExplainer: 'Were you sexually active today?',
contraceptiveExplainer: 'Did you use contraceptives?'
categories:{
solo: 'Solo',
partner: 'Partner',
},
explainer: 'Were you sexually active today?',
}
export const contraceptives = {
categories:{
condom: 'Condom',
pill: 'Pill',
iud: 'IUD',
patch: 'Patch',
ring: 'Ring',
implant: 'Implant',
diaphragm: 'Diaphragm',
none: 'None',
other: 'Other',
},
explainer: 'Did you use contraceptives?'
}
export const pain = {
@@ -59,8 +66,7 @@ export const pain = {
nausea: 'Nausea',
tenderBreasts: 'Tender breasts',
migraine: 'Migraine',
other: 'Other',
note: 'Note',
other: 'Other'
},
explainer: 'How did your body feel today?'
}