{% extends "app/base.html" %}
{% comment %}
SPDX-FileCopyrightText: 2024
- Nils Brinckmann
- Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences (GFZ, https://www.gfz-potsdam.de)
SPDX-License-Identifier: EUPL-1.2
{% endcomment %}
{% block breadcrumb %}
{% endblock breadcrumb %}
{% block content %}
Make suggestions for new entries
If you need a new term to be included in the controlled vocabulary, the best way is to use the
Sensor Management System
(SMS).
There are several instances of the SMS - and each one is connected to this controlled vocabulary.
The description of the steps and of the overall process can be found
in the Wiki.
If you encounter any bug or error in the system, feel free to send a mail to the
Service Desk.
Add new functionalities
If you need new funcionalities then the best way is to get access the gitlab repository at
https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv.
There you can add new issues with your ideas, discuss with the developers and even provide code as merge requests.
{% endblock %}