diff options
author | T <t@tjp.lol> | 2025-08-05 12:36:30 -0600 |
---|---|---|
committer | T <t@tjp.lol> | 2025-08-06 12:13:11 -0600 |
commit | 65e2ed65775d64afbc6065a3b4ac1069020093ca (patch) | |
tree | f94fabfed5be2d2622429ebc7c8af1bf51085824 /wireframes.md | |
parent | 665bd389a0a1c8adadcaa1122e846cc81f5ead31 (diff) |
most features in TUI working, remaining unimplemented keybinds need a modal view
Diffstat (limited to 'wireframes.md')
-rw-r--r-- | wireframes.md | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/wireframes.md b/wireframes.md deleted file mode 100644 index c31cd5f..0000000 --- a/wireframes.md +++ /dev/null @@ -1,86 +0,0 @@ -## Shared Layout - -``` -┌────────────────────────────────────────────────────────────┐ -│ Timer View Today: 3h 42m | Week: 18h 03m │ ← Top bar (always present) -├────────────────────────────────────────────────────────────┤ -│ │ -│ [Active View Content] │ ← View-specific content -│ │ -├────────────────────────────────────────────────────────────┤ -│ 1 Timer 2 Projects 3 Entries q Quit │ ← Footer (always visible keybindings) -└────────────────────────────────────────────────────────────┘ -``` - - -## Timer View (default page) - -``` -┌────────────────────────────────────────────────────────────┐ -│ Timer View Today: 3h 42m | Week: 18h 03m │ -├────────────────────────────────────────────────────────────┤ -│ ⏱ Tracking: 00:25:43 │ -│ Project: ACME Corp / Onboarding App │ -│ Started: 10:03 AM │ -│ │ -│ [o] Punch Out [s] Switch Project │ -├────────────────────────────────────────────────────────────┤ -│ 1 Timer 2 Projects 3 Entries p Punch s Switch q Quit │ -└────────────────────────────────────────────────────────────┘ -``` - - -## Projects View - -``` -┌───────────────────────────────────────────────────────────────┐ -│ Projects View Today: 3h 42m | Week: 18h 03m │ -├───────────────────────────────────────────────────────────────┤ -│ ACME Corp ▼ │ -│ - Onboarding App │ -│ - Website Redesign │ -│ Freelance Inc ▼ │ -│ - Newsletter Design │ -│ - Logo Refresh │ -│ │ -│ [i] Punch In [/] Search [n] New Project [N] New Client │ -├───────────────────────────────────────────────────────────────┤ -│ 1 Timer 2 Projects 3 Entries / Search n/N New s Switch │ -└───────────────────────────────────────────────────────────────┘ -``` - - -## History View - -### Level 1: Project/Day Summary - -``` -┌──────────────────────────────────────────────────────────────┐ -│ Entries View Today: 3h 42m | Week: 18h 03m │ -├──────────────────────────────────────────────────────────────┤ -│ 08/04 ▼ │ -│ - ACME / Onboarding App 1h 45m │ -│ - Freelance / Logo Refresh 0h 35m │ -│ 08/03 ▼ │ -│ - Freelance / Logo Refresh 2h 15m │ -│ │ -│ [Enter] View Details [/] Search [←] Back │ -├──────────────────────────────────────────────────────────────┤ -│ 1 Timer 2 Projects 3 Entries / Search Enter View q Quit │ -└──────────────────────────────────────────────────────────────┘ -``` - -### Level 2: Entry Details for a Selected Group - -``` -┌────────────────────────────────────────────────────────────┐ -│ Entries: 08/04 — ACME / Onboarding App │ -├────────────────────────────────────────────────────────────┤ -│ ⏺ 10:03 AM – 11:48 AM (1h 45m) │ -│ "Wrote user authentication logic" │ -│ │ -│ [e] Edit [d] Delete [Enter] Resume [←] Back │ -├────────────────────────────────────────────────────────────┤ -│ 1 Timer 2 Projects 3 Entries e Edit d Delete q Quit │ -└────────────────────────────────────────────────────────────┘ -``` |