Skip to content

Settings Page

siddharthakonakanchi edited this page Nov 8, 2017 · 5 revisions

Settings page enables user to modify the details like Email address, Name, Date of Birth , Location and Hometown

This page is done with reference to meetup.com/settings and can be navigated from home page through /settings url

Upon landing to setting page user can view all the details that was mentioned during the creation of account.

In order to edit the details . The website provides edit hyperlink adjacent to each field of the details.

Clicking the hyper link will show up an edit text box where the user can make changes and click on submit . There is an option to cancel the changes through cancel button, when clicked it will navigate to the settings page

Technical details

Method getUser This method will be called at the time of page loading and will fetch all the details of the user based on user id and will return a JSON object. This JSON object is passed to UI logic for display purposes

Method UpdateDetails This method will be used to update the user made changes on the MongoDb

Tables Used There is a table named User in order to implement entire setting logic

Clone this wiki locally