cse442-fall-2019-offering / Trekbook

442projects-trekbook created by GitHub Classroom
2 stars 0 forks source link

Persistent Map Pins #81

Open Orrbit opened 5 years ago

Orrbit commented 5 years ago

User Story:

As a logged in user, I want to be able to see all of the pins that I have previously dropped on the map before logging out so that I can create a history of where I have been.

Description:

We will need to be able to send pin information to the backend and tie a specific geo tag to a User ID. { "user_id": 1, "title": "title test", "description": "description test", "latitude": 12.2342353, "longitude": 234.235346 }

Acceptance Criteria