hackgvl / trolley-tracker-api-dot-net

API for tracking Greenville's trolleys with .NET
MIT License
4 stars 6 forks source link

Add passenger load information to Trolley record #43

Closed bikeoid closed 6 years ago

bikeoid commented 6 years ago

Add 2 fields to both trolley and runningTrolley records:
Capacity - Integer total number of passengers the trolley can carry PassengerLoad - floating point number, 0..1 , where 1 = 100% of capacity

This information will be derived from the Syncromatics API after the switchover.