Adding computed NFP mucus value to database and do cycle day overview
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user