@spokane-folio/security-incident
v1.0.34
Published
Security incident tracking and trespass automation
Maintainers
Readme
ui-security-incident
This software is distributed under the terms of the Apache License, Version 2.0. See the source LICENSE for more information.
Introduction
The Track UI Module (ui-security-incident) is a FOLIO Stripes UI Module for managing and tracking security incidents in libraries. It enables staff to record, organize, and follow up on incidents such as disturbances, thefts, or trespass events. The module provides a centralized, searchable, and updatable record system, with robust configuration and document generation features. See the administrator-documentation folder for precise breakdowns, features, and use of the application.
Repository
See the GitHub repository.
Installation & local set up
- Clone the repository:
git clone <your-fork-or-repo-url>
cd ui-secinci- Install dependencies:
yarn install- Install Stripes CLI if it is not already installed
yarn global add @folio/stripes-cliRun locally
Start the app in development mode:
stripes serveTests
For the application modules, tests are written using Jest and are colocated with the relevant source files. If you modify or add code, please update and run the corresponding test(s) for that file.
Contributing
If you plan to modify the code or submit pull requests, please read CONTRIBUTING.md before starting.
Additional Information
- General FOLIO Documentation: https://dev.folio.org/
- Admin Guide: See the administrator-documentation for detailed usage and admin instructions.
Questions and support
For general questions about the UI Track project, please open an issue in the repository.
