hackzilla-project / TicketBundle

Bundle provides multilingual ticketing functionality for Symfony applications.
http://hackzilla.org
MIT License
64 stars 43 forks source link

[WIP] 4.x #223

Closed hackzilla closed 2 years ago

hackzilla commented 2 years ago

Symfony v5 support and partially v6.

@phansys I'm trying to merge your other branches as well as making my own updates.

phansys commented 2 years ago

@phansys I'm trying to merge your other branches as well as making my own updates.

IIRC, the current branching strategy was using master as alias for the upcoming 4.x version. But maybe I'm missing something.

hackzilla commented 2 years ago

I've been working on it today. I've got a lot more of the unit tests passing.

Still got issues around entity mapping.

hackzilla commented 2 years ago

@phansys I've completely abandoned using doctrine compilers to build up the entities. Cerad suggested I use Maker to build the entities.

Whilst my implementation is a tad tacky, it is working really well. I've updated the Ticket Demo App to prove that it works. https://github.com/hackzilla-project/TicketBundleDemoApp/tree/v4