Copyright (C) 2024 The Open Library Foundation
This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.
This is a Stripes UI module designed for performing operations on a library's Linked Data resources.
This module serves as an adapter for the ui-linked-data application. Essentially, most of the functionality of this module is defined in ui-linked-data. This module enables the ui-linked-data application to run seamlessly within the FOLIO platform.
If you would like to run a development build of this module while making changes to the ui-linked-data within it, there are a few steps to take:
- Clone the ui-linked-data module repository to your computer.
- Within the cloned ui-linked-data module directory, run:
yarn link
- Within this module's directory, run:
yarn link @folio/linked-data
- Perform the code changes you need.
- Build the ui-linked-data module as a library. The steps are described here.
- After the ui-linked-data module finishes its build, the Stripes build should pick up the changes and reload itself.
See the related ui-linked-data application. Backend module corresponding to this UI module: mod-linked-data
Other modules.
See project UILD at the FOLIO issue tracker.
Other FOLIO Developer documentation is at dev.folio.org