sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
886 stars 211 forks source link

Refactor the bookmarks to support different data #452

Open lfcnassif opened 3 years ago

lfcnassif commented 3 years ago

Currently the bookmark feature can only point to complete case items. It would be useful to support bookmarking hex content snippets, decoded text fragments, doc preview screen shots, timeline events, and also some areas of the analysis app: graph, gallery, map, hits panel, future timeline chart, so on...

fmpfeifer commented 3 years ago

This feature would be a huge improvement for the analysis process.

lfcnassif commented 2 years ago

I'm not going to implement those new types of bookmarks for the future 4.0 release, but I wouldn't like to break compatibility with old 4.x cases bookmarks when this is implemented. I was thinking about inserting some generic Map<String, Serializable> structure into Marcadores(Bookmarks) class to try to make a future implementation backwards compatible. What other devs think?