Commit f62101e
authored
feat(dashboards): add metrics api integration and monthly charts (#188)
* feat(dashboards): add metrics api integration and monthly charts
- Add company bus factor API integration for foundation health dashboard
- Add event attendance monthly API with cumulative trend data
- Add foundation filtering to organization maintainers, contributors, and certified employees endpoints
- Add monthly trend charts to organization involvement dashboard metrics
- Update interfaces with monthly data arrays
- Remove hardcoded mock chart data from constants
LFXV2-845 LFXV2-846 LFXV2-847 LFXV2-848
Signed-off-by: Asitha de Silva <[email protected]>
* refactor(dashboards): remove unused analytics code and interfaces
Remove deprecated code that is no longer used after dashboard refactoring:
- Frontend: Remove getOrganizationEventsOverview and getProjects methods
- Backend: Remove corresponding routes, controller and service methods
- Interfaces: Remove 7 unused row/response types replaced by monthly versions
Generated with [Claude Code](https://claude.ai/code)
Signed-off-by: Asitha de Silva <[email protected]>
* fix(dashboards): hide membership tier filter on non-all tabs
Only show Membership Tier card when ALL filter is selected in
organization involvement section.
Generated with [Claude Code](https://claude.ai/code)
Signed-off-by: Asitha de Silva <[email protected]>
* style(ui): update lfx lens button with new design and stacked icon
- Update button styling to pill shape with solid blue background
- Replace microchip-ai icon with Font Awesome stacked icons
- Use fa-comment with fa-sparkle overlay for composite icon
LFXV2-845
Signed-off-by: Asitha de Silva <[email protected]>
* refactor(ui): use committee label constant for dynamic labeling
- Replace hardcoded "Committee" with COMMITTEE_LABEL constant
- Update committee-members component header and empty state
- Update meeting registrants manager status filter
- Update registrant modal info message and tooltip
LFXV2-845
Signed-off-by: Asitha de Silva <[email protected]>
* style(ui): improve card hover states and visual distinction
LFXV2-845
- Add hover border effects to meeting cards and pending actions
- Use distinct colors for metrics charts (emerald, amber, violet)
- Remove redundant Today/Upcoming section headers from meetings
- Update LFX Lens button to outlined style with lighter icons
- Remove redundant leading-normal from heading styles
Signed-off-by: Asitha de Silva <[email protected]>
* fix(dashboards): format contributors mentored tooltip dates
LFXV2-845
Update Contributors Mentored chart tooltip to match Active Contributors
format with properly formatted date labels (e.g., "Dec 1, 2024") and
custom tooltip callbacks.
Signed-off-by: Asitha de Silva <[email protected]>
* fix(ui): committee member details label
Signed-off-by: Asitha de Silva <[email protected]>
---------
Signed-off-by: Asitha de Silva <[email protected]>1 parent 08a4c44 commit f62101e
File tree
23 files changed
+972
-626
lines changed- apps/lfx-one/src
- app
- modules
- committees/components/committee-members
- dashboards/components
- dashboard-meeting-card
- foundation-health
- my-meetings
- organization-involvement
- pending-actions
- recent-progress
- meetings/components
- meeting-card
- meeting-registrants-manager
- registrant-modal
- server
- controllers
- routes
- services
- utils
23 files changed
+972
-626
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
Lines changed: 48 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| |||
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
| |||
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| 58 | + | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
| |||
282 | 291 | | |
283 | 292 | | |
284 | 293 | | |
285 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
286 | 303 | | |
287 | 304 | | |
288 | | - | |
| 305 | + | |
| 306 | + | |
289 | 307 | | |
290 | | - | |
| 308 | + | |
291 | 309 | | |
292 | 310 | | |
293 | 311 | | |
| |||
510 | 528 | | |
511 | 529 | | |
512 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
513 | 556 | | |
514 | 557 | | |
515 | 558 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
0 commit comments