jywarren / plots2

The Public Lab website!
http://publiclab.org
GNU General Public License v3.0
17 stars 2 forks source link

merge search notes by author into profile page and return profile page from search #141

Closed btbonval closed 11 years ago

btbonval commented 11 years ago

Presently there is a two step process to getting to any user's profile page:

  1. search for the user or be on a note by the user
  2. click the user's name

Right now the universal search bar at the top, when rendering a username, links to the following URL which displays all nodes authored by the user: http://publiclab.org/notes/author/USERNAME

That information should appear in the profile: http://publiclab.org/profile/USERNAME

Once that information appears in the profile, it would make more sense for the rendered username in the universal search bar to link directly to the user's profile page.

jywarren commented 11 years ago

This is kind of partially done; i added research notes to profile pages. But the design is ugly (we prob. need tabs) and haven't excised all the instances of /notes/author/foo from links around the site.