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

Star Destroyer
0 stars 2 forks source link

Sectors Seed Data #26

Closed ToddSpainhour closed 4 years ago

ToddSpainhour commented 4 years ago

USER STORY

As a user, when I look at google firebase, I should see a sectors.json file

AC

WHEN the sectors.json file is expanded THEN I should see multiple sectors objects with ids like sector1, sector2, ect. AND each should have key value pairs for name, occupied, explored, an image url, and a uid (user id)

WIREFRAMES

sector-erd

DEV NOTES


  1. Find potential images that could be used. Star maps might be a good search term
  2. Give each an id like sector1, sector2, ect.
  3. Create interesting sector name
  4. create a boolean for the occupied key
  5. create a boolean for the explored key
  6. add your google uid to theuid field
  7. run code through the json linter https://jsonlint.com/
  8. copy and paste into google firebase

RELATED TICKETS

EX. #6