Add explainers to mucus

This commit is contained in:
Julia Friesel
2018-09-01 22:01:05 +02:00
parent 98fbacf9f8
commit cffa42ed1c
2 changed files with 43 additions and 27 deletions
+12 -2
View File
@@ -1,6 +1,4 @@
export const bleeding = ['spotting', 'light', 'medium', 'heavy']
export const mucusFeeling = ['dry', 'nothing', 'wet', 'slippery']
export const mucusTexture = ['nothing', 'creamy', 'egg white']
export const mucusNFP = ['t', 'Ø', 'f', 'S', 'S+']
export const intensity = ['low', 'medium', 'high']
@@ -19,6 +17,18 @@ export const cervix = {
}
}
export const mucus = {
feeling: {
categories: ['dry', 'nothing', 'wet', 'slippery'],
explainer: 'What does your vaginal entrance feel like?'
},
texture: {
categories: ['nothing', 'creamy', 'egg white'],
explainer: "Looking at and touching your cervical mucus, which describes it best?"
},
excludeExplainer: "You can exclude this value if you don't want to use it for fertility detection"
}
export const desire = {
header: 'Intensity',
explainer: 'How would you rate your sexual desire?'