natestedman / Observatory

A Python based dashboard for the Rensselaer Center for Open Source Software. For continued development, please see http://github.com/rcos/observatory
rcos.rpi.edu
ISC License
8 stars 14 forks source link

After registering, user's "projects" are blank but shouldn't be. #32

Closed colinsullivan closed 13 years ago

colinsullivan commented 13 years ago

I created an account: natesm@gmail.com ...

With this account, created the "Observatory" project and fetched.

Logged out.

Then registered the user: colinsul@gmail.com

When logging in as colinsul, I am shown as a contributor to "Observatory", but on my user account page, the "Projects" listing is empty.

colinsullivan commented 13 years ago

It seems that the contributor is not being found here?

https://github.com/NateStedman/Observatory/blob/b9e8d10fc6b7253851131ffe676a8a819e10c898/observatory/dashboard/views/users.py#L81

natestedman commented 13 years ago

Contributors aren't authors, so it won't show up there. User profile pages aren't very good, haven't been touched in weeks, so there should be a "contributed to" section or something.

natestedman commented 13 years ago

Contributions are shown now, the pages are still a bit plain though, but that's something that can be adjusted at a later time. Contributor matching is also still a little flakey, but that's a different issue.