Implement Sex \o/:

* Offers tracking sex activities and contraceptives as much as you want
* "Other" contraceptive allows to specify with text input
This commit is contained in:
Bl00dyMarie
2018-08-13 16:47:19 +02:00
parent 7ea6a683ff
commit a64bfbcd50
5 changed files with 223 additions and 7 deletions
+13
View File
@@ -6,6 +6,19 @@ export const cervixOpening = ['closed', 'medium', 'open']
export const cervixFirmness = ['hard', 'soft']
export const cervixPosition = ['low', 'medium', 'high']
export const intensity = ['low', 'medium', 'high']
export const sexActivity = {
solo: 'Solo',
partner: 'Partner'
}
export const contraceptives = {
condom: 'Condom',
pill: 'Pill',
iud: 'IUD',
patch: 'Patch',
ring: 'Ring',
implant: 'Implant',
other: 'Other'
}
export const fertilityStatus = {
fertile: 'fertile',