ShelterTechSF / askdarcel-web

The "Ask Darcel" web app.
GNU General Public License v3.0
28 stars 22 forks source link

1321 dashboard page #1338

Closed schroerbrian closed 7 months ago

schroerbrian commented 7 months ago

This adds a dashboard page and protected route logic that only allows users to visit the page if they are authenticated. Refs #1321 . Note: I added bare bones UI to the dashboard page; please feel free to rip it out completely.

Question: is the route /navigator-dashboard okay or do we want to allow for additional navigator actions in the future with a more flexible naming pattern like /navigator/dashboard?? any thoughts?

schroerbrian commented 7 months ago

Thanks for the review!!