[ ] Does this have sufficient context for the specific functionality being developed (design, business rules, etc.)
User Story
As a user
I want resources for the CAM API
So that I can better understand and utilize the APIs
Acceptance Criteria
Given a resource (e.g. FAQ, API Guide, Release Notes, etc)
When a user visits the page
Then A title, description, and information are displayed
Given a resource page
When a user visits the page
Then a unique URL for that page should be displayed in the address bar and should be linkable
Development Notes
See wireframe for reference. The component should accept any React components as the body. The component should have props for the title, description and body content.
Testing
Test Description
Verify the component can be used with any resource type and content.
Definition of Ready
User Story
As a user I want resources for the CAM API So that I can better understand and utilize the APIs
Acceptance Criteria
Given a resource (e.g. FAQ, API Guide, Release Notes, etc) When a user visits the page Then A title, description, and information are displayed
Given a resource page When a user visits the page Then a unique URL for that page should be displayed in the address bar and should be linkable
Development Notes
See wireframe for reference. The component should accept any React components as the body. The component should have props for the title, description and body content.
Testing
Test Description
Verify the component can be used with any resource type and content.
Assumptions and Pre-Conditions
n/a
Test Data
Generic resource content with varying React components (e.g. accordions, cards, buttons, etc)
Steps to be Executed
Definition of Done