Commit Graph

1240 Commits

Author SHA1 Message Date
Julia Friesel 28356d6664 Merge branch '413-bug-cycle-start-not-detected-if-day-before-period-excluded' into 'master'
Resolve "Bug: cycle start not detected if day before period excluded"

Closes #413

See merge request bloodyhealth/drip!259
2020-02-07 13:29:34 +00:00
Julia Friesel 62df30de8a De-duplicate line 2020-02-07 09:53:11 +01:00
Julia Friesel ae0d909407 Remove now superfluous check for bleeding symptom 2020-02-04 12:18:24 +01:00
Julia Friesel 963e0ffea0 Add remaining tests for maybeSetNewCycleStart 2020-02-04 12:11:23 +01:00
Julia Friesel 009c8fa0f2 Add test for deleted bleeding value 2020-02-04 11:51:35 +01:00
Julia Friesel 7b8292ab6a Extract maybeSetNewCycleStart into own module 2020-02-04 11:51:07 +01:00
Julia Friesel 446c5d4600 Set new cycle start when bleeding value excluded 2020-02-03 11:04:20 +01:00
Julia Friesel 580f1e79ba Merge branch '410-mucus-max-value-not-showing' into 'master'
Fix bug - not showing maximum value of mucus in chart

Closes #410

See merge request bloodyhealth/drip!256
2019-11-25 15:00:35 +00:00
mashazyu 45ee67e4d8 Fix bug - not showing maximum value of mucus in chart 2019-11-22 16:15:45 +01:00
Julia Friesel 51c96b5b37 Merge branch 'chart-refactoring-part-2' into 'master'
Chart refactoring part 2

See merge request bloodyhealth/drip!255
2019-11-22 12:00:49 +00:00
mashazyu 2ecb2e7647 Move calculations functions to helpers file 2019-11-21 22:23:56 +01:00
mashazyu c24284a57d Move YAxis & HorizontalGrid components in a common conditional expression 2019-11-21 22:21:47 +01:00
mashazyu 36ae949f31 Move auxiliary functions from day-column.js component file to helpers file 2019-11-21 22:01:13 +01:00
mashazyu 796d995aad Move Surface element to TemperatureColumn component 2019-11-21 21:57:09 +01:00
mashazyu 767a2c9709 Introduces CycleDayLabel component 2019-11-21 21:54:29 +01:00
mashazyu fe1ec38b68 Introduces TemperatureColumn component 2019-11-21 21:41:01 +01:00
mashazyu 71e4c6d11e Introduces ChartLine component 2019-11-21 21:09:48 +01:00
Julia Friesel 765916e7fe Merge branch 'chart-refactoring-part-1' into 'master'
Chart refactoring part 1

See merge request bloodyhealth/drip!254
2019-11-18 14:18:10 +00:00
mashazyu 03a235d8cb Formatting fix 2019-11-17 20:39:00 +01:00
mashazyu 0adbf3436b Introduces SymptomCell component 2019-11-17 20:38:29 +01:00
mashazyu 09129adba3 Introduces HorizontalGrid component 2019-11-17 19:57:47 +01:00
mashazyu ed66395318 Moves out chart (data modelling) helpers to a separate file 2019-11-17 19:47:25 +01:00
mashazyu bc04f6a24b Introduces Tick & TickList components 2019-11-17 19:37:19 +01:00
mashazyu 3598dd5b80 Introduces ChartLegend component 2019-11-17 17:46:21 +01:00
mashazyu 270b823c20 Introduces SymptomIcon component 2019-11-17 17:28:02 +01:00
mashazyu 34a0e15e66 Rafactors symptom color definition 2019-11-17 17:15:56 +01:00
mashazyu 02ca733147 Introduces YAxis component 2019-11-17 16:54:33 +01:00
Julia Friesel f00010e1ca Merge branch '368-display-incomplete-mucus-and-cervix' into 'master'
make graph display for incomplete mucus and cervix values

Closes #368

See merge request bloodyhealth/drip!245
2019-11-15 17:52:27 +00:00
Sofiya Tepikin e14bd690dc Fixes typo, and removes a redundant line 2019-11-15 17:52:12 +01:00
mashazyu 7514b01cf4 Naming update: isFertile>isClosedAndHard, getSymptomColorIndex>symptomColorMethods; update of symptom index retrieval for the sake of readibility 2019-11-15 17:37:17 +01:00
mashazyu f376602843 Naming update, change switch to object, fertility logic review 2019-11-15 17:37:17 +01:00
mashazyu 889e0e36d7 make graph display for incomplete mucus and cervix values 2019-11-15 17:37:17 +01:00
Julia Friesel 5d3950ca5c Merge branch 'update-to-0.59.10' into 'master'
Update to 0.59.10 - or all to avoid updating the README :D

See merge request bloodyhealth/drip!250
2019-11-15 16:20:11 +00:00
Sofiya Tepikin 3d53af8012 Fixes some warnings on build 2019-11-14 17:39:31 +01:00
Sofiya Tepikin 6175738fec Updates the RN version to 0.59.10 2019-11-14 17:15:36 +01:00
Julia Friesel 71c5a0b51b Re-add missing build script 2019-11-10 10:43:53 +01:00
Sofiya Tepikin 23ba5115d2 Updates the RN version to 0.59 2019-11-08 20:00:05 +01:00
Julia Friesel 3dd235f8d9 Move metadata directory to root of project. So fdroid can find it. 2019-09-22 19:26:14 +02:00
Sofiya Tepikin 1c25ad3046 Merge branch 'header-refactoring' into 'master'
Refactors the header

See merge request bloodyhealth/drip!246
2019-09-15 13:02:08 +00:00
Sofiya Tepikin 48d519d557 Cleans the console.log 2019-09-15 14:50:37 +02:00
Sofiya Tepikin e0091497e4 Adds test for data deletion 2019-09-15 13:52:29 +02:00
Sofiya Tepikin 5d436630d3 Refactors the header 2019-09-15 13:52:29 +02:00
Sofiya Tepikin 20595c6c3a Merge branch 'composition-instead-inheritance' into 'master'
Replaces the inheritance with composition pattern in the Symptom view

See merge request bloodyhealth/drip!241
2019-09-14 17:36:41 +00:00
Sofiya Tepikin 8ce840306a Replaces the inheritance with composition pattern in the Symptom view 2019-09-13 10:32:09 +02:00
Maria Zadnepryanets c74c5d372c Merge branch 'data-input-e2e-test' into 'master'
Adds e2e symptom data input tests and necessary testIDs to the existing components

See merge request bloodyhealth/drip!244
2019-09-02 16:39:35 +00:00
mashazyu c0235d148b Adds e2e symptom data input tests and necessary testIDs to the existing components 2019-09-02 18:04:57 +02:00
Sofiya Tepikin 85b5b4d387 Merge branch 'simplify-temperature-view' into 'master'
Simplifies the temperature edit view

See merge request bloodyhealth/drip!243
2019-09-01 15:51:18 +00:00
Sofiya Tepikin 2f25c5cffe Splits the temperature view to simplify it 2019-09-01 15:04:16 +02:00
Maria Zadnepryanets 3f7b58b04c Update README.md 2019-08-27 08:56:39 +00:00
Maria Zadnepryanets e9fd961913 Update README.md 2019-08-27 08:55:29 +00:00