britzke / rennspur

Visualize the traces of races
GNU Affero General Public License v3.0
1 stars 1 forks source link

Webservice for a list of TeamPositions for the fronted #20

Closed britzke closed 7 years ago

britzke commented 7 years ago

A Webservice is needed to transfer team positions for a given team to the fronted for displaying the trace.

britzke commented 7 years ago

The web service can be tested under /rennspur/frontend/update it takes a form url encoded parameter id, which represents the team id for the trace to get. It returns a list of TeamPositions (without race and event), as this causes a HTTP 500 error.