in6pio / Incipio

ERP pour Junior-Entreprises.
http://incipio.fr
GNU Affero General Public License v3.0
5 stars 5 forks source link

User index view #51

Closed theofidry closed 9 years ago

theofidry commented 9 years ago

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

theofidry commented 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?

xNok commented 9 years ago

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.

theofidry commented 9 years ago

@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:

theofidry commented 9 years ago

@xNok I still have to merge the PR on DunglasApiBundle and should work like a charm.