Krish Patel
Krish Patel
@abrichr Resolved all of the comments :-) Ready for review ! :)
I retested on Windows my recording is here: https://utoronto.zoom.us/rec/share/Oz08EcFFl1eEaF6Jj_iRnR6IvylFMSj9kmXfVMgWrskBFYOicUgNSR5C9j-l_yA1._ObjKzWQ-VRaxQ0I
> Also, we want to update visualize.py and the dashboard to display these events. (https://github.com/OpenAdaptAI/OpenAdapt/pull/744#discussion_r1691404444) FIxed Visualization here: [b3d54eb](https://github.com/OpenAdaptAI/OpenAdapt/pull/744/commits/b3d54eb44da32c3149bfbb99b33c5e703ca916e5) I just ran visualize on a browser_event record recording. Here are...
One thing we will need to take care of is: We will need to edit install script to handle the installation of `Graphviz` if this PR gets merged to main....
Output of commit: d7a2e6c441fa28944f52ef01a4f1b00e1d5815fc is below:  The data for above is here: ``` case_id;activity;timestamp;costs;resource 3;register request;2010-12-30 14:32:00+01:00;50;Pete 3;examine casually;2010-12-30 15:06:00+01:00;400;Mike 3;check ticket;2010-12-30 16:34:00+01:00;100;Ellen 3;decide;2011-01-06 09:18:00+01:00;200;Sara 3;reinitiate request;2011-01-06 12:18:00+01:00;200;Sara 3;examine...
The following sqlite3 commands will run the query mentioned in process-query.sql (present in same directory where you have sqlite3 open), and redirect its output to a file called `dataout.csv` in...
@abrichr What shall be our next step for this pr (or issue: https://github.com/OpenAdaptAI/OpenAdapt/issues/564), since [I am able to produce a process-graph from our db](https://github.com/OpenAdaptAI/OpenAdapt/pull/852#issuecomment-2241265416), what shall be our next steps...
I know we also want the `action target` as said here: https://github.com/OpenAdaptAI/OpenAdapt/issues/564#issuecomment-2214700881, could you please give a bit more info that how do you want to see (visualize) the action...
It means I can format an `activity` to be like: `" {title}~{action}~{action_target} "` and make this string under `activity` column. This way, we could have different information showacse in the...
I will give it a shot and I will let you its results.