You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bundle should make it clear what's needed to make it work, e.g. by using interfaces
The bundle should make validation as easy and quick as possible i.e. perform as much static analysis as possible of the project's usage of this bundle
The bundle should support multiple HTTP methods for a single route
The bundle should support nested structures and arrays in MapRequestPayload
The bundle should automatically add the correct response for failed validation when using MapQueryString and MapRequestPayload
The bundle should support API responses which contain additional structures such as messages/notifications or a status Refactor to use looser coupling #3
The bundle should use the new Symfony\Component\Routing\Attribute\Route instead of the deprecated Symfony\Component\Routing\Annotation\Route namespace Refactor to use looser coupling #3
While #3 brings us closer to an easy-to-use bundle there are several things I envision to make this bundle ready for version 1.0.
Please note: this vision itself is still WIP
MapRequestPayload
MapQueryString
andMapRequestPayload
Symfony\Component\Routing\Attribute\Route
instead of the deprecatedSymfony\Component\Routing\Annotation\Route
namespace Refactor to use looser coupling #3The text was updated successfully, but these errors were encountered: