admiralorbiter / DataDeck

EngageKC is an innovative platform designed to enhance classroom collaboration and digital interaction within educational settings. Allowing students to easily upload video and pictures without logging in for use to enhance classroom learning.
http://www.datadeck.dev
3 stars 18 forks source link

Refactor Nav.html - Student Nav Bar #5

Closed admiralorbiter closed 1 month ago

admiralorbiter commented 1 month ago

We are going to create 3 nav bars for each of the different views: Not Logged In, Teacher, and Student, then deliver the nav bar dynamically. Students: Home, Character Profile, Hour, Logout

Code: nav.html New code: student_nav.html

Notes: In the current nav there is flask code to seperate the views in the file itself. Since we will break it into 3 files you shouldn't need flask if statements in there.

admiralorbiter commented 1 month ago

@boldnbubbles