nss-evening-cohort-11 / nutshell-ewoks-droids

Star Destroyer
0 stars 2 forks source link

!base.json file #27

Closed ToddSpainhour closed 4 years ago

ToddSpainhour commented 4 years ago

USER STORY

As a user, when I am on the single board view, there should be some way to go back to all my boards.

AC

WHEN the page loads I should see all boards THEN click a button to see all pins AND click a button to return back to my boards

WIREFRAMES

DEV NOTES


example code below...

{
  "users": "users",
  "pins": "save this",
  "boards": "save stuff here",
  "boardsWithPins": "cool collection, bro"
}
  1. Create a bootstrap button
  2. create a event function backToBoards in myNavBar.js
  3. add the button to the in index.html

## RELATED TICKETS
EX. #1