-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
3
-
False
-
-
False
-
-
-
RHDH F&UI plugins 3278
Story
As a user of RHDH, I want to define quickstart sections per user role in app-config.yaml so that different roles see relevant onboarding actions in the UI.
Background
Currently, the quickstart side drawer shows a static list of sections defined in app.quickstart. We want to extend this to support different sections for different user roles, starting with admin and developer.
Example of updated config:
// code placeholder app: quickstart: - title: Set up authentication roles: - admin icon: Admin description: Set up secure login ... cta: text: Learn more link: https://docs.redhat.com/en/documentation/... - title: ... roles: - developer(customizable) ...
Dependencies and Blockers
QE impacted work
Documentation impacted work
Acceptance Criteria
- Updated schema supports per-role configuration
- Role keys (admin, developer) are supported
- Backward compatibility is maintained or clearly defined
- If "role" is omit, then show the section to only admin role
upstream documentation updates (design docs, release notes etc)
Technical enablement / Demo
- is depended on by
-
RHIDP-8456 [Quickstart] Display quickstart sections based on the logged-in user’s role
-
- Closed
-