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
In order to enhance the user experience and enforce permission levels within the application, certain UI elements need to be disabled for users with the developer role. The following UI elements should be disabled based on the user's permissions:
{}Add a link button on the Overview page.{}
{}Add integration button on the Configuration page.{}
{}Add button on the first component or environment page.{}
This task involves both front-end changes to conditionally render these elements based on the user's role and back-end changes to ensure that the permissions are correctly enforced.
{}Acceptance Criteria:{}
Users with the developer role do not see the 'Add a link' button on the Overview page.
Users with the developer role do not see the 'Add integration' button on the Configuration page.
Users with the developer role do not see the 'Add' button on the first component or environment page.
Attempting to access these functionalities directly (e.g., via URL manipulation) by a user with the developer role results in an appropriate access denied message.
Documentation is updated to reflect these UI and permission changes.
The text was updated successfully, but these errors were encountered:
In order to enhance the user experience and enforce permission levels within the application, certain UI elements need to be disabled for users with the developer role. The following UI elements should be disabled based on the user's permissions:
{}Add a link button on the Overview page.{}
{}Add integration button on the Configuration page.{}
{}Add button on the first component or environment page.{}
This task involves both front-end changes to conditionally render these elements based on the user's role and back-end changes to ensure that the permissions are correctly enforced.
{}Acceptance Criteria:{}
The text was updated successfully, but these errors were encountered: