Skip to content

Rename Statement Fields? #79

Description

@andyl

Currently we have statement fields which are used in Issue, Offer, and Contract.

  • stm_title
  • stm_body
  • stm_issue_uuid
  • stm_tracker_uuid
  • stm_status

The statement field names are the same across all classes, but the purpose differs:

  • Issue - holds the source data
  • Offer and Contract - 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 (eg stm_title -> src_title)
  • rename the fields on Offer and Contract (eg stm_title -> match_title)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions