docs(activity): add godoc for exported FetchActivityEvents and AggregateActivityByDay #296

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

Two exported functions in internal/activity/fetcher.go lack doc comments:

  • FetchActivityEvents — should document pagination (PageSize=50, max 500), since parameter behavior, and that it returns aggregated daily data
  • AggregateActivityByDay — should document which OpTypes are counted (PR opens/closes, issue opens/closes), that additions/deletions are not yet populated (#193), and UTC date normalization

Ref: PR #295

Two exported functions in `internal/activity/fetcher.go` lack doc comments: - `FetchActivityEvents` — should document pagination (PageSize=50, max 500), `since` parameter behavior, and that it returns aggregated daily data - `AggregateActivityByDay` — should document which OpTypes are counted (PR opens/closes, issue opens/closes), that additions/deletions are not yet populated (#193), and UTC date normalization Ref: PR #295
fuzzy added this to the Steeper project 2026-07-07 09:34:35 +00:00
fuzzy self-assigned this 2026-07-07 09:34:36 +00:00
fuzzy closed this issue 2026-07-08 07:56:13 +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#296
No description provided.