chore: organization page UI, terminology and time range improvements (IN-1204)#2015
Open
joanagmaia wants to merge 1 commit into
Open
chore: organization page UI, terminology and time range improvements (IN-1204)#2015joanagmaia wants to merge 1 commit into
joanagmaia wants to merge 1 commit into
Conversation
…IN-1204 - Sort Critical Projects list by Contributors (was Technical influence) - Add explicit time ranges to all widget titles/subtitles: last 2 years for KPIs and Critical Projects, last 10 years for charts - Rename Activities -> Contributions to align with rest of the app - Update organization page documentation to match Signed-off-by: Your Name <jmaia@contractor.linuxfoundation.org>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the organization overview’s terminology and displayed time ranges to match its analytics data.
Changes:
- Renames “Activities” to “Contributions.”
- Displays two- and ten-year reporting windows.
- Updates project sorting labels and documentation.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
frontend/docs/features/organization-page/index.md |
Documents terminology, ranges, and sorting. |
frontend/app/components/modules/organization/components/overview/projects-section.vue |
Updates project labels and sort indicator. |
frontend/app/components/modules/organization/components/overview/kpi-row.vue |
Adds KPI time ranges. |
frontend/app/components/modules/organization/components/overview/contributors-chart.vue |
Adds the contributor-chart range. |
frontend/app/components/modules/organization/components/overview/activity-chart.vue |
Renames activity terminology and adds its range. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
4 tasks
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
Follow-up improvements to the organization page released in IN-1174. Tracks IN-1204.
(last 2 years)for all three KPIs and the Critical Projects card;(last 10 years)for both bar charts.Activitiesrenamed toContributionsacross chart title, chart series, and table column header to match leaderboards, project page, and collections.frontend/docs/features/organization-page/index.mdreflects all of the above.Related
Data-side changes (Tinybird pipes): crowd.dev PR
Test plan
/organization/{slug}for a known org(last 2 years)(last 2 years), sort strip showsSorted by Contributors(last 10 years)Contributionsheader appears in place ofActivitiesin the Critical Projects table and chartpnpm tsc-checkandpnpm lintpass🤖 Generated with Claude Code