-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTicketMasterNotes.txt
60 lines (49 loc) · 1.21 KB
/
TicketMasterNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Goals:
- Data Science contract & mocks
- Web service contract & mocks
- What we're displaying & mock
- Plan to integrate early & why
What's coming in:
-TimeToEvent(Days)
-***SalePrice($)
-***OriginalPrice($)
-TeamName(s)
-Venue
-Sport Type
-Seat
Priorities:
getting it closest to prive
how many other tickets are for sale
timing to event
For us:
- A range should be possible
- Provide a confidence bound
- Barcode gives everything
- Create ticket schema
- JSON service
- inventoryticketid field in data is the barcode (seems to be nine digits)
Flow of data:
---------------------------------
USER => UI => (barcode) => WS (-> query database <-) => (ticket object) => DS => Model
USER <= UI <= (JSON) <= WS <= (prediction model) <= DS <= ...
Barcode:
string w/ variable length: 64 bytes max
Ticket Object:
barcode:
- seat# (string)
- team (string)
- price (float)
Prediction Object:
- date (integer days to event)
- Price
- Psale (confidence)
What information UI wants back from services:
- original price
- event name
- event date
- seat information
- event time
-
Contact your own server on the route
on the front end call yourself (widget/json/data)
when you hit that route, have your backend hit their endpoint