Corgam / SS23_ADSP_TCF

An official repository for the "Tangible Climate Futures" project from the ADSP (SS23) course at TU Berlin.
1 stars 2 forks source link

[FE] Implement the Browse Journeys page #144

Closed Corgam closed 1 year ago

Corgam commented 1 year ago
thdrbrkw commented 1 year ago

This also requires a change of the filter-block component: Create a seperate Input with an array of keys. If the array contains values, the compoent should for the "key"-Field not display a text-input, but rather a dropdown with the passed values. The array should have the following structure: {key: string, displayValue: string}, where key is the key in the data structure, and DisplayValue the visible name in the dropdown in the current language (e.g. "Tags" vs. "Stichworte").

The deletion is allowed for everyone (instead of only the user`s own journies as described in the title)

Endpoints to be used: see Swagger in the Journey-Section

Corgam commented 1 year ago

Done #164.