Location-centric local discovery app. An open-source react-native app where users can pin points of interest on a shared map. Visibility is limited to nearby points of interest.
MIT License
8
stars
9
forks
source link
Add support for "Full Name" in the Profile page #26
"full_name" is supported by the Backend, but the ReactJS part doesn't send it, see this pic:
Adding support should be fairly trivial, follow these steps:
https://github.com/OSS-team-zulu/Zulu/blob/4b39d0a6118d43c272ac0fa191b08233b7b8b675/frontend/zulu/src/components/Login/register.component.js#L39-L64
vfullname
and update the state/div where needed.AuthService.createUser
to include it too: https://github.com/OSS-team-zulu/Zulu/blob/4b39d0a6118d43c272ac0fa191b08233b7b8b675/frontend/zulu/src/components/Login/register.component.js#L95-L98