CodeTriage icon indicating copy to clipboard operation
CodeTriage copied to clipboard

Viewing the profile of another user who is public gives a blank screen

Open jhsu802701 opened this issue 6 years ago • 1 comments

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:

  1. Redirect the user to the home page (just as the app currently does for private users)
  2. 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?

jhsu802701 avatar Jan 13 '19 06:01 jhsu802701

I submitted a pull request addressing this at https://github.com/codetriage/codetriage/pull/902.

jhsu802701 avatar Jan 13 '19 20:01 jhsu802701