McGillEUS / frostbite-tubtracker

Frostbite ice cream tub tracker
1 stars 0 forks source link

Barebones - make tub ID unique #9

Closed alexanderhale closed 5 years ago

alexanderhale commented 5 years ago

When loading in the JSON file, find the maximum ID value and start nextID at that + 1

alexanderhale commented 5 years ago

Still an existing bug where tubs might have duplicate IDs

alexanderhale commented 5 years ago

Only has duplicate IDs when the initial data in $scope.flavours is used. Once a JSON file is uploaded, the issue is not applicable. Will not be an issue once proper file storage is implemented.