webmemex-extension icon indicating copy to clipboard operation
webmemex-extension copied to clipboard

Add "grouping" of snapshots by domain name

Open bnvk opened this issue 6 years ago • 0 comments

Seems like it should be a relatively low-hanging fruit to offer filtering by archived snapshots that are "grouped" by domain name. Example, consider having the following memories:

- domain.com/article/4
- other-domain.com/some-page
- domain.com/article/3
- another-different-site.com
- domain.com/article/2
- other-domain.com/fist-page
- old-other-different-site.com
- domain.com/article/1

Then there could be a list of "domains" displayed which would display the following:

- domain.com (4)
- other-domain.com (2)
- another-different-site.com (1)
- old-other-different-site.com (1)

The numbers on the right would be the number of URLs indexed for that domain. Additionally user can then click on a given domain to display only snapshots.

bnvk avatar Feb 04 '18 16:02 bnvk