Contact Management Front End
Contact Management Front End
Screen 1: Login Form: This is like a home page which is shown to user
Before login user has to register hence user will click on Create Profile which will show below screen;
Screen2: Registratio Form, if you try to missout any field a validation error must be shown in the
page
When user registers it redirects to login as below
Now the user will login with 5021 and password which will
not have any contacts by default, when he logs in if the
authentication fails below would be the error.
When the user enters correct userid and password user will
be taken to dashboard
Notice the paths like profile/5021/dashboard, and the
Total Contacts in the dashboard, settings link, profile
summary,
You can add contacts, but notice the url it always have
the userId after profile like profile/5021/addContacts,
you can add contacts now
Now you can click on dashboard that shows the contact
count as 1, earlier it was 0, you can add any number of
contacts
Again notice the url which has the 5021, you will always
have the userId in the url that’s how you will make a call
to the back end server, After adding few more user this
would be the dashboard
You will see a delete button and also the url is now
profile/5021/showAllContacts
If you delete contact you will see a message
When you delete all contacts you will see the message like
below
You can change the profile by visiting the settings which
is a drop down like below:
You can delete the contact if you would like, this search
component make use of show all components internally