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

Search feature (inside extension) #15

Closed
wants to merge 3 commits into from

Conversation

rgpt
Copy link

@rgpt rgpt commented Mar 18, 2017

This adds Wayback Machine's Search feature in chrome extension
User is provided with the power to fire search query for any website.

Search Works in conjunction with Wayback's API using ajax calls

Let me make you more comfortable with the changes that i have done using a few simple steps:

step 1)
1

step2)

2 2

whenever user searches for a url then it shows a button to user depicting the latest Timestamp of archive
and when user presses that button then it loads all the archives saved during 2017. I still have to add the feature of on Year change Load data to calendar again

step 3)
3

This depicts the Calendar containing all those entries when url is archived

step4)

you can click on the highlighted date and can see the list of entries for that particular month

4

step5)

Now as every website have different versions and they must have been archived on different dates
user should be able to see all those archived website at that point of archival

so you can click on the entry (ctrl+click) so you can open multiple tabs so you could see those website wayback
5

step6) Now just take the case if i supply the search bar with invalid or url which is not archived yet

**Then a user should be shown a message(404 not found) and our extension should be capable enough to save that webpage automatically **

6

7

I used clndr.js for calendar, moment.js for parsing ,underscore.js to make these things work.

@rgpt rgpt changed the title Search feature Search feature (inside extension) Mar 18, 2017
@vbanos
Copy link
Collaborator

vbanos commented Aug 12, 2018

Many thanks for your PR but this feature has been implemented in a different way.

@vbanos vbanos closed this Aug 12, 2018
MaxReinisch pushed a commit that referenced this pull request Aug 7, 2019
setting UI improve and unit test bug fix
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

Successfully merging this pull request may close these issues.

None yet

2 participants