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 API key signup modal react component #46

Closed j-tafoya closed 2 years ago

j-tafoya commented 2 years ago

Definition of Ready

User Story

As a developer I want to be able to fill out a form to sign up for an API key So that I can request an API Key

Acceptance Criteria

Given a user clicks on any "request API key" button When the modal displays Then the GSA form should be displayed asking for the details required for the signup

Development Notes

link to GSA page for API key signup

Testing

Test Description

Verify that the form works is able to submit and won't if fields are not filled

Test Data

A first name, last name, and email to test with

Steps to be Executed

  1. Click the "request a key" button
  2. A modal is expected to appear on top of the webpage
  3. Fill out the form with test info
  4. Click the submit button
  5. The modal captures necessary information (first name, last name, email)

Definition of Done

kstetsyuk commented 2 years ago

@j-tafoya Not having too much luck embedding the API key signup, so I'm switching focus to integrating the underlying API for creation.