GSA / ITDB-schema

IT Dashboard submissions schema, documentation and example files.
19 stars 24 forks source link

Security Investment Response File #144

Closed rydougherty closed 7 years ago

rydougherty commented 7 years ago

Name: Ryan Dougherty Organization: Booz Allen, supporting eCPIC PMO Urgency: High Description of Issue: Costs and Capabilities are returned in an unexpected manner through the Get Investment Response File for Security Investments. The parent node for the Costs and Capabilities table is <costsAndCapabilities>, and each individual Capability is also wrapped with the same <costsAndCapabilities> node. We are expecting a <costsandCapaility> node to wrap these individual capabilities.

Actual Response: `

2720 1 testingtesting 0.001000 0.001000 0.001000
</costsAndCapabilities>`

Expected Response: `

2720 1 testingtesting 0.001000 0.001000 0.001000
</costsAndCapabilities>`
rydougherty commented 7 years ago

Hi Nico- looks like some work was done on this issue last night. However, we are now seeing the <costsAndCapability> duplicated. Please see below:

      <costsAndCapabilities>
        <costAndCapability>
          <costAndCapability>
            <operation>add</operation>
            <capability>1</capability>
            <purposeOrOutcome>This is a test.</purposeOrOutcome>
            <PY>0.050000</PY>
            <CY>0.050000</CY>
            <BY>0.050000</BY>
          </costAndCapability>
          <costAndCapability>
            <operation>add</operation>
            <capability>21</capability>
            <purposeOrOutcome>No Phising here.</purposeOrOutcome>
            <PY>0.049000</PY>
            <CY>0.049000</CY>
            <BY>0.049000</BY>
          </costAndCapability>
       </costAndCapability>