Hello,
I need a simple task manager that it will be showed in the main page of a website so the employess can see these tasks to work on. It should have the following characteristics:
1) A form to create tasks (administrator)
? ? ? a) The task will be assigned to a store so any employee can see the tasks.
? ? ? ? b) This form should have filters to get? tasks by status and date.?
? ? ? c) The administrator could delete or edit? any task.
? ? ? d)? This form should show by default the? "to do", "working on" status? always and also? the? "finished" but filtered by today's date.
? ? ? ?
2) A form to view the tasks (employees)
? ? ? a) There should be a status to know if the task has been completed. (to do, working on, finished) A employee can update the status. Only? the "to do" and "working on"? status? will appear? when they enter to the website? but they can use filters to review? older tasks.
? ? ? b)? When a task is updated it will? save? the employee who updates the task and also there should be a? comment field in case the employee needs to? write comments.
? ? ? c) This form should have filters to get data by status and date.
? ? ? d)? This form should show by default the? "to do", "working on" status? always and also? the? "finished" but filtered by today's date.
3) The tables will have some extra fields that I will give you.
It has to be done in asp.net 3.5 using C# and Linq.
I need to know how will do it, so it will be nice if you can give me? a prototype just to get the idea of how it will work. You can do a simple paper drawing, take a picture of it or? scan it and send it to me for approve or in a spread sheet.