EmmaTellblom / Mensinator

MIT License
41 stars 11 forks source link

Create Database Tables for Storing Period and Ovulation Predictions #53

Open EmmaTellblom opened 3 months ago

EmmaTellblom commented 3 months ago

Title

Create Database Tables for Storing Period and Ovulation Predictions

Description

To enhance user experience by showing the difference between expected and actual dates for periods and ovulation, we need to create two new database tables. These tables will store both period and ovulation predictions.

Objectives

Required Tables

Period Predictions Table

Ovulation Predictions Table

Requirements

Acceptance Criteria

Additional Notes

Please provide feedback or additional suggestions on the table design and implementation.

ljubitje commented 2 months ago

Is this necessary? Amount of data required for calculation is minimal. Is calculation + comparison not fast enough to be done on the fly? Perhaps designing the equations smartly could even hold current calculated values to minimize new calculations to triviality.