You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix infinite redirect. Issue appears when db is down, and fetching reservations fails, leading to a redirect to login, which is then authenticated and redirects back to dashboard
Remove extensive logging when opening /dashboard/ page
New functionality: Dashboard navigation - include links next to logout button to the following pages:
/dashboard/blogs
/dashboard/employees/
/dashboard
Dashboard table - add column for employee.
The employee should be able to apply assign to self to take the reservation. admin can use a dropdown to select employee instead.
The text was updated successfully, but these errors were encountered:
Fix infinite redirect. Issue appears when
db
is down, andfetching reservations
fails, leading to a redirect tologin
, which is then authenticated and redirects back todashboard
Remove extensive logging when opening
/dashboard/
pageNew functionality:
Dashboard navigation
- include links next tologout button
to the following pages:/dashboard/blogs
/dashboard/employees/
/dashboard
Dashboard table - add column for
employee
.The
employee
should be able to applyassign to self
to take thereservation
.admin
can use a dropdown to selectemployee
instead.The text was updated successfully, but these errors were encountered: