-
Notifications
You must be signed in to change notification settings - Fork 0
Admin Panel
Admin has whole control of the project. There are three option that an admin can do.
- User can add a new employee
- User can add a new project
- User can assign new task for particular employee
Admin only can can add new employees. "+user" link is given to switch to the page were admin can add new employee.
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. Admin can view total number of users who are working currently, at user panel.
Only admin has the access to add new project. "+projects" link is given to switch to the page were admin can add new project.
1 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.
Admin can assign new task to a particular user. "+task" link is given to switch to the page were admin can assign task.
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. 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.
On clicking to a profile picture, there are two links available. 1 profile 2 logout