ChaelCodes / MeetAnotherDay

An app to help you find and meet up with your friends at conferences.
MIT License
35 stars 20 forks source link

Clean up User #187

Open ChaelCodes opened 5 months ago

ChaelCodes commented 5 months ago

Description

Do we really need all these routes on /users ? We create and manage users mostly through Devise, and we store Profile information on the Profile. These pages are mostly empty, and I think we can get rid of a lot of them.

We also need to update the UserPolicy - right now it gives access to all Users.

Here's my thoughts on each of the current routes/views, and whether we need them: