-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Type: Feature RequestNew feature or requestNew feature or request
Milestone
Description
Story
As an authenticated developer portal admin, I want to see a page where I can grant, manage and revoke project leader or developer portal admin permissions for other users.
Description
Create a new page, admin.tsx, in the Developer Portal Next.js app that resembles the relevant frames in the Figma file for Platform.
Acceptance Criteria
- The page appears as shown in the Figma file. It consists of an
AccountTableand aButtonallowing users to elevate unelevated user accounts, as well as the commonSidebarandFooter. - The function calls necessary for the interactive elements in the
AccountTableDialogBoxes to work are mocked. They do not need to actually work (yet). - The
AccountTableis not hidden if there are no keys to display. Instead, its empty variant is shown. - The
Buttonallowing users to elevate unelevated user accounts opens aDialogBoxpopulated with the fields necessary to define the nature and target of the elevation. Nothing inside that is interactive needs to work (yet).
Notes
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: Feature RequestNew feature or requestNew feature or request