Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add designated fields contactAddress and actualQuery to feedback #2700

Open
steffenkleinle opened this issue Mar 15, 2024 · 0 comments
Open
Labels
feature New feature or request
Milestone

Comments

@steffenkleinle
Copy link
Member

steffenkleinle commented Mar 15, 2024

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?

@steffenkleinle steffenkleinle added the feature New feature or request label Mar 15, 2024
@timobrembeck timobrembeck added this to the Backlog milestone Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants