feat(dashboard): in-process snapshot feed replaces the pages' loopback /hubs/snapshot hop

This commit is contained in:
Joseph Doherty
2026-08-15 20:16:29 -04:00
parent e23f816bfb
commit e245237c2b
5 changed files with 637 additions and 45 deletions
@@ -38,6 +38,7 @@ public static class DashboardServiceCollectionExtensions
services.AddZbLdapAuth(configuration, "MxGateway:Ldap");
services.AddSingleton<IDashboardSnapshotService, DashboardSnapshotService>();
services.AddSingleton<IDashboardSnapshotFeed, DashboardSnapshotFeed>();
services.AddSingleton<IDashboardLiveDataService, DashboardLiveDataService>();
services.AddSingleton<IDashboardAuthenticator, DashboardAuthenticator>();
services.AddSingleton<IGroupRoleMapper<string>, DashboardGroupRoleMapper>();