noisebridge / pyclass-project

Other
8 stars 2 forks source link

Allow User to Add Interests to Own Profile #10

Closed nbasu02 closed 12 years ago

nbasu02 commented 12 years ago

We just uploaded a change that allows you to add interests to the existing database. Makes checks for duplicates.

Next steps for this functionality should be as follows:

"Add Interest" should only be viewable by users who are logged in "Add Interest" should add an interest to the user's profile as well as to the database if it does not exist

Belgand commented 12 years ago

Just completed the first step. If a user is not logged in they will be redirected to login and, upon logging in, will be redirected back.