Log header: rotating prompt copy + rotation logic #50
Labels
No labels
bug
chore
feature
spike
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
utilities/Logbook#50
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue #30 shipped the Log tab header with a date-only subtitle ("Friday, 24 July"), matching the prototype (
design/Family App.dc.html) exactly — it never showed prompt copy, only a date. The design-system skill and #30's issue text mention a "rotating prompt" subtitle, but no copy or rotation rule exists anywhere in the repo, so #30's plan deliberately deferred it rather than inventing one (seeTasks/00030/00030-plan.mdopen questions).This issue is to decide and implement that: prompt copy (a set of rotating prompts/taglines) and a rotation rule (e.g. daily, per-app-open, random), then swap it in alongside or instead of the date in
LogHeader(ui/log/LogScreen.kt).Reopened: the previously merged implementation (commit
44c2f7a/ merge into main) hardcoded the 6 prompts as a Kotlin list. Direction changed — the prompt list should be sourced from Outline instead of hardcoded, so it can be edited without a code change/release.A new Outline doc Logbook AppConfig (https://outline.marquezkeenan.family/doc/logbook-appconfig-CR4ecETdGV, collection Config) now carries a
## Log Promptssection with a bullet list of the 6 prompts, matching the bullet-list convention. Redoing the implementation to fetch/cache/parse this instead of the hardcoded list.