WRSC / tracking

WRSC boat tracking system with web dashboard
Other
13 stars 7 forks source link

Store tracker token in database #33

Closed saerdnaer closed 5 years ago

saerdnaer commented 5 years ago

As of now the tracker token is only stored during runtime of the rails app in RAM. To be able to redeploy the rails app during an event, these tokens have to be stored in the database. Otherwise the users have to reconfigure all tracking devices with the new tokens, each time the rails app restarts.

takluyver commented 5 years ago

If we can figure out this and issue #31, I think we should fix them and go through setting all the token IDs once; #31 effectively blocks the collaboration feature we wanted for the area scanning challenge.

saerdnaer commented 5 years ago

Checked Tony's assumptions: tokens where already stored in the database.