querym icon indicating copy to clipboard operation
querym copied to clipboard

[Feature]: Suggest Added User Activity Log Exeute

Open vicheanath opened this issue 2 years ago • 3 comments

Feature description

Suggest User activity log execute :

  • showing date time log
  • execute time

🎤 Pitch

Screenshot 2023-10-21 at 4 21 45 PM

vicheanath avatar Oct 21 '23 21:10 vicheanath

I can work on this. Or do you want to work on it? This should be easy to implement with our current structure. I can give a pointer on how to achieve it.

invisal avatar Oct 22 '23 01:10 invisal

Ok, I will do this task.

vicheanath avatar Oct 22 '23 02:10 vicheanath

One thing that you can do is following this pattern.

https://github.com/querymx/querym/blob/main/src/renderer/contexts/SwitchDatabaseProvider.tsx#L12

As you can see, we can register the before each query execute. We can add registerAfterEach to trigger for after each query executed.

invisal avatar Oct 22 '23 16:10 invisal