Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark single overtaking events as invalid #49

Open
Natenom opened this issue Mar 1, 2021 · 1 comment
Open

Mark single overtaking events as invalid #49

Natenom opened this issue Mar 1, 2021 · 1 comment
Labels

Comments

@Natenom
Copy link
Contributor

Natenom commented Mar 1, 2021

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
Copy link
Member

opatut commented May 15, 2021

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.

  • Extend database schema to include modifications to apply on the track during import
  • Extend track processing to apply those modifications
  • Build UI to configure modificatoins

These modifications should include:

  • ignoring a single event
  • ignoring away a range of the track (based on timestamps, perhaps), basically manual privatization

@opatut opatut changed the title Einzelne Überholvorgänge im Portal löschen Mark single overtaking events as invalid Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants