docs(activity): add godoc for exported CRUD methods on Cache #294

Closed
opened 2026-07-07 08:20:08 +00:00 by the.auditor · 0 comments
Owner

Three exported methods on *Cache in internal/activity/cache.go lack doc comments:

  • UpsertDailyActivity — should document upsert semantics (ON CONFLICT replaces all metric fields)
  • GetActivityWindow — should document 7-day window behavior, date range, ASC ordering
  • GetLastFetchTimestamp — should document zero time returned when no data exists

Ref: PR #293

Three exported methods on `*Cache` in `internal/activity/cache.go` lack doc comments: - `UpsertDailyActivity` — should document upsert semantics (ON CONFLICT replaces all metric fields) - `GetActivityWindow` — should document 7-day window behavior, date range, ASC ordering - `GetLastFetchTimestamp` — should document zero time returned when no data exists Ref: PR #293
fuzzy added this to the Steeper project 2026-07-07 09:34:42 +00:00
fuzzy self-assigned this 2026-07-07 09:34:43 +00:00
fuzzy closed this issue 2026-07-08 07:54:33 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/steeper#294
No description provided.