docs(activity): document fetched_at TEXT format and Cache concurrency safety #290

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

Two documentation gaps in internal/activity/cache.go:

  1. fetched_at is stored as TEXT but format is unspecified (RFC3339? ISO8601?). Must be consistent when CRUD operations are added.
  2. Cache struct has no doc comment about concurrency safety. sql.DB is safe for concurrent use, but should be explicitly documented.

Ref: PR #288

Two documentation gaps in `internal/activity/cache.go`: 1. `fetched_at` is stored as TEXT but format is unspecified (RFC3339? ISO8601?). Must be consistent when CRUD operations are added. 2. `Cache` struct has no doc comment about concurrency safety. `sql.DB` is safe for concurrent use, but should be explicitly documented. Ref: PR #288
fuzzy added this to the Steeper project 2026-07-07 09:34:59 +00:00
fuzzy self-assigned this 2026-07-07 09:35:00 +00:00
fuzzy closed this issue 2026-07-08 07:50:32 +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#290
No description provided.