Revert "Renames cervixPosition labels into more universal positionOrIntensity"
This reverts commit f7efadb08a.
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
|||||||
mucusNFP as computeSensiplanMucusLabels,
|
mucusNFP as computeSensiplanMucusLabels,
|
||||||
cervixOpening as openingLabels,
|
cervixOpening as openingLabels,
|
||||||
cervixFirmness as firmnessLabels,
|
cervixFirmness as firmnessLabels,
|
||||||
positionOrIntensity as positionLabels
|
cervixPosition as positionLabels
|
||||||
} from './labels/labels'
|
} from './labels/labels'
|
||||||
import cycleDayModule from '../../lib/cycle'
|
import cycleDayModule from '../../lib/cycle'
|
||||||
import { bleedingDaysSortedByDate } from '../../db'
|
import { bleedingDaysSortedByDate } from '../../db'
|
||||||
|
|||||||
@@ -4,11 +4,11 @@ export const mucusTexture = ['nothing', 'creamy', 'egg white']
|
|||||||
export const mucusNFP = ['t', 'Ø', 'f', 'S', '+S']
|
export const mucusNFP = ['t', 'Ø', 'f', 'S', '+S']
|
||||||
export const cervixOpening = ['closed', 'medium', 'open']
|
export const cervixOpening = ['closed', 'medium', 'open']
|
||||||
export const cervixFirmness = ['hard', 'soft']
|
export const cervixFirmness = ['hard', 'soft']
|
||||||
export const positionOrIntensity = ['low', 'medium', 'high']
|
export const cervixPosition = ['low', 'medium', 'high']
|
||||||
|
|
||||||
export const fertilityStatus = {
|
export const fertilityStatus = {
|
||||||
fertile: 'fertile',
|
fertile: 'fertile',
|
||||||
infertile: 'infertile',
|
infertile: 'infertile',
|
||||||
fertileUntilEvening: 'Fertile phase ends in the evening',
|
fertileUntilEvening: 'Fertile phase ends in the evening',
|
||||||
unknown: 'We cannot show any cycle information because no menses has been entered'
|
unknown: 'We cannot show any cycle information because no menses has been entered'
|
||||||
}
|
}
|
||||||
@@ -10,7 +10,7 @@ import { saveSymptom } from '../../../db'
|
|||||||
import {
|
import {
|
||||||
cervixOpening as openingLabels,
|
cervixOpening as openingLabels,
|
||||||
cervixFirmness as firmnessLabels,
|
cervixFirmness as firmnessLabels,
|
||||||
positionOrIntensity as positionLabels
|
cervixPosition as positionLabels
|
||||||
} from '../labels/labels'
|
} from '../labels/labels'
|
||||||
|
|
||||||
export default class Cervix extends Component {
|
export default class Cervix extends Component {
|
||||||
|
|||||||
Reference in New Issue
Block a user