bpm-diag / smartRPA

MIT License
17 stars 2 forks source link

GUI method for checking attribute correctness in UI log #34

Open thohenadl opened 8 months ago

thohenadl commented 8 months ago

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()_