-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
Road to 1.0
- Integration tests for the security middleware
- Review SecurityMiddlewareTest assertions (and label the data fixtures to see if we're hitting all the main points)
- Port DoctrineMiddlewarePass away from mocks (see https://github.com/thephpleague/tactician-bundle/blob/master/tests/DependencyInjection/Compiler/DoctrineMiddlewarePassTest.php for an example)
- Port CommandHandlerPassTest away from mocks
- Port ContainerBasedHandlerLocator away from mocks
- Fix incorrect docblocks (a number of them are missing type annotations, have old params, etc)
- Review Documentation
1.1
- Reduce complexity of main compiler pass
- Add Autowiring features (see RFC: Autowiring commands to handlers in Symfony 3.3+ #44)
- Add SecurityMiddlewarePassTest
- Add ValidatorMiddlewarePassTest
- Add tactician
- Add tactician:debug command to see command->handler service routing (see [WIP] tactician:debug CLI helper #73 )
- Review docs & changelog
1.2
- Split validator middleware into separate package?
2.0
- Support Tactician2...someday.
Misc
- Start reorganizing README into the wiki or multiple markdown files
chalasr and tyx