This is the application that my capstone team and I completed to finish our degrees. The application allows for users to post marten sightings. They can attach photos and make comments on said photos using Disqus.
Go to file
Al Duncanson 376e58bb6f update gitignore, remove vscode settings json 2018-10-04 18:39:24 -04:00
build added build folder 2018-09-19 17:47:55 -04:00
public updated map component, wrapped with api key, added markers/info windows 2018-09-27 14:28:49 -04:00
src removed todos, fixmes 2018-10-04 18:34:06 -04:00
.gitignore update gitignore, remove vscode settings json 2018-10-04 18:39:24 -04:00
package-lock.json map renders markers on click, sends lat and lng to firebase, yeet 2018-10-02 14:51:26 -04:00
package.json resolve merge conflicts 2018-09-28 15:10:32 -04:00
readme.md Update readme.md 2018-09-13 22:25:57 -04:00

readme.md

Marten Application

============

Background

Given some recent research into the American marten, there is a need for a web application that is able to document marten sightings. Graduate research has produced a model that predicts habitat suitability for the norther Lower Peninsula, but a lack of anything besides anecdotal evidence makes testing the model difficult. This application would allow for "citizen science". This is the outsourcing of research efforts to the public. This would allow people to log marten sightings for research purposes. The project will be a web platform and certain groups including hunters, hunting club members, wildlife managers and state park personnel will be targeted for citizen science. This application will hopefully help bolster research efforts for the American marten.

The application will allow for users to post marten sightings. They can attach photos and make comments on said photos. They also can include the location where the sighting occurred and rank their confidence in the sighting. This will all be stored in some type of database that can be queried for research purposes. We also will integrate a map API to allow for users to see where marten sightings have occurred.

Intended Features

  • Ability to log marten sightings.
  • Include type of sighting on marten sighting post.
  • Attach photos to marten sighting post.
  • A map per sighting post for location of marten sighting.
  • Map for all marten sighting posts.
  • Comments on photos.
  • Quiz game for learning more about martens.

Technologies

  • ReactJS
  • PHP
  • Firebase
  • Google API
  • Amazon AWS
  • Possibly Grand Valley servers