Renaming test cycles to be more explicit abt what they do

This commit is contained in:
emelko
2018-09-08 13:22:17 +02:00
parent e1d6345434
commit 969da1d163
2 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ function convertToSymptoFormat(val) {
return sympto
}
export const idealCycle = [
export const cervixShiftAndFhmOnSameDay = [
{ date: '2018-08-01', bleeding: 1, cervix: { opening: 1, firmness: 1 } },
{ date: '2018-08-02', bleeding: 2, cervix: { opening: 1, firmness: 1 } },
{ date: '2018-08-03', temperature: 36.6, bleeding: 2, cervix: { opening: 2, firmness: 1 } },
@@ -189,7 +189,7 @@ export const cervixShift2DaysAfterTempShift = [
{ date: '2018-04-24', temperature: 36.75, cervix: { opening: 0, firmness: 0 } }
].map(convertToSymptoFormat)
export const noInfertilePhaseDetected = [
export const noOvulationDetected = [
{ date: '2018-03-08', bleeding: 3 },
{ date: '2018-03-09', bleeding: 3 },
{ date: '2018-03-10', bleeding: 3 },