Period logging improvements + Track Against Time feature#60
Merged
Conversation
Bugs fixed: - Period log screen now prompts to save on back navigation (data loss prevention) - Flow & Symptoms labels in period log screen now reflect user-chosen names - Day view groups multiple logs per category inline (·-separated values) - Beta banner link text shortened to "Feedback encouraged" New features: - Stats: TIME_SERIES chart type added for single/dual numeric categories - Track Against Time: new category setting that records HH:mm with each log entry - Toggle in category settings for all category types - Pre-ticked "Track against time" checkbox on the log screen - Day log 3-dot menu: "Display logs against time" shows timestamped entries - Increment + trackAgainstTime: each tap saves a new timestamped entry immediately - DB migration 11→12 adds trackAgainstTime to tracking_categories and loggedAt to tracking_logs https://claude.ai/code/session_01WgaDZkVLmLkW95574Rdapf
When an increment category has trackAgainstTime enabled, each quick-tap from the home screen now saves a separate timestamped log entry (matching the full log screen behavior) instead of upsetting a shared counter. Undo is also updated: for timed entries it deletes the specific log row rather than decrementing the counter. https://claude.ai/code/session_01WgaDZkVLmLkW95574Rdapf
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Bugs fixed
·New features
HH:mm Valuestacked per categoryData layer
trackAgainstTime(Boolean) totracking_categoriesandloggedAt(String, HH:mm) totracking_logsTest plan
https://claude.ai/code/session_01WgaDZkVLmLkW95574Rdapf
Generated by Claude Code