NottingHack / hms2

Version 2 of our Hackspace Management System
MIT License
13 stars 14 forks source link

Entity Mapping: YAML Deprecated #604

Open dpslwk opened 1 month ago

dpslwk commented 1 month ago

At some point we need to migrate to another mapping method

XML this would keep the mappings separate from the Entities, but ugh XML

PHP Attributes this would move the mappings back into the Entity but might be easier to work with than XML