docs(activity): add godoc for exported dual-series sparkline functions #303
Labels
No labels
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
thwap/steeper#303
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?
Three exported functions in
internal/activity/renderer.golack doc comments:DualBrailleSparkline— should document dual-series encoding (left/right columns), 5-level normalization, and empty/mismatched handlingPRSparkline— wraps DualBrailleSparkline with PrsOpened/PrsClosedIssueSparkline— wraps DualBrailleSparkline with IssuesOpened/IssuesClosedAlso:
brailleDualCharlevel-4 branches are unreachable due to normalize() 0-7 range being halved to 0-3 via/2. Consider either using 5-level normalization or removing dead code.Ref: PR #302