This PR updates the bulk upload process to also create any organizations and organization-proposal relationships for the proposals being uploaded.
Note that this PR follows a similar pattern to the old "applicant" logic, and uses magic / hard-coded base field short codes which may or may not actually exist in the database. There's an open issue to explore possibly finding a way to possibly improve this approach / make the code base itself uncoupled from any given short codes: #922.
This PR updates the bulk upload process to also create any organizations and organization-proposal relationships for the proposals being uploaded.
Note that this PR follows a similar pattern to the old "applicant" logic, and uses magic / hard-coded base field short codes which may or may not actually exist in the database. There's an open issue to explore possibly finding a way to possibly improve this approach / make the code base itself uncoupled from any given short codes: #922.
Resolves #902