HUB app registry and dashboard
Auto-generated from the source archive. Do not edit by hand — rerun
catalyst-changelog-syncinstead.
What changed
Section titled “What changed”- Adds the
hub/appregistry module: register, query (paginate, list, find-by-id), and soft-delete satellite applications with their metadata —code,name,url,icon,color,sort,isActive,description. - Adds the HUB dashboard, an app launcher that renders one card per active app in a responsive grid; activating a card navigates to the app’s
url, with explicit loading and empty states. - Wires the HUB into the admin sidebar with its own icon and ships its UI strings in English and Spanish.
Why it matters
Section titled “Why it matters”The Aurora ecosystem revolves around satellite applications that delegate authentication to the central platform, but there was nowhere to register them or jump into them. You can now maintain a central catalog of satellite apps and give every authenticated user a single landing point to see and open them. This is the foundation milestone of the hub bounded context — OAuth provisioning and per-user favorites build on top of it.