Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Add API endpoints for allowing users to manage places they are interested in receiving alerts for #37

Open
aub opened this issue Feb 16, 2017 · 0 comments
Assignees
Projects

Comments

@aub
Copy link
Contributor

aub commented Feb 16, 2017

The resident needs to be able to specify any number of places that they would like to monitor, and they need to be able to edit and delete these places as well. We will need:

  1. An endpoint that accepts a name, lat/lon, and address and creates a new place for monitoring. The place should be attached to the resident's account, and the endpoint should return a JSON document representing the place including its id.
  2. An endpoint that returns all of the places attached to a resident's account.
  3. An endpoint that allows deletion of a place by id.
  4. An endpoint that allows changing the place by id, by providing a new name, lat/lon, and/or address.
@aub aub created this issue from a note in Development (Approved Stories) Feb 16, 2017
@aub aub self-assigned this Feb 16, 2017
@aub aub moved this from Active Stories to In Progress in Development Feb 16, 2017
@aub aub changed the title Add API endpoints for allowing users to manage locations they are interested in receiving alerts for Add API endpoints for allowing users to manage places they are interested in receiving alerts for Feb 16, 2017
@aub aub moved this from In Progress to Validate in Development Feb 17, 2017
@aub aub closed this as completed in #41 Feb 18, 2017
@aub aub reopened this Feb 20, 2017
@aub aub moved this from Validate to Complete in Development Feb 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development
Complete
Development

No branches or pull requests

1 participant