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

Star Destroyer
0 stars 2 forks source link

auth permissions #99

Closed ToddSpainhour closed 4 years ago

ToddSpainhour commented 4 years ago

UserStory As a user, I should only be able to create, edit and delete when logged in.

AC WHEN logged out, the site should be read only. THEN when I log in, I should be able to create, edit or delete cards from each collection. AND whenI log out again, the changes made will remain

Dev Notes make logout button hide all divs and show main div weaponTypeDiv.addClass('hide'); viewWeaponDiv.addClass('hide'); personnelDiv.addClass('hide'); sectorDiv.addClass('hide'); mainDiv.removeClass('hide');