Overview
The platform now enforces the V2 UI company-wide, ensuring all users consistently experience the updated interface. V2 will always load by default, with no ability for users to disable it. Legacy (non-V2) modules remain accessible only where a V2 equivalent does not yet exist.
What’s New
- Company-Wide V2 Enforcement: V2 is automatically enabled for all users, overriding any individual toggle settings.
- Menu Update: The “Disable V2 App” option has been removed from the account/profile menu.
- Redirect Logic: All supported routes now auto-redirect to the V2 version of the app.
- Legacy Support: Modules without a V2 implementation remain accessible without redirect.
- Cross-Platform Support: Applies to both React and Angular clients.
How It Works
- Users always load into V2 when logging in or navigating.
- Attempts to access legacy routes automatically redirect to their V2 counterparts.
- If no V2 equivalent exists, the system allows access to the legacy module.
- The option to disable or revert to legacy has been fully removed from user menus.
Benefits
- Ensures a consistent user experience across the entire platform.
- Simplifies support by eliminating toggle-based confusion.
- Streamlines development, with all new features targeting V2 only.
- Provides controlled legacy access until all modules are migrated.