Closed theofidry closed 9 years ago
@xNok could you take a little look at the added tests and changes in the BaseController
and ApiClient
to tell me if it's clear enough?
You have refactor for request in BaseContoller - OK
I have take a look at your added tests. I have also start writing basic test and I should write behat step definition to run it.
@xNok almost everything should be good for the first version. I'm still finishing the forms (just the link lacking I think) and it should be good.
What's left after that:
@xNok I still have to merge the PR on DunglasApiBundle and should work like a charm.
Related to #50.
Objective: provide the basic structure of the users management with all the view. Work on easing the process for CRUD handling by providing a good example of the API calls, instantiation of forms, creation of forms and such.
Features
Changes
FrontBundle\Client\ApiClientInterface
has now asend()
method andFrontBundle\Client\ApiClient
implements itFrontBundle\Controller\BaseControllerInterface
to specify some helpers useful for all controllers of theFrontBundle
;FrontBundle\Controller\BaseController
now implements itBaseController
to ease the calls of the client and the decoding of responsesUser
Tests
Bugfix
types