[Feature]: Create a 'My Profile' page
Feature Summary
We should create a page to view your account and configure various account settings.
Detailed Description
Initial implementation of this page should display your username and the option to set an email address (which is private). We can update this with additional functionality later. This should be accessible from the lefthand nav drawer once you log in.
This will entail updating the "User" model to have an additional, optional email attribute, and running a migration to add that column to the "user" table of the database
Could I work on this?
@P-DR0ZD Sure! This issue is slightly underbaked because we don't have a full design in place yet, so it should involve some creative work in exploring what the page should actually look like. You are more than welcome to take a crack at it -- and to get feedback here or on discord about the page as it unfolds
Hey @itsalaidbacklife I am interested in creating a user profile page with read only fields to show the data we currently have and nothing more. This will allow us to add the page to navigation, see it, and then figure out what comes next.
This will be a precursor to the enable password reset.