mononoken / fae-scribe

0 stars 0 forks source link

Setup user dashboard #19

Closed mononoken closed 10 months ago

mononoken commented 1 year ago

To do: What is the main goal of the dashboard? It should give user's a quick look at what has changed since they last used, including notifications raised and potentially changes that have happened to shared journals.

Extra (original issue text):

Originally, I had the idea of when the user is signed in, they would view different things at the root address based on conditionals. These were:

However, upon exploring implementation of this, I decided this may be a poor idea. The idea was designed to make navigation simple for the user, but it may be confusing that the user uses the same address for multiple different pages.

Instead, I think it would be better simply for the user to see a dashboard if they are logged in, and ignore all these other conditions. The dashboard should give easy access to all of these previous ideas.

mononoken commented 10 months ago

Dashboard has been implemented. It does not follow the exact logic of this previous post.