getcahoots / api

The RESTful API
http://cahoots.pw
MIT License
1 stars 0 forks source link

Implement mechanism for updating persons and organizations #2

Closed akoenig closed 9 years ago

akoenig commented 9 years ago

The PersonService exposes one method for storing a person: save(). It handles inserting new persons at the moment. This functionality should be expanded to trigger an update of existing persons as well.

akoenig commented 9 years ago

Done in the new provider architecture.