nss-evening-cohort-12 / nutshell-elk

Renaissance Faire
0 stars 3 forks source link

Auth Events Page While Logged In #116

Closed psihanorak closed 4 years ago

psihanorak commented 4 years ago

Events module displays while logged in.

psihanorak commented 4 years ago

The Events module will not be accessible or be displayed while logged out.

luketlancaster commented 4 years ago

@psihanorak so you can click on this button, but there'll be logic down the line to not display anything for unauthenticated users?

psihanorak commented 4 years ago

Screen Shot 2020-07-28 at 9 31 43 AM

This is what is displayed when not logged in. *No events module displayed while logged out.

psihanorak commented 4 years ago

Screen Shot 2020-07-28 at 9 36 43 AM

@luketlancaster Displayed when logged in.

luketlancaster commented 4 years ago

🤔 I'm confused...what's keeping the events page from being printed all the time? I don't see any logic added in this PR...just some HTML in the domstring. Walk me through it

psihanorak commented 4 years ago

The events page will be hidden. I have a auth-logged out ticket that I am working on now.