Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change column name 'period_id' to 'cycle_id' in table periods #54

Open
EmmaTellblom opened this issue Aug 4, 2024 · 0 comments
Open
Labels
db-issue Issues that requires database changes Improvement It works but could be improved.
Milestone

Comments

@EmmaTellblom
Copy link
Owner

We are going to be extending our database to also be able to track predictions. With this it would also be beneficial to add which cycle an ovulation (actual and predicted) belongs to. Same with period predictions.

Period_id was not a good name to start with, it is a cycle_id in function.

This column will then be a foreign key to the tables for Ovulation_predictions and period_predictions

Make sure all SQL-queries are updated also.

@EmmaTellblom EmmaTellblom added Improvement It works but could be improved. db-issue Issues that requires database changes labels Aug 4, 2024
@EmmaTellblom EmmaTellblom added this to the Version 1.9 milestone Aug 4, 2024
@EmmaTellblom EmmaTellblom changed the title Change column 'period_id' to cycle_id in table periods Change column name 'period_id' to 'cycle_id' in table periods Aug 4, 2024
@EmmaTellblom EmmaTellblom modified the milestones: Version 1.9, Version 2.0 Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
db-issue Issues that requires database changes Improvement It works but could be improved.
Projects
None yet
Development

No branches or pull requests

1 participant