You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently id outputs an... md5 of the pair lat / lng. That's not an id, that's a hash (could be useful to identify uniqueness or to run a search, as this hash would be related to an id). Now, ids should not be inferable, given a set of data (let's say, lat and lng), a hash should.
Extra.uuid currently gives (when available) the "official" system id of an station. That's also not an uuid, but more of an internal_id, official_id, shitty_id, or even, just number.
So, work to do: generate uuids for the id, move the current id to a hash field, and rename extra.uuid to extra.number.
The text was updated successfully, but these errors were encountered:
Currently id outputs an... md5 of the pair lat / lng. That's not an id, that's a hash (could be useful to identify uniqueness or to run a search, as this hash would be related to an id). Now, ids should not be inferable, given a set of data (let's say, lat and lng), a hash should.
Extra.uuid currently gives (when available) the "official" system id of an station. That's also not an uuid, but more of an internal_id, official_id, shitty_id, or even, just number.
So, work to do: generate uuids for the id, move the current id to a hash field, and rename extra.uuid to extra.number.
The text was updated successfully, but these errors were encountered: