suhrawardi / memorizr

An open source app to archive, share and discuss quotes, notes and attachments.
1 stars 2 forks source link

A profile page for a user #7

Open suhrawardi opened 10 years ago

suhrawardi commented 10 years ago

Add the possibility for users to create and edit a profile (with avatar). And make it possible for other users to view this profile.

AkshataDM commented 10 years ago

I have created a sign up page ( sign up with only name ) and a show page to let users view their profile. However, I haven't created a migration for password digest yet because I don't know if you wanted a password field. And do users sign in using their mail id? And should I create a password field too?

suhrawardi commented 10 years ago

Hi Akshata,

Thanks a lot for your effort! There is already functionality for logging in, retrieving a password etc, using Devise. At the moment the only option for users to sign up is by invitation: Any registered and logged in user can invite other users. It would be great to have a 'sign up' option as well. But this needs to be optional. So, there must be a way to enable/disable this in the settings.yml file.

Please feel free to discuss any ideas you have and possible ways to implement them. I would be very happy to help!

A profile edit and show page would be great though...!

Thx

AkshataDM commented 10 years ago

Created action and page to edit and show profile of users

suhrawardi commented 10 years ago

Cool :-) Where can I view the code?