Closed tdwright closed 7 years ago
Sounds like you've got it figured out. I think this sounds great! 👍
Should this issue be closed? Looks like @hmol addressed it in #23.
Yep, this got merged in. Don't think I can close it, but happy for it to be closed.
Sorry! Closed it now! I will sometimes have little time to follow up on this project. If some of you would like I could add you to administrator?
Hi @hmol - I'm happy to help out as and when I can.
@tdwright thanks! you are now added as contributor :)
Now that we've got the option to output the elapsed time at the end of processing (PR #21), it might be good to offer a summary table too. This could list the different statuses alongside the counts of links for each. E.g.:
To achieve this we could turn the two lists of strings into a list of objects that contain the link URL, a bool for whether or not we've processed the response yet, and a field for the status code.
Proposed subtasks:
Thoughts very welcome.