Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: Task Management System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=73073]


Web application
MS Visual Studio 2005, C#, ASP.NET, MS SQL Server 2005

Description:
1. Every project has some number of tasks and employees. All tasks under a project can only be handled by these employees.
2. A task is assigned to only one employee at a time. Task can be forwarded to other employee of that project.
3. An employee can comment on his task, attach file with task, forward the task to other employee of its project and also can download attachment of his task.
4. There are two types of employee, named Admin and User. Both of the type must be an employee.
5. A user can only comment on his task, attach file with task, forward the task to other employee of its project and also can download attachment of his task.
6. An Admin user has some extra privilege including all privilege of a user.
• Admin can create project, edit project information, add / remove employee to a project and can close a project.
• Admin can create task, edit task information and close task.
• Admin can create employee, edit employee information.
• Admin can set user type.
• Admin can view project, task , task history, employee reports(Crystal Report)


*While creating a project Admin will be a member of the project by default.
*A project can only be closed if its entire tasks are close.
7. All types of user must log in by user ID and password. According to their type there will be different privilege, as discus earlier.