Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Suggest me a different job!

Suggest me a different job!

Scheduled Pinned Locked Moved The Lounge
designbusinesstutorialquestioncareer
47 Posts 29 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H HobbyProggy

    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");
    }

    Z Offline
    Z Offline
    Zafar Sultan
    wrote on last edited by
    #16

    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 )

    1 Reply Last reply
    0
    • D devenv exe

      Its simple to figure out the estimate for this project, its the duration of the video recording!

      "Coming soon"

      Z Offline
      Z Offline
      Zafar Sultan
      wrote on last edited by
      #17

      Okay. Let's start working on it :-\

      1 Reply Last reply
      0
      • OriginalGriffO OriginalGriff

        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...

        G Offline
        G Offline
        Gittum
        wrote on last edited by
        #18

        :thumbsdown: :laugh:

        1 Reply Last reply
        0
        • Z Zafar Sultan

          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?

          D Offline
          D Offline
          dan sh
          wrote on last edited by
          #19

          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).

          Z 1 Reply Last reply
          0
          • OriginalGriffO OriginalGriff

            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...

            Z Offline
            Z Offline
            Zafar Sultan
            wrote on last edited by
            #20

            I hope not :laugh:

            1 Reply Last reply
            0
            • Z Zafar Sultan

              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?

              R Offline
              R Offline
              ravikhoda
              wrote on last edited by
              #21

              ask your client to provide the source code of windows application and you can check yourself what those button do when clicked.

              Ravi Khoda

              Z 1 Reply Last reply
              0
              • D dan sh

                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).

                Z Offline
                Z Offline
                Zafar Sultan
                wrote on last edited by
                #22

                I would like to go with the second approach. Two days for each label(different numbers for other controls) :laugh: :thumbsup:

                1 Reply Last reply
                0
                • R ravikhoda

                  ask your client to provide the source code of windows application and you can check yourself what those button do when clicked.

                  Ravi Khoda

                  Z Offline
                  Z Offline
                  Zafar Sultan
                  wrote on last edited by
                  #23

                  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...

                  R D 2 Replies Last reply
                  0
                  • Z Zafar Sultan

                    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...

                    R Offline
                    R Offline
                    ravikhoda
                    wrote on last edited by
                    #24

                    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

                    1 Reply Last reply
                    0
                    • Z Zafar Sultan

                      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...

                      D Offline
                      D Offline
                      dan sh
                      wrote on last edited by
                      #25

                      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?

                      Z 1 Reply Last reply
                      0
                      • D dan sh

                        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?

                        Z Offline
                        Z Offline
                        Zafar Sultan
                        wrote on last edited by
                        #26

                        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.

                        R D 2 Replies Last reply
                        0
                        • Z Zafar Sultan

                          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?

                          W Offline
                          W Offline
                          W Balboos GHB
                          wrote on last edited by
                          #27

                          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

                          1 Reply Last reply
                          0
                          • Z Zafar Sultan

                            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.

                            R Offline
                            R Offline
                            ravikhoda
                            wrote on last edited by
                            #28

                            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

                            Z 1 Reply Last reply
                            0
                            • R ravikhoda

                              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

                              Z Offline
                              Z Offline
                              Zafar Sultan
                              wrote on last edited by
                              #29

                              Thanks for your valuable suggestion Ravi. :thumbsup:

                              1 Reply Last reply
                              0
                              • Z Zafar Sultan

                                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.

                                D Offline
                                D Offline
                                dan sh
                                wrote on last edited by
                                #30

                                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)

                                1 Reply Last reply
                                0
                                • Z Zafar Sultan

                                  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"?

                                  M Offline
                                  M Offline
                                  Marco Bertschi
                                  wrote on last edited by
                                  #31

                                  Zafar Sultan wrote:

                                  BTW, do you know any place at "nowhere"?

                                  Here[^]

                                  "A property doesn't have to be a Property to be a property." - PIEBALDConsult

                                  M 1 Reply Last reply
                                  0
                                  • Z Zafar Sultan

                                    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?

                                    K Offline
                                    K Offline
                                    Keith Barrow
                                    wrote on last edited by
                                    #32

                                    Relevant Book title http://www.andrewsmcmeel.com/catalog/detail?sku=9780740755330[^]

                                    KeithBarrow.net[^] - It might not be very good, but at least it is free!

                                    1 Reply Last reply
                                    0
                                    • Z Zafar Sultan

                                      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?

                                      M Offline
                                      M Offline
                                      Mycroft Holmes
                                      wrote on last edited by
                                      #33

                                      $52 per hour by 2 developers + $65 per hour for a PM, Hours to be determined when a decent specification is supplied. Mr PM is an idjit, taking the job on these requirements would reflect badly on you guys.

                                      Never underestimate the power of human stupidity RAH

                                      1 Reply Last reply
                                      0
                                      • Z Zafar Sultan

                                        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?

                                        L Offline
                                        L Offline
                                        Lost User
                                        wrote on last edited by
                                        #34

                                        Zafar Sultan wrote:

                                        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:

                                        For the other buttons --> alert('E_NOTIMPL'); simple ;P

                                        There are strangers on the Plain, Croaker

                                        1 Reply Last reply
                                        0
                                        • Z Zafar Sultan

                                          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?

                                          R Offline
                                          R Offline
                                          R Erasmus
                                          wrote on last edited by
                                          #35

                                          Sounds to me that some of the requirements are still a bit vague. In the time estimation leave space for 'this time is an unknown which is dependant on what this button is suppose to actually does which we are not clear about'. At the end of the day you'll give them an estimation and leave yourself room to change the estimation. You are in any case going to get a couple of understanding of some requirements wrong because of miss communication. They will in any case change or add a couple of requirements as they start using the product. Make sure that they know that the estimation is dependent on the current requirements as agreed to by you. That any changes would change the cost. Make sure that they don't take advantage of your developers... e.g. slip in a requirement or two without following strict processes. Add a percentage to the estimate for unknown issues that may arise. In my experience there are always setbacks unaccounted for.

                                          "Program testing can be used to show the presence of bugs, but never to show their absence." << please vote!! >>

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups