codeclubsocial / codeclub_website_dev

CodeClub website source (website no longer hosted)
http://www.codeclub.social
26 stars 7 forks source link

User Profiles #22

Closed zsediqyar closed 7 years ago

zsediqyar commented 7 years ago

Now that user auth seems to be working and we are able to post data to the DB from the sign up page, just raising this issue so we can work on it.

craig429 commented 7 years ago

I agree with all of this. We need to define a profile page. Then we need to update the mongo schema to accomodate the extra fields. As far as site access control, we can use the method used to protect the Secret Page in the current dev branch. We can also use this to turn on/turn off irrelevant buttons, like Login, once the user is logged in.

holaymolay commented 7 years ago

Craig, be sure to use "comment" instead of "close and comment".

craig429 commented 7 years ago

I keep accidentally closing stuff. Can I blame it on poor Git interface design or do I need to confront the probability of oncoming dementia?

holaymolay commented 7 years ago

Lol, Craig.

Ok I will bump these out into their own issues.

holaymolay commented 7 years ago

Alright, Zaki I edited your initial comment to clarify the components of this issue and break out sub-issues to be tackled individually

holaymolay commented 7 years ago

Just an update to this...

Instead of redirecting to the profile page, users should be redirected to a message that says "an email confirmation has been sent, please confirm".

holaymolay commented 7 years ago

zakis original todo list has been satisfied. The remaining tasks have been assigned to #50