Skip to content

Conversation

@MWG-Logan
Copy link
Member

  • Refactored HomeController to use IDashboardService for fetching dashboard data.
  • Added DashboardController for API endpoints to retrieve dashboard data, tenant hierarchy, agents, stats, and recent activities.
  • Created DashboardService to handle data retrieval from Azure Functions and provide sample data fallback.
  • Introduced DashboardViewModel and related models for structured data representation.
  • Updated Index view to display dashboard with tenant hierarchy, agent status, and recent activities.
  • Enhanced layout and styling for improved user experience.
  • Added error handling and logging for better diagnostics.
  • Registered services and HTTP clients in Program.cs for dependency injection.
  • Updated appsettings.json to include Azure Functions URLs.

- Refactored HomeController to use IDashboardService for fetching dashboard data.
- Added DashboardController for API endpoints to retrieve dashboard data, tenant hierarchy, agents, stats, and recent activities.
- Created DashboardService to handle data retrieval from Azure Functions and provide sample data fallback.
- Introduced DashboardViewModel and related models for structured data representation.
- Updated Index view to display dashboard with tenant hierarchy, agent status, and recent activities.
- Enhanced layout and styling for improved user experience.
- Added error handling and logging for better diagnostics.
- Registered services and HTTP clients in Program.cs for dependency injection.
- Updated appsettings.json to include Azure Functions URLs.
@MWG-Logan MWG-Logan merged commit 21ca137 into dev Jul 12, 2025
@MWG-Logan MWG-Logan deleted the web-init branch July 12, 2025 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants