Commit c0dd4fa
feat(dashboard): initial core persona developer dashboard implementation (#119)
* wip(dashboard): initial core persona developer dashboard implementation
Work in progress implementation for LFXV2-644. Adding foundational
components and structure for the Core Developer Persona dashboard.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
* feat(dashboard): improve core developer persona dashboard UI
Reduce section header sizes from text-xl to text-lg for better visual hierarchy.
Enhance meetings section with modern card design, calendar icons, participant
badges, and Join buttons. Fix ESLint member ordering issues for LFXV2-644.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
* fix(layout): prevent sidebar from floating during horizontal scroll
Change sidebar from fixed to sticky positioning within a flex container.
This ensures the sidebar stays in its designated column and doesn't cover
content during horizontal scrolling. Updates for LFXV2-644.
- Wrap sidebar in flex-shrink-0 container with fixed width
- Change sidebar positioning from fixed to sticky
- Remove margin-left from main content, use min-w-0 for proper scrolling
- Maintain sticky behavior for vertical scrolling within column
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
* style(dashboard): further reduce section header sizes
Change section headers from text-lg to text-base for a more compact
and modern dashboard appearance. Reduces visual hierarchy emphasis
on section titles in favor of content focus for LFXV2-644.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
* feat(dashboard): integrate meetings API with occurrence-based filtering
Replace hardcoded meeting data with live API integration that properly handles:
- Meeting occurrences for recurring meetings
- Time-based filtering with 40-minute buffer after meeting end
- Sorting by earliest time first
- Frontend limit to 5 meetings maximum
- Smart time formatting (Today/Tomorrow/Date)
- Total attendee count from registrants and committee members
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat(dashboard): implement persona-based dashboard architecture
- Replace home-new component with modular dashboard architecture
- Add persona-specific dashboard components (my-meetings, my-projects, pending-actions, recent-progress)
- Implement persona service with reactive persona selection
- Update sidebar with footer navigation support and improved styling
- Match sidebar border/shadow styling with PrimeNG card components
- Add persona selector component with dropdown interface
- Update header to integrate persona selector
- Add persona constants to shared package
- Update main layout to support dynamic persona-based routing
- Update profile layout to handle persona changes
- Server-side: Fix user profile persona field mapping
Technical improvements:
- Sidebar: Remove border, update border-radius to 12px, match card shadow
- Sidebar: Add footer items support with separate navigation section
- Sidebar: Improve accessibility with consistent text sizing (text-sm)
- Remove icon hover animations for visual consistency
LFXV2-644
Signed-off-by: Asitha de Silva <asithade@gmail.com>
* refactor(sidebar): replace function calls with computed signals
- Remove getTestId() function calls from template
- Add testId property to SidebarMenuItem interface
- Create computed signals (itemsWithTestIds, footerItemsWithTestIds) for test ID generation
- Use Angular signals pattern for better performance and change detection
Performance improvements:
- Computed signals only recalculate when input changes
- Eliminates repeated function calls during template rendering
- Leverages Angular 19 zoneless change detection optimization
LFXV2-644
Signed-off-by: Asitha de Silva <asithade@gmail.com>
* fix(dashboard): resolve pr comments
Signed-off-by: Asitha de Silva <asithade@gmail.com>
* fix(yarn): yarn.lock update
Signed-off-by: Asitha de Silva <asithade@gmail.com>
* feat(dashboard): implement dashboard meeting card component
- Create reusable DashboardMeetingCardComponent for displaying meeting information
- Update MyMeetingsComponent to use new card component with Today/Upcoming sections
- Add conditional section rendering (hide sections when empty)
- Match React component styling with white card background, gray icons, rounded-xl borders
- Implement smart date filtering for today's meetings vs upcoming meetings
- Add meeting feature icons (YouTube, Recording, Transcripts, AI, Public/Private)
- Add DashboardMeetingCardProps and DashboardMeetingFeatures interfaces to shared package
- Update RecentProgressComponent styling to match React design
- Remove PrimeNG Card dependency in favor of semantic HTML with Tailwind
LFXV2-644
Signed-off-by: Asitha de Silva <asithade@gmail.com>
* refactor(dashboard): update pending actions and meeting card layout
- Remove LFX card wrapper from pending actions component
- Add consistent header with "View All" button to pending actions
- Simplify pending action button styling to white background with slate-100 hover
- Update dashboard meeting card to use project_name from meeting data
- Add project_name enrichment in meeting service
- Remove projectName input from dashboard meeting card component
- Add project_name field to Meeting interface
Generated with [Claude Code](https://claude.ai/code)
Signed-off-by: Asitha de Silva <asithade@gmail.com>
* refactor(dashboard): update my-projects with table layout
- Replace card-based layout with lfx-table component
- Implement 4-column table structure (Project, Affiliations, Code Activities, Non-Code Activities)
- Apply React-style formatting:
- Equal column widths (w-1/4 for each column)
- Fixed chart container width (12.5rem)
- Grey borders (border-gray-200) on table cells
- Rounded table container with overflow handling
- Blue project name links (#009aff)
- Help icons for activity columns
- Update chart colors:
- Code Activities: #009AFF (blue)
- Non-Code Activities: #10b981 (green)
- Add generateLabels() helper method for dynamic chart labels
- Remove unused CardComponent import
- Maintain all existing test IDs for E2E compatibility
Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Asitha de Silva <asithade@gmail.com>
* ci(gha): disable automatic quality check workflow
Disabled automatic PR quality checks as project is moving away from old UI.
Changed trigger from pull_request to workflow_dispatch for manual runs only.
LFXV2-644
Generated with [Claude Code](https://claude.ai/code)
Signed-off-by: Asitha de Silva <asithade@gmail.com>
---------
Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
Signed-off-by: Asitha de Silva <asithade@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Asitha de Silva <asithade@gmail.com>1 parent 719a06e commit c0dd4fa
File tree
46 files changed
+1833
-33
lines changed- .github/workflows
- apps/lfx-one/src
- app
- layouts
- main-layout
- profile-layout
- modules
- pages/dashboard
- components
- my-meetings
- my-projects
- pending-actions
- recent-progress
- profile/edit
- server
- controllers
- services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1833
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
13 | 29 | | |
14 | 30 | | |
15 | 31 | | |
| |||
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 106 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
Lines changed: 62 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments