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.
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.