digitalfabrik/integreat-cms

Add designated fields contactAddress and actualQuery to feedback

Opened this issue · 0 comments

Motivation

At the moment the apps are adding information about the users contact address and the actual search query to the feedback in a hacky way: The contact address is just appended to comment (as Kontaktadresse: <mail>/Keine Angabe while the actual search query is just appended (as (actual query: <query>)).

This prevents

  • Separation of the different information
  • Nice styling
  • Translating in the CMS users language

Proposed Solution

Add designated and optional fields contactAddress and actualQuery to the search feedback POST requests: https://digitalfabrik.github.io/integreat-cms/api-docs.html#search.

Alternatives

a) Use query for the actual query and add a new field wantedInformation or similar for the adjusted query
b) Keep the current behavior.

User Story

Please notify the app team once this is done.

Related: #2699.

Current status:
image

Design Requirements

Perhaps a design that allows for additional columns?