Wrong day selected
complete
T
Tonnage Member 1c4ae5
## Summary
I'm exercising on Friday, but the app logged for Tuesday. Can we edit the day? This may have happened if I started the program on Tuesday but didn't actually exercise, and I guess it stayed in the system until my session today.
## Context
Page:
/history/6b01b3f3-a745-4a05-8bdf-b9d6c675be1f
## Steps to Reproduce
Just looked in my logbook to see it has the wrong day
## Expected Behavior
It should have logged it for friday
## Actual Behavior
It logged it for Tuesday.
Tonnage
marked this post as
complete
I've added the ability to safely move completed days around while maintaing analytics data integrity from both the historic session page and the calendar view for that session
Tonnage
marked this post as
in progress
Thanks for flagging this! You're right that what you're seeing is actually intentional.
While you're logging, we aggressively keep in-progress drafts so nothing is lost if the app refreshes, closes, connection drops, etc. When you finish the session, we finalize that draft and keep the original date so your analytics stay accurate.
There isn't a way to move a completed session to a different date YET. For now the workaround is to delete it and log fresh on the correct date.
I will add this though- It touches a lot of downstream data (daily metrics, fatigue and load rollups, PR timelines) so I need to make sure I get the recalculation and data integrity right, which is why it doesn't exist in the first place.
Appreciate the report!