Add organiser activity strip to the admin member profile - #2855
Draft
mroderick wants to merge 3 commits into
Draft
Add organiser activity strip to the admin member profile#2855mroderick wants to merge 3 commits into
mroderick wants to merge 3 commits into
Conversation
mroderick
force-pushed
the
feat/activity-strip
branch
from
September 9, 2026 09:56
da4735f to
5caacaa
Compare
mroderick
force-pushed
the
feat/activity-strip
branch
from
September 9, 2026 10:11
5caacaa to
bd12731
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Last of the activity-log stack (base: #2854). Adds the visualisation: a GitHub-status-style weekly activity strip (52 ISO weeks, three states) on the admin member profile, rendered only when the viewed member holds an organiser role on any chapter.
Key changes
Admin::Members::ActivityStripservice: one indexed query overactivitiesowned by the member, bucketed into 52 ISO weeks; states:empty/:login_only(logins and logouts only) /:active(any other key); per-week key counts for tooltips.Admin::Members::ActivityStripComponent: 52 tall SVG bars with nativetitletooltips; no JavaScript./admin/members/:id; not member-facing.Review notes
Week math and state classification live solely in the service (component renders only). Verified: full suite 1353/0 (includes upstream's chapter-health card work), RuboCop clean.
Context and motivation: #2857