USEPA / cam-api-portal

Api for data collected to run programs designed to reduce air pollution from power plants
MIT License
5 stars 3 forks source link

Create subheader React component #45

Closed j-tafoya closed 2 years ago

j-tafoya commented 2 years ago

Definition of Ready

User Story

As a CAM API user I want to see all the available options and pages I can visit in a subheader So that I can quickly navigate to the content I want

Acceptance Criteria

Given that a user has visited the CAM API portal home page When they are at the top of the page Then they should see a subheader with options to reach the API documentation, help/support, and register for an API key

Development Notes

Utilize the reusable component created by CVP for the re-engineering

Testing

Test Description

Test that the subheader is visible at the top of the page and is not sticky as you scroll to the bottom. It should only be visible at the top.

Assumptions and Pre-Conditions

Assume to be on the home page of the portal

Test Data

N/A

Steps to be Executed

  1. Visit the CAM API Portal home page
  2. Inspect the header for all the required links
  3. Test that each link takes you to the appropriate page/resource

Definition of Done