Adds subcategories of cevix and mucus as labels

This commit is contained in:
emelko
2019-05-27 22:39:14 +02:00
parent 442bcc5cee
commit 7864ebfc41
2 changed files with 11 additions and 2 deletions
+9
View File
@@ -14,6 +14,11 @@ export const bleeding = {
}
export const cervix = {
subcategories: {
opening: 'opening',
firmness: 'firmness',
position: 'position'
},
opening: {
categories: ['closed', 'medium', 'open'],
explainer: 'Is your cervix open or closed?'
@@ -30,6 +35,10 @@ export const cervix = {
}
export const mucus = {
subcategories: {
feeling: 'feeling',
texture: 'texture'
},
feeling: {
categories: ['dry', 'nothing', 'wet', 'slippery'],
explainer: 'What does your vaginal entrance feel like?'