This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Feature/hydration home snapshot - #856
Closed
nuriba wants to merge 16 commits into
Closed
Conversation
…red content and audit logging. (#795) * feat: Implement user account deletion with data anonymization for shared content and audit logging. * migration fix * fix: FoodProposal model needs external FoodEntry initialization --------- Co-authored-by: Yusuf AKIN <akinyusuf17@gmail.com>
* fix: micronutrients daily log uses the wrong key * fix: same thing for minerals
…nto feature/hydration-home-snapshot
ArdaSaygan
reviewed
Dec 15, 2025
Contributor
There was a problem hiding this comment.
Do we have to write a migration for these changes in backend?
ArdaSaygan
self-requested a review
December 15, 2025 21:57
ArdaSaygan
suggested changes
Dec 15, 2025
ArdaSaygan
left a comment
Contributor
There was a problem hiding this comment.
use Django to check whether we need migrations for these changes.
Contributor
Contributor
|
This PR is too much to handle. It touches on too many areas in the codebase. It's also touching my heart to reject such an immense contribution. But everything comes to an end, some of which are tragic. Like this one... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Added hydration as a first-class, weight-aware target (max of 35 ml/kg vs AI baseline ~3700 g for M, ~2700 g for F).
Incorporated hydration into web and mobile tracking, score, and UI breakdowns; hydration now falls back to both Water (g) and Water.
Aligned home/Daily Targets sidebar (web) and mobile hydration card styling and info/tooltips.
Fixed type gaps for planned entries and hydration fields; cleaned up serializer field mismatch.
Backend
Frontend (web)
Mobile
Testing