You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop a web application (currently titled Library Data Link Explorer) that replicates the functionality of the matcher script in the catalogue-pipeline but makes it accessible to CI staff. The app will allow staff who need to explore the relationships between library records input a workid and return a visual graph representation (not dissimilar to the pdf) of that work's relationships using nodes and edges.
By integrating with Elasticsearch and visualising graphs on the frontend, the app eliminates the need for individuals to require AWS permissions or running scripts manually, providing CI staff with an intuitive way to explore and debug relationships between records.
[wip]
Subtasks
Write up RFC for project context
Set up data-link repo
Set up the API to retrieve data from Elasticsearch using matcher-graph logic
Build the frontend to display the graph using a selected library (e.g., Sigma.js or Graphviz).
Deploy App
Write unit tests for the API and frontend.
Conduct end-to-end testing with CI staff.
Consider Security protocols
The text was updated successfully, but these errors were encountered:
Develop a web application (currently titled Library Data Link Explorer) that replicates the functionality of the matcher script in the catalogue-pipeline but makes it accessible to CI staff. The app will allow staff who need to explore the relationships between library records input a work
id
and return a visual graph representation (not dissimilar to the pdf) of that work's relationships using nodes and edges.By integrating with Elasticsearch and visualising graphs on the frontend, the app eliminates the need for individuals to require AWS permissions or running scripts manually, providing CI staff with an intuitive way to explore and debug relationships between records.
[wip]
Subtasks
matcher-graph
logicThe text was updated successfully, but these errors were encountered: