WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
2 stars 1 forks source link

Add extra replay option to Browse menu in visualization tool #88

Closed hannakoppelaar closed 1 year ago

hannakoppelaar commented 1 year ago

Currently, when you open the context menu on a URL in the vizualisation tool (Quality Review Tools -> Harvest Analysis and Patching), the Browse sub-menu has three options:

The first option leads you to the deprecated(?) internal QA replay tool, the second one is the live site of course, and the third option leads you to the replay tool that corresponds to the configuration option qualityReviewToolController.archiveUrl.

At the KB we would like to have a fourth option in this menu that would correspond to the configuration option harvestResourceUrlMapper.urlMap. This option would point to a URL which would have the same base URL as the "Review in Access Tool" link on the Quality Review Tools Page. This extra option would allow users to view files from the current crawl in their replay tool of choice.

Should the sub-menu become too crowded we can always consider dropping the "WCT Browse" option, since it seems to be of limited use.