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

Make the feedback screen linkable #150

Open
t-muehlberger opened this issue Sep 28, 2023 · 2 comments
Open

Make the feedback screen linkable #150

t-muehlberger opened this issue Sep 28, 2023 · 2 comments
Assignees
Labels
area:frontend Related to the UI component prio:B Major impact, but not essential type:enhancement New feature or request

Comments

@t-muehlberger
Copy link
Collaborator

It should be possible to send a link via SMS that leads directly to the feedback screen.

It probably makes sense to use HTTP query parameters or anchor tags to do this.

When for example ?feedback_token=XYZ or #feedback_token=XYZ is present in the URL the feedback screen should be visible.

@t-muehlberger t-muehlberger added type:enhancement New feature or request area:frontend Related to the UI component labels Sep 28, 2023
@jbethune
Copy link
Collaborator

How will this interact with HTML-embedded versions of DearMEP?

@scy
Copy link
Collaborator

scy commented Sep 30, 2023

How will this interact with HTML-embedded versions of DearMEP?

It won’t. We will link directly to the actual backend Instance, instead of linking to the individual Campaigns that embed the snippet.

At least at first. We could also think about parsing query parameters or URL fragments when we’re embedded on a site. In that case, it would make sense to call the parameter dearmep_feedback_token instead of just feedback_token.

However, we should also think about keeping the URL short, since the link will appear in an SMS. I wonder whether the backend should support some kind of forwarding endpoint, like https://chatcontrol.dearmep.eu/f/BCDFGH?

@scy scy added the prio:B Major impact, but not essential label Oct 11, 2023
@t-muehlberger t-muehlberger self-assigned this Oct 17, 2023
@t-muehlberger t-muehlberger removed this from the 2.0: instant call support milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:frontend Related to the UI component prio:B Major impact, but not essential type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants