Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Schema/Model for Saved Dropped Pins, Saved Directions, and Search History #30

Closed
jkwening opened this issue Jan 21, 2018 · 1 comment
Assignees

Comments

@jkwening
Copy link
Contributor

jkwening commented Jan 21, 2018

Initial design for models needed for app so can start getting parts of the backend logic built.

Saved Dropped Pins (Markers) Schema:

Saved Directions Schema: (https://google-developers.appspot.com/maps/documentation/javascript/reference#DirectionsService)

Note: will need to figure out how to actually store objects returned from api call results

Search History Schema:

  • query: {type: String, required: true}
  • save_date: {type: Date, default: Date.now}
@jkwening
Copy link
Contributor Author

@motosharpley closing this ticket and moving onto creating routes and controllers.

Planning Board automation moved this from Back end Tasks to Complete Jan 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Planning Board
  
Complete
Development

No branches or pull requests

2 participants