openbikesensor / portal

OpenBikeSensor data collection portal
GNU Lesser General Public License v3.0
36 stars 17 forks source link

Mark single overtaking events as invalid #49

Open Natenom opened 3 years ago

Natenom commented 3 years ago

Wenn man sich nach einer Fahrt die Daten online ansieht, wäre es schön, wenn man einzelne Punkte löschen könnte, wenn man z. B. weiß, dass ein oder mehrere Messungen falsch waren, aber trotzdem bestätigt wurde.

opatut commented 3 years ago

Since we keep the original data file and don't want to edit it, but be able to reimport it, we'll have to do this a bit "more complicated". But in the end it will be simpler because it is predictable:

Editing a track, anything about it, will not alter the data. Instead, we "remember" what was edited, e.g. which events (timestamps) to ignore. Then we reimport the track, but the importer will read this information and modify the contents accordingly.

These modifications should include: