Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CALIL/unitrad-ui
高速で使いやすい蔵書検索のための汎用的なユーザーインターフェース
https://github.com/CALIL/unitrad-ui
gulp react
Last synced: 3 months ago
JSON representation
高速で使いやすい蔵書検索のための汎用的なユーザーインターフェース
- Host: GitHub
- URL: https://github.com/CALIL/unitrad-ui
- Owner: CALIL
- Created: 2016-10-31T02:20:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T04:14:19.000Z (7 months ago)
- Last Synced: 2024-08-01T20:36:08.304Z (6 months ago)
- Topics: gulp, react
- Language: JavaScript
- Homepage:
- Size: 3.67 MB
- Stars: 27
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unitrad UI [![Maintainability](https://api.codeclimate.com/v1/badges/fd825472d8b0ac9e00d6/maintainability)](https://codeclimate.com/github/CALIL/unitrad-ui/maintainability)
Reactで構築された蔵書検索のための汎用的なユーザーインターフェース。
![スクリーン](doc/images/screen.png)
## 主な特徴
- シンプルで実用的なユーザーインターフェース
- ソートやフィルタのクライアントサイド実装
- 検索結果へのパーマリンク対応
- ウェブアクセシビリティ対応## ビルド
```bash
npm update
gulp release
```## ロードマップ
- ドキュメントの充実
- Unitrad API以外への対応(OpenSearchなど)## 採用例
- [京都府図書館総合目録ネットワーク](https://www.library.pref.kyoto.jp/cross/cross.html)
- [県立長野図書館「信州ブックサーチ」](https://www.library.pref.nagano.jp/licsxp-opac/shinshubooksearch.html)
- [とことんサーチ(岐阜県東濃地域)](https://tokoton.calil.jp/)
- [さばサーチ(福井県丹南地域)](https://sabae.calil.jp/)## ライセンスについて
The MIT License (MIT)
Copyright (c) 2023 CALIL Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.