ucladevx / Bmaps-Frontend

Frontend for Bmaps with UCLA DevX.
https://www.bmaps.io
8 stars 1 forks source link

Some events can only have start times #126

Closed jsfuentes closed 5 years ago

jsfuentes commented 6 years ago

Apparently some events can only have a start time, probably when the ending is undecided See below for an example and the event in question

jsfuentes commented 6 years ago
screen shot 2018-02-03 at 7 53 22 pm 1 screen shot 2018-02-03 at 7 53 31 pm
jsfuentes commented 6 years ago

{ "geometry": { "coordinates": [ -118.44681959102, 34.070367696979 ], "type": "Point" }, "id": "1979445502311997", "properties": { "category": "SPORTS", "cover_picture": "https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/27356483_1663853730349715_4275613845105212784_o.jpg?oh=61670af9c876a5e1dc7c702e253b6a48&oe=5B20636F", "description": "Sale Dates and Times:\n\nPublic Onsale : Tue, 7 Nov 2017 at 10:00 AM", "end_time": "", "event_name": "UCLA Bruins Men's Basketball vs. USC Trojans Men's Basketball", "free_food": "NO", "is_cancelled": false, "start_time": "Sat, 03 Feb 2018 00:00:00 GMT-0800", "stats": { "attending": 337, "interested": 1672, "maybe": 1672, "noreply": 34 }, "ticketing": { "ticket_uri": "" }, "venue": { "id": "120576928000703", "location": { "city": "Los Angeles", "country": "United States", "latitude": 34.070367696979, "longitude": -118.44681959102, "state": "CA", "street": "301 Westwood Plz", "zip": "90095" }, "name": "Pauley Pavilion" } }, "type": "Feature" },