Adds new set of labels for chosing intensity of a tracking category

This commit is contained in:
emelko
2018-08-03 13:28:10 +02:00
parent e42d25a087
commit 8e56fc0b23
3 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -5,10 +5,11 @@ export const mucusNFP = ['t', 'Ø', 'f', 'S', '+S']
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 fertilityStatus = {
fertile: 'fertile',
infertile: 'infertile',
fertileUntilEvening: 'Fertile phase ends in the evening',
unknown: 'We cannot show any cycle information because no menses has been entered'
}
}