Here are the two registration pages in our web application.
01. The user registration Page
02. The admin registration Page
Form validations and feedbacks are used to give a better user experience.
Clients have to fill all the fields correctly in the forms to enable the submit button.
The button provided in left top corner directs user to the home page.
Here are the two login pages in our web application.
01. The user login Page
02. The admin admin Page
02. The error message if the credentials are not valid.
Form validations and feedbacks are used to give a better user experience.
The user have to provide the correct credential to login to the system.
If the credentials are not matching it will display the error message. With error message, links back to the login page or
password recovery are provided.
Also in the login pages we have provided a link to password recovery. Users can reset their password using this link.
These are the pages in user dashboard.
There is a home tab, photos tab, location tab and a contact tab.
In photos tab user can see the photos taken by devices connected to his profile. Also there is a option to connect new devices
with the profile.
The map provided in location tab pinpoints all the location of devices connected to users profile.
Here are the pages in admins dashboard. The user tab will show all the user requests to the system.
Admin can see details and the letter uploaded by each user by clicking on a request in the list.
Then they can submit or reject the request. If they are rejecting the request, they have to provide the reason for the rejection
in given text box.
This is the home page of our web application. Clients can login to there accounts by click on the log in button.
The get started button directs clients to user registration form.
The button provided in the right bottom corner provides a link to contact us via emails.
There are two pages for password recovery process. The first one is for reqest a password recovery.
Here, user have to enter the email of his account and submit.
If the entered email is valid, it will show up the success message. Else, it will showup the error message.