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 FAQ page React component #61

Closed j-tafoya closed 2 years ago

j-tafoya commented 2 years ago

Definition of Ready

User Story

As a user I want to see an FAQ before I use the "contact us" option So that I can get my question quickly answered

Acceptance Criteria

Given a generic resource page React component When FAQ content is provided to the component Then a new FAQ resource page is rendered

Given an FAQ resource page When a user visits the resources/help subpage Then a card with a title and description of the FAQ page should appear

Development Notes

See the wireframe for reference

Testing

Test Description

Verify that the FAQ page is rendered and linkable from the resources/help subpage

Assumptions and Pre-Conditions

n/a

Test Data

n/a

Steps to be Executed

  1. Visit the resources/help subpage
  2. Verify a card exists for the FAQ page and that it links to the FAQ subpage
  3. Verify the page renders appropriately in mobile and desktop

Definition of Done