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
ajmaley 7a8e840e1b Added code to handle flamelink data. It handles schema field order, grid sizes and displays text. Getting storage bucket errors when attempting to grab media info. Need to use the firebase-admin package instead of the firebase package. This is a known issue with flamelink. I'll fix this shortly. 2018-10-27 12:46:00 -04:00
build added build folder 2018-09-19 17:47:55 -04:00
public Created Flamelink component to grab data from flamelink and sends data to the <p id="flamelinkDemo"> tag. Still need to firgure out how to grab all fields and display without hardcoding. 2018-10-04 18:35:36 -04:00
src Added code to handle flamelink data. It handles schema field order, grid sizes and displays text. Getting storage bucket errors when attempting to grab media info. Need to use the firebase-admin package instead of the firebase package. This is a known issue with flamelink. I'll fix this shortly. 2018-10-27 12:46:00 -04:00
.gitignore updated git ignore 2018-10-04 19:17:44 -04:00
package-lock.json Fixed merge conflict 2018-10-04 18:52:34 -04:00
package.json Fixed merge conflict 2018-10-04 18:52:34 -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