ukwa / w3act

w3act is an annotation and curation tool for building web archive collections
Apache License 2.0
19 stars 6 forks source link

Extend FAST selection to support the full set of FAST headings. #699

Open anjackson opened 1 year ago

anjackson commented 1 year ago

The current Document Harvester contains a subset of the FAST headings. The new requirement is for us to allow the whole set of FAST headings. This complicates the current design in a number of ways:

There are two approaches:

  1. Automate the process of keeping the W3ACT copy of FAST up to date, expose it via a JS API, and use a fancy autocomplete selection widget.
  2. Use the FAST Assign service to use the FAST directly rather than copying it into W3ACT. And either create our own autocomplete widget or re-use theirs.