Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.83 KB

File metadata and controls

42 lines (28 loc) · 1.83 KB

PinPoint

Info

Key Features

  • Creating post previews on the main map and rendering markers in the same location.
  • Figuring out how to keep high quality images (as uploaded and preview many images on one page).
  • Figuring out how to design the database and determine relationships within the database.
  • Followers feature where we have to manage the state of a follow request and keep it updated with the page.

Screenshots of Site

  • Main home page map view
image
  • Profile page view
image
  • Individual post view
image
  • Settings page view
image
  • Create post view
image
  • Map with post preview and search open
image

Mock-up

CSCI5117 Project 1

External Dependencies

  • MapBox (JavaScript Library): Used for generating all of the maps
  • Pillow (Python Library): For downscaling images and creating thumbnails ...