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
As a developer portal admin, I want to see a table with information about the Nebula Platform accounts I have assigned elevated permissions (i.e., project leader or developer portal admin) to.
Description
Create a React component, AccountTable, that can be configured to appear in all of the styles shown in the Figma file for Platform. AccountTable should be located in the Developer Portal Next.js app.
Acceptance Criteria
If empty, an AccountTable will show the column headers and "No other elevated accounts." text and an "Elevate one" link. It does not need to be functional (yet).
AccountTables show the display names and email addresses of all elevated accounts.
AccountTables show Badges indicating the type of elevation for all elevated accounts.
AccountTables show the last sign in times of all elevated accounts.
AccountTables have a Button or clickable icon that opens a DialogBox.
The contents of the DialogBox are as specified in the Figma file for Platform. Nothing inside that is interactive needs to work (yet).
Notes
None
The text was updated successfully, but these errors were encountered:
Story
As a developer portal admin, I want to see a table with information about the Nebula Platform accounts I have assigned elevated permissions (i.e., project leader or developer portal admin) to.
Description
Create a React component,
AccountTable
, that can be configured to appear in all of the styles shown in the Figma file for Platform.AccountTable
should be located in the Developer Portal Next.js app.Acceptance Criteria
AccountTable
will show the column headers and "No other elevated accounts." text and an "Elevate one" link. It does not need to be functional (yet).AccountTable
s show the display names and email addresses of all elevated accounts.AccountTable
s showBadge
s indicating the type of elevation for all elevated accounts.AccountTable
s show the last sign in times of all elevated accounts.AccountTable
s have aButton
or clickable icon that opens aDialogBox
.DialogBox
are as specified in the Figma file for Platform. Nothing inside that is interactive needs to work (yet).Notes
None
The text was updated successfully, but these errors were encountered: