Open-EO / openeo-hub

Source code for openEO Hub, a centralized platform to explore openEO back-end providers.
https://hub.openeo.org
Apache License 2.0
8 stars 3 forks source link

Convert "each on a new line" textareas into single input fields with "tags" #24

Closed christophfriedrich closed 4 years ago

christophfriedrich commented 5 years ago

Turn inputs that accept more than one value ("array inputs", e.g. collection identifiers in backend search) and currently realise this via a textarea with "each on a new line" into single input fields with "tags" instead, like in the Google Flights airport selector:

Google Flights airport selector

The autocomplete feature shown in the screenshot is desirable too, this is tracked in #25.

christophfriedrich commented 4 years ago

The new Filter feature uses components exactly like this for collections, processes, output formats and service types. Since the Search feature will be removed soon anyway (and with it the possibility to search for processes' parameters' names and descriptions (the only other occurrence of the old "each on a new line" inputs)), this issue is essentially resolved.