### Frontend - [ ] When logging in, the frontend should be told what type of user they are - [ ] Tables in the topbar moved to a dropdown menu - [ ] The dropdown menu should only display tables the user should have access to - [ ] Columns in tables should reflect what columns are available - [ ] Top bar should only display options that a user has access to - [ ] Whenever a user accesses a guarded route, ask the server if they can perform this action - [ ] If the user ever receives a 401 or 403, immediately move them to the login screen
Frontend