yoanbernabeu / Airtable-Client-Bundle

Simple Client for Airtable API
MIT License
33 stars 12 forks source link

[Feature request] Data Mapping #37

Open TBoileau opened 9 months ago

TBoileau commented 9 months ago

Is your feature request related to a problem? Please describe. No, it's not a feature related to a problem.

Describe the solution you'd like The idea is to implement the Data Mapping pattern for Airtable. The aim is to use the same concepts as Doctrine, only simpler of course.

Describe alternatives you've considered We're going to take up the main Doctrine patterns, which are Repository, Data Mapping and Proxy. The aim is to reproduce the same logic:

Additional context To be seen if I intend to document (videos or streams) the implementation.

Now there's the question of the relevance of such a solution...

liorchamla commented 9 months ago

Let's go for a live stream implementing Data Mapping on this ^^