CodeTriage
CodeTriage copied to clipboard
Viewing the profile of another user who is public gives a blank screen
Under the current setup, I can view my own user profile page, whether it is public or private. If I try to view the profile of another user, and that user is private, I am redirected to the home page. If I try to view the profile of another user, and that user is public, I am not redirected to the home page, but I don't get to see that user's profile.
In other words, if I try to view the profile of another user, and that user is public, I see nothing other than the standard header and footer.
I don't believe the current setup is satisfactory. The options I see for attempting to view the profile of another user who is public are:
- Redirect the user to the home page (just as the app currently does for private users)
- Show some information: Of course, certain options need to be disabled.
The first of the above two options seems to be the best and easiest option. What do you think?
I submitted a pull request addressing this at https://github.com/codetriage/codetriage/pull/902.