Skip to content

Ensured exactly 1 CRP per CPS per CapabilityRequest

Sam Kagan requested to merge change-crp-answer-to-list into main

In the process:

  • Changed CRP.answer to a list
    • Added exceptions to TOM generator when FS or SS childrens' answers have different lengths
    • Made an ORM type adapter JSONList to convert db-level JSON to List[JSON] in middle layer, but conversions ended up being no-ops.

Merge request reports