Closed nxtCoder19 closed 1 month ago
This pull request implements minor name refactoring within the infrastructure-related components of the application. The changes primarily focus on updating terminology, improving user interface elements, and enhancing the functionality related to cluster management.
journey
title User journey for updated cluster management UI
section Cluster Management
User -> ClusterComponent: View cluster management page
User -> CreateClusterButton: Click 'Attach cluster'
User -> LocalDeviceClusterInstructions: Follow instructions to attach local cluster
section Cluster Creation
User -> Popup.Form: Fill in cluster details
User -> Popup.Button: Submit form to create or update cluster
User -> toast: Receive success message
Change | Details | Files |
---|---|---|
Renamed 'compute' to 'cluster' throughout the application |
|
src/apps/console/routes/_main+/$account+/infra+/byok-cluster/handle-byok-cluster.tsx src/apps/console/routes/_main+/$account+/infra+/clusters/route.tsx src/apps/console/routes/_main+/$account+/infra+/_layout.tsx |
Enhanced cluster creation and management functionality |
|
src/apps/console/routes/_main+/$account+/infra+/byok-cluster/handle-byok-cluster.tsx |
Improved user management functionality |
|
src/apps/console/routes/_main+/$account+/settings+/user-management/handle-user.tsx |
Summary by Sourcery
Refactor naming conventions from 'compute' to 'cluster' across the application to improve consistency and clarity in the user interface. Introduce a new state management for showing local device cluster instructions and ensure page reload after user role updates.
Enhancements: