Adding pain with 7 boolean values to track

This commit is contained in:
Bl00dyMarie
2018-08-17 14:14:51 +02:00
parent b09137772c
commit 30752a05c2
7 changed files with 1261 additions and 353 deletions
+10
View File
@@ -20,6 +20,16 @@ export const contraceptives = {
other: 'Other'
}
export const pain = {
cramps: 'Cramps',
ovulationPain: 'Ovulation pain',
headache: 'Headache',
backache: 'Backache',
nausea: 'Nausea',
tenderBreasts: 'Tender breasts',
migraine: 'Migraine'
}
export const fertilityStatus = {
fertile: 'fertile',
infertile: 'infertile',