Description
1) Behavior: When a Topgear member clicks a member's handle, it navigates user to the public domain i.e. https://www.topcoder.com/members/Rinal
Expected behavior: When a Topgear member clicks a member's handle, user is navigated to the member's profile page WITHIN Topgear's domain. i.e. https://topgear.topcoder.com/members/Rinal
2) If the member's handle is NOT part of Topgear's groupID, when a Topgear user clicks on a public member handle, this image and message should appear.
As we have discussed, we will implement this logic:
-
When we are under topgear domain, e.g. topgear.topcoder-dev.com, we then should open up a member's profile page in a new tab, (with the subdomain info retained in the url of the new browser tab)
-
When we are under public domain, e.g. www.topcoder-dev.com, we should retain the logic as is.
The updated requirement work will be done against feature-private-navigation