General ideas for improving the tool #1304
Replies: 4 comments 4 replies
-
|
Hi @MariasStory. Most of your suggestions are already the goal of other tickets or pull requests, for example see: #1193 (if you could help, tests are welcome here) You can find others searching the issue tracker. This is an open source project with very few human resources 100% dedicated (currently just 2, and this is temporary, most past time it was just 1 full time), so any contribution is welcome, we aren't able to implement all desired features, so we need your help. I'm updating the title since IPED already is a forensic investigation tool used by law enforcement and independent examiners of many countries. Since this is about very general suggestions, I'm also moving to discussions. |
Beta Was this translation helpful? Give feedback.
-
About above: at first I decided to create a switch button to change the main table to timeline view (it is a small clock at the table top-right) because of memory consumption concerns: another item table will use more heap memory, that may be an issue with huge cases with dozens of millions of items. But I understand that when a filter is applied (term search, category, combo filter, etc), if the tool user finds an useful artifact and wants to see adjacent events, those events probably will be filtered out. It is possible to check the item, clear all filters, sort by checkbox, select the artifact of interest, then sort by timestamp to see surrounding events, but a more straightforward way to see surrounding events could easy user's life. Displaying them in another table is an option. But when selecting an item on main table, scrolling to the event on the other table couldn't be done automatically, because the artifact could have many different associated events, the user would need to click on a context option and select the timestamp of interest. The opposite is easy: from the separate timeline table view, there is just one source item to be automatically selected on the main table and rendered in the viewer. So, my question for contributors that may help to implement, test or help in other ways: should we create a separate timeline table view and pay the memory usage cost associated with it, or should we keep current less memory usage approach, where it is possible to see surrounding events with some UI interactions (that some users wouldn't know)? |
Beta Was this translation helpful? Give feedback.
-
|
I think a different table could be a good option for the user. I the app
manage well to load the timeline table only when the user choose so, it
seems a good option.
Em qui., 22 de set. de 2022 12:03, Luis Filipe Nassif <
***@***.***> escreveu:
… track the new table column sorting state (more + 240MB if current approach
is used).
If it would be always sorted by timestamp (and never by event type or
event source), this may not be needed.
—
Reply to this email directly, view it on GitHub
<#1304 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG247SZEWLPJKGCUEH5TXHTV7R7MFANCNFSM6AAAAAAQCULWZU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
My idea was not to have a separate view for all events, but only the search results. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I love the tool and hope that it will be so cool and free in future.
I want to suggest to increase the tools capability, and make it a full forensic investigation tool.
I am sure that you all know it, but I still want to say it.
For this, we have to think about the Five Ws. I prefer to start with the question "When" and follow with "What".
So, in our case, I suggest to:
Good example for parsers approach is "plaso". Still, IPED is a complete tool on its own.
Most of the features are already present, just need adjustment:
Please consider my suggestions and fill free to improve or criticize.
Thank you,
Anatoliy
Beta Was this translation helpful? Give feedback.
All reactions