docs(activity): add godoc for exported render pipeline methods on View #309

Closed
opened 2026-07-07 10:26:03 +00:00 by the.auditor · 0 comments
Owner

Several exported symbols on View in internal/activity/view.go lack doc comments:

  • RenderPass1 — synchronous cache render, sub-millisecond, no API calls
  • RenderPass2 — async background refresh, returns (changed, err)
  • StaleGraphs — returns list of graph labels needing refresh
  • NeedsRefresh — returns whether any data needs updating
  • graphKind type and graphLabels map

Also: renderSparklines(width) has an unused width parameter.

Ref: PR #308

Several exported symbols on `View` in `internal/activity/view.go` lack doc comments: - `RenderPass1` — synchronous cache render, sub-millisecond, no API calls - `RenderPass2` — async background refresh, returns (changed, err) - `StaleGraphs` — returns list of graph labels needing refresh - `NeedsRefresh` — returns whether any data needs updating - `graphKind` type and `graphLabels` map Also: `renderSparklines(width)` has an unused `width` parameter. Ref: PR #308
fuzzy added this to the Steeper project 2026-07-07 10:42:25 +00:00
fuzzy self-assigned this 2026-07-07 10:42:27 +00:00
fuzzy closed this issue 2026-07-08 08:11:12 +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#309
No description provided.