-
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, project leader, or developer portal admin, I want to see a page consisting of my Basic API Key and any Advanced API Keys I might have (or instructions for how to get one if I don't have any).
Description
Update the page index.tsx in the Developer Portal Next.js app to optionally show an authenticated view that resembles the relevant frames in the Figma file for Platform.
Acceptance Criteria
- index.tsx can show either the "Join Developer Portal" page or the "My API Keys" page depending on whether the user is authenticated and whether the user is a developer or higher.
- The "My API Keys" page appears as shown in the Figma file. It consists of a
BasicKeyViewand either aKeyTableor relevant copy, as well as the commonSidebarandFooter. - The "Regenerate" button opens a
DialogBoxasking for confirmation. The actual regeneration does not need to work (yet). - The function calls necessary for the interactive elements in the
KeyTableDialogBoxes to work are mocked. They do not need to actually work (yet). - The
KeyTableis only shown if it has one or more keys to display. - If there are no keys to display, the
KeyTableis hidden and some copy is shown. The copy is different for developers, project leaders, and developer portal admins. Any links in the copy are functional.
Notes
None
Metadata
Metadata
Assignees
Labels
Type: Feature RequestNew feature or requestNew feature or request