🖇 for field mapping (linking)
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
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue requesting the emoji.
isn't this already covered by either 🗃️ (database-related) or 👔 (business logic)? it seems too specific.
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?