Selaa lähdekoodia

update to README.md

Jared Norris 8 vuotta sitten
vanhempi
commit
fcdaddd1d7
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5
    0
      README.md

+ 5
- 0
README.md Näytä tiedosto

@@ -3,9 +3,11 @@
3 3
 
4 4
 Currently the best technological assistance for downhill athletes is to simply open Google Earth and look around for elevated areas with pavement. Or to buy topographical maps which are often incorrect, or fail to show roads consistently. Instead of these ineffective methods, most of those who choose to pursue the sport in a locale without a rich scene are forced to search manually.
5 5
 ##
6
+
6 7
 ###Proof of Concept:
7 8
 The initial goal of the app would be to locate a user (or take a user entered coordinate) and conduct a search in a radius around that user. This search is intended to produce the highest elevation local to that user's specified radius, and to generate a path back to the user's location. Upon completion of the pathing, a grade report would be generated, and any section of the path which meets user entered constraints (ie. 8.0% average grade minimum) would be sectioned out for consideration. The user would then be able to view infographics about each section of the path that meets their specification and choose to either save that location or engage in a "trip" at that point.
8 9
 ##
10
+
9 11
 ###Stretch Goals:
10 12
 In the long term, this app could be expanded to include the following features:
11 13
 
@@ -14,6 +16,7 @@ In the long term, this app could be expanded to include the following features:
14 16
 - Saving locations as named destinations directly on a Waze or Maps account.
15 17
 - Port the application to a native version for Apple and Android products.
16 18
 ##
19
+
17 20
 ###Stack:
18 21
 The only database integration will be storing user account information and saved locations. 
19 22
 This is a primarily client-side application and thus will use the following technologies:
@@ -22,6 +25,7 @@ This is a primarily client-side application and thus will use the following tech
22 25
 - Middle:    Spring
23 26
 - Back end:  H2 / Hibernate
24 27
 ##
28
+
25 29
 ###API: 
26 30
 - [Elevation API](https://developers.google.com/maps/documentation/elevation/start) - 
27 31
     find elevations along a path or at given LAT, LON coordinates.
@@ -30,4 +34,5 @@ This is a primarily client-side application and thus will use the following tech
30 34
 - [Geocoding API](https://developers.google.com/maps/documentation/javascript/geocoding) - 
31 35
     find LAT, LON coordinates for a given typical address.      
32 36
 ##
37
+
33 38
 This is an attempt to both assist athletes and genuinely aid in the proliferation of the sport.