copy data from submissionGuideline to body in RfpMetadata's content
have application rely on body
Note: removing submissionGuideline in a followup PR to keep inline with best practice of (1) new data & logic, then (2) remove old unused data & logic
Motivation & Context
The purpose of an RFPs body is to describe it's purpose and guide proposals, serving the same utility as "Submission guidelines". They should be one data field in reality.
Doing this now to before self-serve RFP to not produce more data & logic that will need to be overridden
Steps to test
Go to an RFP, observe how submission guidelines are still intact
Propose to the RFP, notice how submission guidelines are still intact
Everything should be the exact same and the change unnoticeable
What's included in this pr + description
submissionGuideline
tobody
in RfpMetadata'scontent
body
Note: removing
submissionGuideline
in a followup PR to keep inline with best practice of (1) new data & logic, then (2) remove old unused data & logicMotivation & Context
Steps to test