gitmoji icon indicating copy to clipboard operation
gitmoji copied to clipboard

🖇 for field mapping (linking)

Open BrianL-STCU opened this issue 1 year ago • 2 comments

Emoji symbol

🖇

Emoji code

(none)

Emoji description

Mapping properties or fields between objects

Describe the use case of your emoji

This would indicate work that links object properties or database fields from a source to a destination, or translates a model's values into a different model's set of values.

Is this use case covered by an existing emoji?

No ❌

Does this emoji fall into the "how" or the "what" category?

  • [X] This proposal do not describe "how" a commit was made, but does in fact describe "what" is the contents of the commit about.

Examples

🖇 Map loan relationships from database relationship records 🖇 Map core transaction object to CUFX standard object 🖇 Convert system mail code to vendor mail code

Validations

BrianL-STCU avatar Aug 14 '24 21:08 BrianL-STCU

isn't this already covered by either 🗃️ (database-related) or 👔 (business logic)? it seems too specific.

cruzdanilo avatar Mar 17 '25 16:03 cruzdanilo

A lot of times, it deals with mapping the fields from one API's properties to another. There isn't generally enough business logic defined around it that I would think about it as something a subject matter expert had made decisions and requests for, it's just a simple mapping of one object schema to the other. Maybe something like ETL would be a better description?

BrianL-STCU avatar Mar 18 '25 17:03 BrianL-STCU