camilosampedro / Aton

Open web computer laboratory administrator
http://camilosampedro.github.io/Aton
GNU General Public License v3.0
14 stars 12 forks source link

Add a method to get the laboratory list as JSON #46

Open camilosampedro opened 8 years ago

camilosampedro commented 8 years ago

On controllers.LaboratoryController add a method getAll that returns all laboratory as a single JSON list.

Existing LaboratoryService should be used for obtaining the Laboratory list.

This might be a migration from the controllers.api.LaboratoryController.listAll method that will be deleted soon.

gregori commented 7 years ago

Hello, I was checking this issue, but it seems it's already implemented?