Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "grouping" of snapshots by domain name #129

Open
bnvk opened this issue Feb 4, 2018 · 0 comments
Open

Add "grouping" of snapshots by domain name #129

bnvk opened this issue Feb 4, 2018 · 0 comments

Comments

@bnvk
Copy link
Contributor

bnvk commented Feb 4, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant