IITH / alumni-portal

Alumni portal for IIT Hyderabad
12 stars 11 forks source link

added profile page, click on search result to go to profile page #26

Closed chirag200666 closed 8 years ago

chirag200666 commented 9 years ago

Added a profile page for a user, right now it uses same template as view your own user_info, so it has an edit button, but we can fix that when we are working on templates and permissions.

Added the url of profile of a person in search api. Edited the behaviour of twitter typehead so that when you click on a search result or press enter then you will be redirected to the person's profile.

chirag200666 commented 9 years ago

Right now when you press tab button to auto-complete a word from the search result, then also you are redirected to the profile page of the person, added that because it looks cool. If it feels irritating we can remove that behavior.