Skip to content

Admin Panel

vinay-km edited this page Oct 21, 2019 · 52 revisions

2 Admin Panel

User has whole control of the project. There are three option that an user can do.

  1. User can add a new employee
  2. User can add a new project
  3. User can assign new task for particular employee

2.1 Adding employee

User only can can add new employees. "+user" link is given to switch to the page were user can add new employee.

2.1.1 Requirements:

  1. Name of the employee
  2. Email of the employee
  3. Password
  4. Phone number

Once the details were entered, on clicking to "Add user" button new employee can be added. User can view total number of users who are working currently, at user panel.

2.2 Adding project

Only user has the access to add new project. "+projects" link is given to switch to the page were user can add new project.

2.2.1 Requirements:

  1. Name of new project

Once the name pf project is entered, on clicking to "Add Project" button, new project can be added. User can view total number of projects that are running currently, at project panel.

2.3 Assigning task

User can assign new task to a particular user. "+task" link is given to switch to the page were user can assign task.

2.3.1 Requirements:

  1. Name of employee
  2. Description(optional)
  3. Project name

Once all the details were entered, on clicking to "Assign Task" new task can be assigned. User can view total number of tasks that are running currently, at task panel.

The Project chart in the admin view shows the complete status of the projects at different time intervals. The Activities table in the admin view shows the complete information about all the projects with status and editing options. Admin can modify or delete the entry by clicking on the icons.

If there is any notifications for user, that will be displayed on the notification block. User can read the notifications on clicking on "See all notifications" link.

2.4 User Profile

On clicking to a profile picture, there are two links available.

  1. Profile
  2. Logout

2.4.1 Profile:

User can change password picture in the profile page. On clicking to the profile picture user will be prompted into a form where profile picture can be selected. Once the the "upload" button is clicked, profile picture will be uploaded.

User can change the password in profile page. In order to change password there are three fields that is, old password, new password and confirm password.

2.4.2 Logout

User can logout by clicking logout button.

Clone this wiki locally