Skip to content

Admin Panel

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

Admin has whole control of the project. There are three option that an admin 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

Add an Employee

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

Requirements:

. Name of the employee . Email of the employee . Password . Phone number

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

Add a new project

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

Requirements:

. Name of new project

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

Assign a Task

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

Requirements:

. Name of employee . Description(optional) . Project name

Once all the details were entered, on clicking to "Assign Task" new task can be assigned. Admin 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.

Any notifications for admin is displayed on the notification block. Admin can read the notifications on clicking on "See all notifications" link.

User Profile

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

Clone this wiki locally