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 a barebones Help & Resources subpage with introductory text #84

Closed j-tafoya closed 2 years ago

j-tafoya commented 2 years ago

Definition of Ready

User Story

As a user visiting the CAM API portal I want a page listing all the Help & Resources subpages with some introductory text So that I can find the docs I'm looking for

Acceptance Criteria

Given basic introductory text for Help & Resources When a user visits the Help & Resources page Then they should see a basic intro with a title at the top of the page

Given a barebones Help & Resources page and Help & Resources card on the homepage When a user clicks the Help & Resources card on the homepage Then they should be navigated to the Help & Resources subpage

Given a barebones Help & Resources page When a user navigates to /help-resources Then they should reach the Help & Resources subpage directly

Development Notes

See invision wireframe for reference. Make sure to add this subpage as a route within the react-router

Testing

Test Description

Verify this page can be reached from the homepage and the subheader (if exists). Verify this page renders nicely at mobile and desktop sizes. Verify the route /help-resources works and redirects to the Help & Resources subpage.

Assumptions and Pre-Conditions

Assume there is a card that links to this page. Assume the subheader links to this page.

Test Data

Mock route

Steps to be Executed

  1. Verify you can reach this page via URL, homepage, and subheader
  2. Verify this page resizes appropriately for mobile and desktop

Definition of Done