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

fix Sorting by Lifecycle, startup time #307 #463

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

eaj40
Copy link

@eaj40 eaj40 commented May 2, 2024

fix #307

@alexmucde
Copy link
Collaborator

I do not see any useful code in there wich solves any issue or provides any new functionality.

@eaj40 eaj40 changed the title Your descriptive commit message fix Sorting by Lifecycle, startup time #307 May 7, 2024
@eaj40
Copy link
Author

eaj40 commented May 7, 2024

Search for ISSUE_307 in src/mainwindow.cpp,, only one line of change, rest are for debugging

@alexmucde
Copy link
Collaborator

alexmucde commented May 7, 2024

@eaj40 I still do not know how this PR will solve the issue. Identifying lifecycles in a DLT file is a complex topic and cannot be solved by a single line.

  1. The Lifecycles of the DLT must be identified
  2. Sorting by timestamp must be done based on the identified lifecycles

The current implemented feature sorting by Timestamp is ignoring several lifecycles.

@eaj40
Copy link
Author

eaj40 commented May 7, 2024 via email

@eaj40
Copy link
Author

eaj40 commented May 7, 2024 via email

@eaj40
Copy link
Author

eaj40 commented May 8, 2024

Resets when connected over following, does it complete lifecycles
Serial
INTERFACETYPE_UDP
INTERFACETYPE_TCP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sorting by Lifecycle, startup time
2 participants