codeforamerica / adopt-a-hydrant

A web application that allows citizens to "adopt" civic infrastructure, such as fire hydrants that need to be shoveled out after it snows.
http://adopt-a-hydrant.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
713 stars 233 forks source link

Show usr things, Issue #58 #78

Closed codeman869 closed 7 years ago

codeman869 commented 8 years ago

This is an implementation of issue # 58, to display only the current user's adopted hydrants. I created a new button in the sidebar that shows when a user is signed in. The controller calls a class method on the Thing model to retrieve the data array for the currently signed in user. New javascript method also clears all markers on the map before adding new Green markers which are currently adopted by the user.

codeman869 commented 7 years ago

Closed