[DX] Add fixtures and example factories
NoResponseMate opened this issue · 0 comments
NoResponseMate commented
Dev setup is a bit lacking;
Right now after running fixtures, you need to also remember about first running the setup command and then the synchronization command. It would be nice to have a method of setting both of these actions to be triggered automatically via fixtures.
I'd see it as split between two nodes:
- the base association type
- triggering synchronization in sync (alternatively instead of a fixture this could be a listener after all have been run, but with a fixture, there'd be more flexibility)