Adding computed NFP mucus value to database and do cycle day overview

This commit is contained in:
emelko
2018-07-13 23:00:26 +02:00
parent 7e0456c10f
commit d89e103843
4 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
const bleeding = ['spotting', 'light', 'medium', 'heavy']
const mucusFeeling = ['dry', 'nothing', 'wet', 'slippery']
const mucusTexture = ['nothing', 'creamy', 'egg white']
const mucusNFP = ['t', 'Ø', 'f', 'S', '+S']
export {
bleeding,
mucusFeeling,
mucusTexture
mucusTexture,
mucusNFP
}