• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Databases and Fields

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Databases and Fields

    Morning All,

    Can anyone of you very clever dev guys give me a steer on this?

    We are working with our dev team on canonical data models for use in Biztalk etc.

    So we have found that during our mapping session there are two pieces of data needed by downstream systems which we do not store at present.

    However the other 40 pieces of data we have are ready to go.

    My view is that we should get what we have ready to go and working and add in the two missing fields at a later point when the business have decided what it should contain.

    But the dev team say that it takes as much effort to 2 extra fields to the data transfer scheme as it does to add in the first 40.

    My view is they are taking the mickey however can I get an unbiased view on this from you lot?

    Ta


    oPM

    #2
    Originally posted by original PM View Post
    Morning All,

    Can anyone of you very clever dev guys give me a steer on this?

    We are working with our dev team on canonical data models for use in Biztalk etc.

    So we have found that during our mapping session there are two pieces of data needed by downstream systems which we do not store at present.

    However the other 40 pieces of data we have are ready to go.

    My view is that we should get what we have ready to go and working and add in the two missing fields at a later point when the business have decided what it should contain.

    But the dev team say that it takes as much effort to 2 extra fields to the data transfer scheme as it does to add in the first 40.

    My view is they are taking the mickey however can I get an unbiased view on this from you lot?

    Ta


    oPM
    I'm surprised that it just takes the same time again. Biztalk moves formatted xml documents around processes and end points, field changes result in new xml documents and requires everything being reconfigured.

    Surely the solution is to include the two fields now (as optional parameters) and write everything to handle both scenarios.....
    merely at clientco for the entertainment

    Comment


      #3
      Originally posted by eek View Post
      I'm surprised that it just takes the same time again. Biztalk moves formatted xml documents around processes and end points, field changes result in new xml documents and requires everything being reconfigured.

      Surely the solution is to include the two fields now (as optional parameters) and write everything to handle both scenarios.....
      yeah you would think...

      but then extra code is being written....

      generally I think they want to do the bare minimum and so requirements must be 100% nailed down and not change.....

      hmmm

      Comment


        #4
        Originally posted by original PM View Post
        yeah you would think...

        but then extra code is being written....

        generally I think they want to do the bare minimum and so requirements must be 100% nailed down and not change.....

        hmmm
        but no extra code is being written.

        doing the work upfront to handle the two fields means that you only have to develop once and only have to test once (although granted you will be testing two types of input).

        Didn't you use to do Biztalk development? Its always hated change for the sake of it.....
        merely at clientco for the entertainment

        Comment

        Working...
        X