Skip to content

fix(1052): handle ignored points in timeline processing and update UI…#1053

Merged
dgraf-gh merged 2 commits into
mainfrom
1052-bug-copying-only-validcleaned-points-into-the-main-timeline-does-not-work
Jun 25, 2026
Merged

fix(1052): handle ignored points in timeline processing and update UI…#1053
dgraf-gh merged 2 commits into
mainfrom
1052-bug-copying-only-validcleaned-points-into-the-main-timeline-does-not-work

Conversation

@dgraf-gh

Copy link
Copy Markdown
Contributor

… styles

  • Fix: Improved handling of ignored points in findByUserAndTimestampBetweenOrderByTimestampAsc to include a new includeIgnored parameter.
  • Fix: Added status filtering logic to ensure unprocessed ignored points are skipped during processing.
  • Feature: Added SQL migration (V111__update_source_view.sql) to enhance raw source point handling with new views and status field updates.
  • UI: Standardized button styles by introducing .btn-small class and replaced occurrences of .btn-sm across templates.

… styles

- **Fix**: Improved handling of ignored points in `findByUserAndTimestampBetweenOrderByTimestampAsc` to include a new `includeIgnored` parameter.
- **Fix**: Added status filtering logic to ensure unprocessed ignored points are skipped during processing.
- **Feature**: Added SQL migration (`V111__update_source_view.sql`) to enhance raw source point handling with new views and `status` field updates.
- **UI**: Standardized button styles by introducing `.btn-small` class and replaced occurrences of `.btn-sm` across templates.
- Update status condition from `!= 2` to `!= 1` in multiple queries within `V111__update_source_view.sql`.
- Modify `ON CONFLICT` clause to set `status = 2` for conflicting rows.
@dgraf-gh dgraf-gh merged commit 6ce9132 into main Jun 25, 2026
2 checks passed
@dgraf-gh dgraf-gh deleted the 1052-bug-copying-only-validcleaned-points-into-the-main-timeline-does-not-work branch June 25, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Copying only valid/cleaned points into the main timeline does not work

1 participant