GitHub-Repo-ReadMe-Dead-Link-Finder icon indicating copy to clipboard operation
GitHub-Repo-ReadMe-Dead-Link-Finder copied to clipboard

For the web interface instead of verifying all links for a site and then returning these results in a batch, return one at a time.

Open MrCull opened this issue 4 years ago • 0 comments

For the web interface instead of verifying all links for a site and then returning these results in a batch, return one at a time.

i.e for repo "GitHub-Repo-ReadMe-Dead-Link-Finder" site instead of returning all of the links like below with statuses already verified... Http Status Code: 200 http://GitHubReadMeChecker.com Http Status Code: 200 https://github.com/MrCull/GitHub-Repo-ReadMe-Dead-Link-Finder/blob/main/deadlink-finder-example.gif Http Status Code: 200 https://developer.github.com/v3/rate_limit/ Http Status Code: 200 https://github.com/settings/tokens

The new functionality could be to return all links before checking status and then get the browser to asynchronously check each one using something like ajax. This should make the web interface appear more responsive and therefore make the user experience better

MrCull avatar Nov 05 '20 17:11 MrCull