dev-launchers / dev-launchers-platform

Monorepo for all DevLaunchers internal products and libraries used by the official platform
https://devlaunchers.org
GNU General Public License v3.0
40 stars 30 forks source link

[DEV][User Profile][Onboarding][Frontend] — Integrate 3 new fields to Landing Page #1931

Open judeamos opened 3 weeks ago

judeamos commented 3 weeks ago

Integrate the 3 new fields that should have been added to the backend, into the onboarding landing page.

When the users clicks on "Save & Continue" button, with any of the optional fields field in

The forms are currently hidden as shown below (Current): —

image.png

What it should look like once integration is done (After integration): —

image.png
judeamos commented 3 weeks ago

In src/modules/onboarding/UserLandingPage/UserLandingPage.js, you'll find the commented-out HTML.

The function you will be modifying to include the 3 fields in the request is the onContinueClick function.

image.png
KMallare commented 2 weeks ago

Current view:

Image

KMallare commented 2 weeks ago

After Integration View:

Image