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

GUI method for checking attribute correctness in UI log #34

Open
thohenadl opened this issue Feb 2, 2024 · 0 comments
Open

GUI method for checking attribute correctness in UI log #34

thohenadl opened this issue Feb 2, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers python Pull requests that update Python code

Comments

@thohenadl
Copy link
Collaborator

In GUI we want to implement the following:

def handleDataQualityCheck():
"""
This method is called when the user wants to check the data quality of a UI log
and get static noise filters applied on the log.

    1. It displays a file dialog to select the file. The method returns multiple files
    that can be checked for data compliance.

    2. After the event log(s) have been selected, the method starts a worker thread to process
    them using the staticNoiseIdentification in the utils.py. 
    This can run in the background and after compilation display a new PyQT window.

    3. Once the processing is complete a new window with errors is displayed.

    :param
    """
    # Needs implementation
    # Suggestion is a GUI display the wrong data based on utils.staticNoiseIdentification()_
@thohenadl thohenadl added enhancement New feature or request good first issue Good for newcomers python Pull requests that update Python code labels Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant