[ ] You can see a user's email and profile picture on a user's profile. Those should be included in the users slice of State
[ ] The changes I suggested for the DB schema would also necessitate changes to your sample state: e.g., pins need titles, you'll need, follows, maybe more user fields if you so choose etc.
[ ] While pins won't have image urls in the backend table (you'll need to use AWS & Active Storage), they will need them in the frontend
[ ] You can see when boards were last modified on the profile page, you'll need to add something for that to the boards slice of state
[ ] There are multiple modals on your site (sign up, login, edit board etc), so the modal prop in your ui slice of state should point to a string of which modal is active
To Revise:
ui
slice of state should point to a string of which modal is active