Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
3.67/5 (3 votes)
Hi,

I have a one Web application...named Task Management System.

one is the admin user who assign the some task to the her employee

and other user are employee who sees the task assigned by admin after login in a application

But the problem is that when emloyee login in a application at that he requires to check the task whether the task is given by admin or not by using view task option

But i wants whenever employee login into the application task page (dash board) Must be shown to him..if admin assigns the task, without Performing the view task option

please provide a solution..

thanks in advance
Posted

 
Share this answer
 
I think you are thinking in the right direction.

Once a member logs in (I am sure that at this point you know that login is for a member and what is his member id), pickup all the tasks assigned to that member using member id and populate a grig on the dashboard.
Provide hyperlink for each task - by clicking on which member can directly go the task and view details for the same.

Dashboard is the default home page for each user (member/admin)
Also you can add chart/charts showing the number of tasks completed, assigned, pending, in-progress, rejected and so on.

~Amol
 
Share this answer
 
Comments
wings_ 28-Sep-12 8:18am    
yes sir I got some valuable hint from you
Amol_27101982, India 28-Sep-12 8:24am    
Go for it…
wings_ 28-Sep-12 8:34am    
i will try..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900