nss-evening-cohort-10 / nutshell-star-destroyer

0 stars 1 forks source link

Personnel: Seed Data #36

Closed EmileeA closed 4 years ago

EmileeA commented 4 years ago

User Story

WHEN I open my database THEN I should see personnel data present.

AC

WHEN I go to the repo THEN I should see a db folder AND the personnel data

Dev Notes

Create a personnel.json file and base.json file containing { "person1": { "id": "person1", "name": "Stormtrooper", "secorId": "", "weaponId": "weapon1" }, "person2": { "id": "person2", "name": "Imperial Officer", "secorId": "", "weaponId": "weapon2" }, "person3": { "id": "person3", "name": "TIE Fighter Pilot", "secorId": "", "weaponId": "weapon3" }, "person4": { "id": "person4", "name": "Star Gunner", "secorId": "", "weaponId": "weapon4" } } and base.json: { "enemies": "enemies", "personnel": "personnel", "sectors": "sectors", "weapons": "weapons" }

mariabrock commented 4 years ago

personnel wireframe