Suggest me a different job!
-
We've got a video recording from our client. It's about their current application(windows application) usage. In this video the presenter navigated us to different screens showing how they do their stuff. For example generating bill and its summary. Our task is to create a new web application that will be replacing this old windows application. Now, Mr. PM wants us to suggest estimated time. Task 1: Go through the video and take screen shots. Task 2: Create an excel sheet and write estimated time for UI and Back-End for each screen. What's interesting is we don't have an iota of idea what happens in the background when the user clicks, say button 'Generate Summary'. We are totally unaware of the business logic. :wtf: Another interesting fact is that there are plenty of buttons on each screen and the client only used one or two in many cases. So, we know that 'Generate Summary' takes us to another screen but we don't know what the other buttons does? :doh: Here comes another bomb from Mr. PM: "Please include the estimates for those other buttons on the screen as well." :(( What about selling burgers?
Reject it until you get a proper specification sheet :thumbsup:
if(this.signature != "")
{
MessageBox.Show("This is my signature: " + Environment.NewLine + signature);
}
else
{
MessageBox.Show("404-Signature not found");
} -
First estimate how much Time do you need to prepare this Time Estimation! Or is it already estimated by Mr. PM :|
Yup. He has already come up with the estimate to estimate. Befor EOD!
-
:laugh: Good one.
-
In the Summary they add up their input and write it to a database. Expect that after the buttons comes some selection. I would make a "fat estimation" and discuss. Selling burgers isnt an alternative. What about buying a farm "somewhere in the nowhere" :rolleyes:
Press F1 for help or google it. Greetings from Germany
Yeah. "Fat Estimation" can be an option for what we see. What about estimating something that we have not even seen? BTW, do you know any place at "nowhere"?
-
Zafar Sultan wrote:
What about selling burgers?
Can I have two please, one with cheese and bacon, and would there be any chance of dropping an egg on top?
Some men are born mediocre, some men achieve mediocrity, and some men have mediocrity thrust upon them.
Sure sir. Let me estimate the time to prepare that one for you. :laugh:
-
Its simple to figure out the estimate for this project, its the duration of the video recording!
"Coming soon"
Okay. Let's start working on it :-\
-
Reject it until you get a proper specification sheet :thumbsup:
if(this.signature != "")
{
MessageBox.Show("This is my signature: " + Environment.NewLine + signature);
}
else
{
MessageBox.Show("404-Signature not found");
}Me: I can't do that until I get a proper specification sheet. Mr. PM: Then prepare a proper specification sheet first! (That's my prediction. And it's quite accurate based on the past events ;P )
-
Zafar Sultan wrote:
What about selling burgers?
Is that the function for the other buttons?
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Zafar Sultan wrote:
What about selling burgers?
Is that the function for the other buttons?
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
I hope not :laugh:
-
We've got a video recording from our client. It's about their current application(windows application) usage. In this video the presenter navigated us to different screens showing how they do their stuff. For example generating bill and its summary. Our task is to create a new web application that will be replacing this old windows application. Now, Mr. PM wants us to suggest estimated time. Task 1: Go through the video and take screen shots. Task 2: Create an excel sheet and write estimated time for UI and Back-End for each screen. What's interesting is we don't have an iota of idea what happens in the background when the user clicks, say button 'Generate Summary'. We are totally unaware of the business logic. :wtf: Another interesting fact is that there are plenty of buttons on each screen and the client only used one or two in many cases. So, we know that 'Generate Summary' takes us to another screen but we don't know what the other buttons does? :doh: Here comes another bomb from Mr. PM: "Please include the estimates for those other buttons on the screen as well." :(( What about selling burgers?
-
We've got a video recording from our client. It's about their current application(windows application) usage. In this video the presenter navigated us to different screens showing how they do their stuff. For example generating bill and its summary. Our task is to create a new web application that will be replacing this old windows application. Now, Mr. PM wants us to suggest estimated time. Task 1: Go through the video and take screen shots. Task 2: Create an excel sheet and write estimated time for UI and Back-End for each screen. What's interesting is we don't have an iota of idea what happens in the background when the user clicks, say button 'Generate Summary'. We are totally unaware of the business logic. :wtf: Another interesting fact is that there are plenty of buttons on each screen and the client only used one or two in many cases. So, we know that 'Generate Summary' takes us to another screen but we don't know what the other buttons does? :doh: Here comes another bomb from Mr. PM: "Please include the estimates for those other buttons on the screen as well." :(( What about selling burgers?
-
You need to try to make him understand that this is not possible. Any estimation of design and development will be dependent on requirements. Another approach could be 2 days per control on screen (including labels and anything you see).
I would like to go with the second approach. Two days for each label(different numbers for other controls) :laugh: :thumbsup:
-
ask your client to provide the source code of windows application and you can check yourself what those button do when clicked.
Ravi Khoda
Yes Ravi. You are spot on. If I were him, I would have asked the client straight away for the source code. At least it could have been of so much help to come up with idea how complex the application is. But, there is always a but...
-
Yes Ravi. You are spot on. If I were him, I would have asked the client straight away for the source code. At least it could have been of so much help to come up with idea how complex the application is. But, there is always a but...
Even your PM can do that.. this is the whole idea of re-useability, You are just converting the UI of the application by making a web application so , business logic would be same for both so there is no meaning to build every thing from start. Use existing stored procedures , some class may also be reusable from the window application if the code was done properly. and if your PM can not understand this common thing...All the best for the project.
Ravi Khoda
-
Yes Ravi. You are spot on. If I were him, I would have asked the client straight away for the source code. At least it could have been of so much help to come up with idea how complex the application is. But, there is always a but...
-
Zafar Sultan wrote:
If I were him
Why are you waiting for him to get this idea? As a developer/designer/technical guy, isn't it your responsibility to suggest this?
What do you think a sane developer/designer/technical guy would do? I have already asked him to get the source code to look at. The Reply: We won't get the source code. It is their sole property. They can't share it.
-
We've got a video recording from our client. It's about their current application(windows application) usage. In this video the presenter navigated us to different screens showing how they do their stuff. For example generating bill and its summary. Our task is to create a new web application that will be replacing this old windows application. Now, Mr. PM wants us to suggest estimated time. Task 1: Go through the video and take screen shots. Task 2: Create an excel sheet and write estimated time for UI and Back-End for each screen. What's interesting is we don't have an iota of idea what happens in the background when the user clicks, say button 'Generate Summary'. We are totally unaware of the business logic. :wtf: Another interesting fact is that there are plenty of buttons on each screen and the client only used one or two in many cases. So, we know that 'Generate Summary' takes us to another screen but we don't know what the other buttons does? :doh: Here comes another bomb from Mr. PM: "Please include the estimates for those other buttons on the screen as well." :(( What about selling burgers?
I've seen this type of presentation before. Sounds to me like the application (and vendor?) are overseas contractors.
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"As far as we know, our computer has never had an undetected error." - Weisert
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
-
What do you think a sane developer/designer/technical guy would do? I have already asked him to get the source code to look at. The Reply: We won't get the source code. It is their sole property. They can't share it.
if possible at least ask for the exe file with test database. i think client won't have a problem in doing that. best idea is don't give any estimate, prepare a query document first. ask them about whatever you don't understand during the video session. Try to get the maximum information from client and after that you might be able to give some rough estimate of the project.
Ravi Khoda
-
if possible at least ask for the exe file with test database. i think client won't have a problem in doing that. best idea is don't give any estimate, prepare a query document first. ask them about whatever you don't understand during the video session. Try to get the maximum information from client and after that you might be able to give some rough estimate of the project.
Ravi Khoda
Thanks for your valuable suggestion Ravi. :thumbsup:
-
What do you think a sane developer/designer/technical guy would do? I have already asked him to get the source code to look at. The Reply: We won't get the source code. It is their sole property. They can't share it.
OK, in that case we need either 1. Workshops between people from previous and current organisation who know the business processes 2. A working application set up for you can try and figure out what is going on. ( and also try decompile it if that is allowed)