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

0 stars 1 forks source link

Mission: SMASH #95

Open rarceneaux opened 4 years ago

rarceneaux commented 4 years ago

User Story

As a user, when I select a Mission I should be able to view all Personnel, Weapons, Planetary Systems and Enemy targets associated with that Mission.

AC

Given a user visits the missions page they can select and view a mission's detailed info on the dashboard by clicking the View Details on the mission card

Screen Shot 2019-11-26 at 8 45 24 AM

Then a user will see the 4 main parts of a single mission as cards

Screen Shot 2019-11-26 at 9 09 17 AM

AND a user can click on whatever part of a mission card View Details and see the detailed information about that part Below is Enemy Only

Screen Shot 2019-11-26 at 9 36 50 AM

Dev Notes

gregkorte commented 4 years ago

Instead of getAlls, you should be using getById (one) except for personnel and weapons which will have a collection coming back you will need to iterate over.

rarceneaux commented 4 years ago

indexOn on