Project Overview
Doggonnit is an app that lets a network of users help track and locate lost dogs.
Problem:
Everyday dogs run away, and families are left to search by themselves for their beloved pet. Pedestrians, bikers, and drivers see these lost dogs running around their neiborhood, but for several reasons (e.g. safety, time, physical ability) they may not be able to help catch the animal.
Solution:
This app will facilitate an exchange of information between these people so that dogs are reunited with their families sooner.
Features:
- An easy to read map that tracks sightings of lost dogs.
- User profiles that can contain information about the human and their pet.
- Alerts when you are in the area of a missing dog.
- Alerts when someone has spotted your missing dog.
- An interface that allows users to quickly report their dog missing or a lost dog sighting.
Libraries and frameworks:
- Django; GET and POST profile information to the database
- Bootstrap; page layout
Geodjango orMapbox to create maps and extract location information
Functionality
New users will be prompted to set up an account
A basic account will let you:
See maps of lost dogs/sighted dogsPost your own sightings of dogs to the network
An advanced account will let you: Only one type of account now
- Same features of basic account
- Have profiles for your own dogs
- Easily notify the network of your missing dog
Once signed in
The user will see a map of missing dogs in their area. The map will have points that represent where a dog was seen, and a line connecting the dots of a specific dog chronologically. The line connecting the points will be stylized so that you can tell where the dog was most recently seen.
Users can click on dog profiles to get more details about the dog (e.g. name, breed, age, pictures, rewards).
Recovering a lost dog
Non-owners of the dog:
- Can report a "soft-recovery" (i.e. the dog is found but not returned to the owner).
- Owners will be alerted of the "soft-recovery" and the two parties will be able to contact each other.
Owners of the dog:
- Can report a "hard-recover" (i.e. the dog is home).
- The instances of the dog on the map will be removed.
- Post a success story.
- Send a reward to "soft-recovery" user.
Other possible features
- A fun point reward system to game-ify the app. You get points for spotting dogs and recovering them. Unlock flair and different levels of awesomeness.
- Text message alerts instead of e-mail alerts.
- App stats about number of dogs found
Models
User Profile
- Name
- Phone number
- Address
- Points (for reward system)
- Foreign key (link to their dog's profile, many-to-many relationship)
Dog Profile
- Name
- Age
- Sex
- Breed
- Color
- Pattern
- Picture
- Weight
- Personality (e.g. timid, rabid, feral, friendly)
- Description
- Lost Status (boolean)
- Foreign key (link dog's map information)
Map information Missing Dog Report
- Location
- Timestamp
- Dog Profile info
Schedule
Milestone 1
User profilesDog profilesMapsAlert System
Milestone 2
Fun reward system(its not fun but its there)App stats
Milestone 3
- Blog page for success stories
- Bitcoin rewards
Milestone 4
- Phone app version
- Push notifications
- Paypal rewards
##todos and thoughts
make line color gradientadd points for reward systemdelete markers/sightings when dog is foundadd more details to unknown dog map popup/side profileconnect user account details link to each pagemake quick links on top of websitelinks to unknown dog mapalert dog owner when user sees their dogadd "missing since date/time" to missing profile- bootstrap that shit! Getting there!
- Fix second row of profiles on dog map
- user who sees missing dog should get credit on the map or something
graphic artin My Account add hyperlink to dogs profile page- Anchor nav bar to top of page on scrolling
On dog profile page have map next to profile instead of under- Have unknown dog points auto find possible profile matches
- Allow user who added point ability to delete it.
add logout button- Notifications
- When user adds a marker they should be told that the dog owner was emailed.
Link to map in emails (views>def irecognizethatdog)Not NULL error when creating new dog profilePopups with timestamp and description/details on the dog profile mapget newlines to work in emails- get rid of popup that is "undefined" on the dog profile map pic
clicking the logo should redirect to the dogmap or index pageabout page???add unknown dog and have it redirect to unknown dog mapbitcoin qr code thing- test app
regex formsLine connecting the pointsGet custom markers for dogmap homesstats about dogs found or spotteduser must be logged in to view register dog/my account page. redirect to log-in