Challenge Overview
For this challenge, we’d like to add a Signup component in navigation, alongside the Login button. Like https://marvelapp.com/aeachji/screen/68473366
General Requirements
Create a new Signup component
The code change should be made on dev branch of https://github.com/topcoder-platform/navigation-component
-
The Signup component should be shown alongside the Login button
-
When clicked, it should navigate to accounts app for member registration, please make sure the signup url is configurable. You can configure https://accounts.topcoder-dev.com/member/registration for now.
Update Community App For Verifiation
The community app (use the dev branch of https://github.com/topcoder-platform/community-app) should be updated to use the new version of navigation component, and the Signup component should be properly shown and functioning.
Final Submission Guidelines
-
Git patch file for navigation component
-
Git patch file for community app
-
Verification Steps