meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
opendata2015:group1:start [2015/03/21 23:15]
f0385595
opendata2015:group1:start [2015/03/24 15:54] (current)
g0404557 [Presentation and Report]
Line 29: Line 29:
 ====== Goals ====== ====== Goals ======
  
 +^ S/N ^ GOAL              ^  Implemented    ^ 
 +| 1   | Implement Google Maps API     | Yes       ^ 
 +| 2   | Show the facilities            | Yes ^ 
 +| 3   | Create events  | Yes       ^ 
 +| 4   | Modify events | Yes ^ 
 +| 5   | Delete events              | Yes      ^ 
 +| 6   | Responsive Website              | Yes      ^ 
 +| 7   | Participate on the events using social networks              | No      ^ 
 +| 8   | Send confirmation after creating an event              | No      ^ 
 +| 9   | Control the amount of assistants to events              | No      ^ 
 +| 10   | Show the events in the map              | No      ^
 ====== Technologies ====== ====== Technologies ======
  
Line 46: Line 56:
 Here [[http://liikuntapaikat.fi/lipas]] you can find all the information about all the places in Finland where you can practice different sports.  Here [[http://liikuntapaikat.fi/lipas]] you can find all the information about all the places in Finland where you can practice different sports. 
  
-====== Response for Athletics field in Lappeenranta ====== +
-<code> +
-Athletics field +
-[ { Name: 'Joutsenon urheilukentta', +
-    Type: 'Athletics field', +
-    XWGS84: 28.5057, +
-    YWGS84: 61.1126 }, +
-  { Name: 'Kimpisen yleisurheilustadion', +
-    Type: 'Athletics field', +
-    XWGS84: 28.1985, +
-    YWGS84: 61.0628 } ] +
-</code>     +
-    +
 ====== ScreenShots ====== ====== ScreenShots ======
  
Line 65: Line 63:
 {{:opendata2015:group1:showevents.png?nolink|}}{{:opendata2015:group1:newEvent.png?nolink&300 |}} {{:opendata2015:group1:showevents.png?nolink|}}{{:opendata2015:group1:newEvent.png?nolink&300 |}}
 {{:opendata2015:group1:editevent.png?nolink|}} {{:opendata2015:group1:editevent.png?nolink|}}
 +
 ====== Presentation and Report ====== ====== Presentation and Report ======
  
 Presentation: {{:opendata2015:group1:sportfinder.pdf|}} Presentation: {{:opendata2015:group1:sportfinder.pdf|}}
  
-Report: {{:opendata2015:group1:reportsportfinder.pdf|}}+Report: {{:opendata2015:group1:sfreport.pdf|}}
  
 Poster: {{:opendata2015:group1:postersportfinder.pdf|}} Poster: {{:opendata2015:group1:postersportfinder.pdf|}}
  
-Code: {{:opendata2015:group1:sports.tar.gz|}} +Code: {{:opendata2015:group1:sportfinder.tar.gz|}} 
-}====== Poster ======+====== Poster ====== 
 + 
 +{{:opendata2015:group1:poster.png?800|}} 
 + 
 +====== API and Sample response ====== 
 +{{:opendata2015:group1:type.png?600|}} 
 + 
 +REQUEST: [[http://sports-olanigan.c9.io/facility/type/|http://sports-olanigan.c9.io/facility/type/]] 
 +<code> 
 +Sample response 
 +["Unsupervised beach", 
 + "Ski jumping hill for training"
 +</code> 
 + 
 +{{:opendata2015:group1:ftype.png?600|}} 
 + 
 +SAMPLE REQUEST: [[http://sports-olanigan.c9.io/facility/type/Athletics%20field|http://sports-olanigan.c9.io/facility/type/Athletics%20field]] 
 +<code> 
 +Response for Athletics field 
 +[ { Name: 'Joutsenon urheilukentta', 
 +    Type: 'Athletics field', 
 +    XWGS84: 28.5057, 
 +    YWGS84: 61.1126 }, 
 +  { Name: 'Kimpisen yleisurheilustadion', 
 +    Type: 'Athletics field', 
 +    XWGS84: 28.1985, 
 +    YWGS84: 61.0628 } ] 
 +</code> 
        
 +{{:opendata2015:group1:events.png?600|}}
 +
 +REQUEST: [[http://sports-olanigan.c9.io/event/all|http://sports-olanigan.c9.io/event/all]]
 +<code>
 +[ { "Title":"Golf with friends",
 +    "Description":"We will play golf for 2 hours, bring your own material!",
 +    "Date_":"2015-03-21T00:00:00.000Z",
 +    "Place":"Golf training area",
 +    "Address":"Golf Field",
 +    "Access":true } ]
 +</code>
 +       
 ====== Day 1, Monday ====== ====== Day 1, Monday ======
  
Line 154: Line 192:
  
  
 +{{:opendata2015:group1:schedule.jpg?950|}}