You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is a feature request related to the use case selection behavior within workspaces. In current version, users can select multiple use cases for a specific workspace. However, in the upcoming version, the selection will be limited to a single use case per workspace. We also provide an "all use case" option to select multi use cases for user.
Describe the solution you'd like
Store selected use case in features property
The workspace already support store selected use cases in the workspace saved object's features property. We are going to using the same property to store the selected use case. The first use case in features array will be treated as the selected use case.
Change workspace use case selector to single selection
The WorkspaceUseCase component take an use case array before. It will change to only accept a string value. It will call an onChange with selected use case id after use case card been selected. The features property in workspace saved object will be updated after selected use case changed.
Not update nav group to hidden and application to inaccessible
The navGroupUpdater and appUpdater will be executed when enter specific workspace. The nav group should not been updated to hidden if workspace using all use case. All registered nav groups should be visible. The application should not been inaccessible if application id inside any of registered use cases and current workspace using all use case.
Is your feature request related to a problem? Please describe.
This is a feature request related to the use case selection behavior within workspaces. In current version, users can select multiple use cases for a specific workspace. However, in the upcoming version, the selection will be limited to a single use case per workspace. We also provide an "all use case" option to select multi use cases for user.
Describe the solution you'd like
Store selected use case in features property
The workspace already support store selected use cases in the workspace saved object's features property. We are going to using the same property to store the selected use case. The first use case in features array will be treated as the selected use case.
Change workspace use case selector to single selection
The
WorkspaceUseCase
component take an use case array before. It will change to only accept astring
value. It will call anonChange
with selected use case id after use case card been selected. The features property in workspace saved object will be updated after selected use case changed.Not update nav group to hidden and application to inaccessible
The
navGroupUpdater
andappUpdater
will be executed when enter specific workspace. The nav group should not been updated to hidden if workspace using all use case. All registered nav groups should be visible. The application should not been inaccessible if application id inside any of registered use cases and current workspace using all use case.Describe alternatives you've considered
N/A
Additional context
#4944
The text was updated successfully, but these errors were encountered: