Add backdated entry creation workflow#150
Merged
Merged
Conversation
Deploying timetrackerpro with
|
| Latest commit: |
74aa0f8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8a88005a.timetrackerpro.pages.dev |
| Branch Preview URL: | https://claude-backdated-entry-creat.timetrackerpro.pages.dev |
4a82bed to
3d3e1f0
Compare
Adds the ability to create time entries for past days that were forgotten, without disrupting the existing current-day tracking flow. - New `addBackdatedDay` context function saves a DayRecord directly to the archive (with optimistic update + rollback pattern) - New `BackdatedEntryDialog` component: date picker (max = yesterday), day start/end times, dynamic task list with per-task time/project/category, auto-calculated durations, and optional day notes with markdown preview - "Add Past Entry" button added to the Archive page header https://claude.ai/code/session_01WoaqDPzBf8zjSUi12V2AhX
3d3e1f0 to
74aa0f8
Compare
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.
Adds the ability to create time entries for past days that were forgotten, without disrupting the existing current-day tracking flow.
addBackdatedDaycontext function saves a DayRecord directly to the archive (with optimistic update + rollback pattern)BackdatedEntryDialogcomponent: date picker (max = yesterday), day start/end times, dynamic task list with per-task time/project/category, auto-calculated durations, and optional day notes with markdown preview