Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage API Keys Page #35

Open
LudoLogical opened this issue Apr 20, 2023 · 0 comments
Open

Manage API Keys Page #35

LudoLogical opened this issue Apr 20, 2023 · 0 comments
Labels
Type: Feature Request New feature or request
Milestone

Comments

@LudoLogical
Copy link
Contributor

LudoLogical commented Apr 20, 2023

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

  1. 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.
  2. The KeyTable only shows key values if the user is a developer portal admin.
  3. The function calls necessary for the interactive elements in the KeyTable DialogBoxes to work are mocked. They do not need to actually work (yet).
  4. The KeyTable is not hidden if there are no keys to display. Instead, its empty variant is shown.
  5. 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

@LudoLogical LudoLogical added the Type: Feature Request New feature or request label Apr 20, 2023
@LudoLogical LudoLogical added this to the Milestone #3 milestone Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant