https://github.com/natlibfi/skosmos-widget-suggestions
Skosmos plugin for making suggestions for new concepts
https://github.com/natlibfi/skosmos-widget-suggestions
Last synced: 12 months ago
JSON representation
Skosmos plugin for making suggestions for new concepts
- Host: GitHub
- URL: https://github.com/natlibfi/skosmos-widget-suggestions
- Owner: NatLibFi
- Created: 2018-12-04T15:06:31.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T12:03:26.000Z (about 1 year ago)
- Last Synced: 2025-06-03T22:16:59.324Z (about 1 year ago)
- Language: Vue
- Size: 71 MB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- Changelog: change.html
Awesome Lists containing this project
README
# Skosmos-widget-suggestions
Skosmos plugin for making suggestions for new concepts or alterations to existing concepts
## How it works
This Suggestions plugin enhances Skosmos vocabularies and concept pages with suggestion forms, which allow users to suggest new concepts or alterations to existing concepts.
Firstly, this provides a button on the vocabulary's home page, which opens the form for suggesting new concepts as a dialog. On the other hand, each concept page has a button for suggesting alterations for the viewed concept in another form.
When the plugin is added to the Skosmos environment, update the correct Suggestion-handling environment API url (`SUGGESTION_API_BASE_URL`) to **widget.js**.
This plugin fulfills the requirements for [Skosmos](https://github.com/NatLibFi/Skosmos) [plugins](https://github.com/NatLibFi/Skosmos/wiki/Plugins).
To make changes the dialog forms this widget provides (e.g. to update translations), see the `component-bundler` folder. The dialog forms are provided with the **components.js** file, which is created with the bundler. See the bundler's [README](https://github.com/NatLibFi/Skosmos-widget-suggestions/tree/master/component-bundler) for more information.
## Additionally
Pollutes the global namespace with `SUGGESTIONS` and `SUGGESTION_API_BASE_URL`.