Closed PitButtchereit closed 6 months ago
@PitButtchereit since you did more then the discussed scope did u also informed all other refactoring app owner about this?
since u mentioned the button design is still remaining, this still need to be removed I guess?
the new button effects looks nice btw!
The link between pj generator and extraction pipeline/result is not working. After creating a pj and executing the pipeline I am getting redirected to the trace testing env
Design of buttons in the evaluation view are broken
@PitButtchereit since you did more then the discussed scope did u also informed all other refactoring app owner about this?
Absolutely!
since u mentioned the button design is still remaining, this still need to be removed I guess?
We'll discuss the design of the function button today!
This code check is now ready to review 👍
Looks good by going bover it briefly
Saw three things:
Here the execution button should be disabled while execution (Trace Testing)
Here a padding should be added (Trace Testing)
Here the first button should be called: "Show/Hide extracted Trace from Patient Journey" (Extraction)
Good Job!! This looks amazing!!!
has to be fixed in main after the merge since we changed the db prompts
I'm not sure if you can rewrite the donwloadxesview like you did. I also wrote it initially like you, but I always get this error. Maybe someone else can check on a Windows computer?
Download trace and event log on the results page
I tested the functionality and it worked for me. @nils-schmitt can you test it? I will remove the deletion of the temporary file and close it. The temporary file should then be deleted once the Django server shuts down. This means we are taking up more memory, but who cares?
has to be fixed in main after the merge since we changed the db prompts
Do you know what is causing the error here?
EDIT: From what I can see on the screenshot, the traceback tells that a prompt is queried that is not even in the database. However, I don't see where this is called in the code.
Also i have no troubles with the xes downloads @PitButtchereit @thangixd
has to be fixed in main after the merge since we changed the db prompts
Do you know what is causing the error here?
EDIT: From what I can see on the screenshot, the traceback tells that a prompt is queried that is not even in the database. However, I don't see where this is called in the code.
in the extraction app under module_patient_journey_preprocessor.py line 61
//edit: idk why but i pulled again now its gone
everything is working now! good job pit!
I've refactored the tracex app and patient journey generator app. Since the tracex app contains functionality that is used in many different files, I've also changed some things outside of the supposed scope.
Remaining: Find a design for function buttons and menu buttons.