Add Career Mapping feature to Events section

Introduced a new CareerMapping component that visualizes relationships between events and related careers using a Mermaid diagram. Updated the Events Index page to include a navigation button for accessing the Career Mapping feature. Added Blazorade.Mermaid package for diagram rendering and updated _Imports.razor to include necessary namespaces.
This commit is contained in:
2025-12-28 21:55:35 -05:00
parent 065a83442c
commit 2c9aa1c223
4 changed files with 149 additions and 0 deletions
+1
View File
@@ -26,3 +26,4 @@
@using MudBlazor
@using Core.Entities
@using Data
@using Blazorade.Mermaid.Components