-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Currently we have statement fields which are used in Issue, Offer, and Contract.
stm_titlestm_bodystm_issue_uuidstm_tracker_uuidstm_status
The statement field names are the same across all classes, but the purpose differs:
Issue- holds the source dataOfferandContract- query values used to match and evaluate
For our field-names to be more intention revealing, probably it would be good to either:
- rename the fields on
Issue(egstm_title->src_title) - rename the fields on
OfferandContract(egstm_title->match_title)