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 an authenticated project leader or developer portal admin, I want to see a page where I can create, assign, manage, and destroy Advanced API Keys.
Description
Create a new page, manage.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 a KeyTable and a Button allowing users to create new Advanced API Keys, as well as the common Sidebar and Footer.
The KeyTable only shows key values if the user is a developer portal admin.
The function calls necessary for the interactive elements in the KeyTableDialogBoxes to work are mocked. They do not need to actually work (yet).
The KeyTable is not hidden if there are no keys to display. Instead, its empty variant is shown.
The Button allowing users to create new Advanced API Keys opens a DialogBox populated with the fields necessary to define the nature of the key and the keyholder. Nothing inside that is interactive needs to work (yet).
Notes
None
The text was updated successfully, but these errors were encountered:
Story
As an authenticated project leader or developer portal admin, I want to see a page where I can create, assign, manage, and destroy Advanced API Keys.
Description
Create a new page,
manage.tsx
, in the Developer Portal Next.js app that resembles the relevant frames in the Figma file for Platform.Acceptance Criteria
KeyTable
and aButton
allowing users to create new Advanced API Keys, as well as the commonSidebar
andFooter
.KeyTable
only shows key values if the user is a developer portal admin.KeyTable
DialogBox
es to work are mocked. They do not need to actually work (yet).KeyTable
is not hidden if there are no keys to display. Instead, its empty variant is shown.Button
allowing users to create new Advanced API Keys opens aDialogBox
populated with the fields necessary to define the nature of the key and the keyholder. Nothing inside that is interactive needs to work (yet).Notes
None
The text was updated successfully, but these errors were encountered: