Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statisticsnorway/klass-subsets-webview
a web view of KLASS subsets
https://github.com/statisticsnorway/klass-subsets-webview
Last synced: 6 days ago
JSON representation
a web view of KLASS subsets
- Host: GitHub
- URL: https://github.com/statisticsnorway/klass-subsets-webview
- Owner: statisticsnorway
- License: apache-2.0
- Created: 2021-01-15T12:54:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T01:27:47.000Z (25 days ago)
- Last Synced: 2024-11-28T02:26:33.924Z (25 days ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# subsets-webview
This single page application is built to display information about a KLASS Subset in a human readable and user friendly manner.
It takes as query parameters the `subsetId` of the subset to be displayed, and an optional `language` code ("nb", "en", "nn").
It is built with the purpose of being low maintenance, low effort, and survivable. to achieve this we build it stand-alone from [klass-subsets-client](https://github.com/statisticsnorway/klass-subsets-client), which is a more complex and modern web application used for creating the subsets. We also chose to build it separately from ssb.no in order to avoid issues with compatability, and to avoid the added maintenence due to changes in ssb.no and the more volatile and modern technologies that are used there.