simflex
02-21-2003, 08:28 PM
I have a requirement to implement three features for a client.
One is a click titled view active requests. When client requests are processed, they are given a status of "open", "on hold", "completed", "new", "cancelled".
So we have to capture which requests are still active, all of the requests, and which requests are handled by a specific developer; hence we have features like:
View Active Requests,
View All Requests,
View My Request.
The first two have been captured.
The last one, View My Request, I am having problem with.
Can someone please give me some ideas of how to go about implementing this spec, please.
I have thought about using developer's login to capture which requests she/he is working on. I couldn't get my thought together on that.
Your help is highly appreciated.
One is a click titled view active requests. When client requests are processed, they are given a status of "open", "on hold", "completed", "new", "cancelled".
So we have to capture which requests are still active, all of the requests, and which requests are handled by a specific developer; hence we have features like:
View Active Requests,
View All Requests,
View My Request.
The first two have been captured.
The last one, View My Request, I am having problem with.
Can someone please give me some ideas of how to go about implementing this spec, please.
I have thought about using developer's login to capture which requests she/he is working on. I couldn't get my thought together on that.
Your help is highly appreciated.