Closed PitButtchereit closed 7 months ago
@tkv29 With Firefox the loading spinner was not aligned in the center and @thangixd the download xes button did not open a pop up. Please have a look into the files if merge conflicts changed something.
EDIT: Both things also occur on main for me. So I guess it's firefox fault.
@PitButtchereit functionality still works, gj! Regarding the loading wheel and the save button, just tested it on firefox and everythin looked good to me
Do you have adblocker or sth similiar?
Yes, I do have adblocker. I'll try to deactivate it
What are the pushed changes in the database?
What are the pushed changes in the database?
Only my user 😅 Should I delete it? I also see an user from frederic there
@tkv29 With Firefox the loading spinner was not aligned in the center and @thangixd the download xes button did not open a pop up. Please have a look into the files if merge conflicts changed something.
EDIT: Both things also occur on main for me. So I guess it's firefox fault.
BTW, I also use Firefox and the spinning wheel works as well as the downloading for me
@tkv29 With Firefox the loading spinner was not aligned in the center and @thangixd the download xes button did not open a pop up. Please have a look into the files if merge conflicts changed something. EDIT: Both things also occur on main for me. So I guess it's firefox fault.
BTW, I also use Firefox and the spinning wheel works as well as the downloading for me
Hm weird I tested it on safari, edge, firefox and chrome and everytime a popups opens.
I asked @FR-SON. It is also working on his machine
I've merged new changes from main into this branch where the prompts where moved to the database. That's why there are so many new changes to the modules from the last commit. I'm still awaiting your feedback on the time extractor and metrics analyzer to finalize the changes.
@nils-schmitt I've adjusted the time extractor and metrics analzyer by a bit. However, due to using the apply
function on dataframes inside the execute
function it is not possible to move the code to seperate functions without cascading into other function calls.
We have agreed upon only using meaningful function calls in the execute
function and in my opinion the state right now is the best possible solution. If you do not agree, than feel free to propose how the modules can be rewritten.
forms.py
of the Patient Journey Generator.execute
andexecute_and_save
functions the same signature. I have also changed how the Orchestrator calls the Trace Comparator. There is no if statement inside the for loop of the Orchestrator'srun
method anymore. You can change the comparison basis for the Trace Comparator by adjusting the variablecomparison_basis
inside themodule_trace_comparator.py
file.rate_activity_relevance
method static. Also, now by default the category relevance is "No Relevance" if no category is found in the response of the API.query_gpt
function so that it can not use function calls anymore. I have deleted thefunction_calls.py
file in the tracex app.extraction.Trace.None
in the django admin view.