-
Notifications
You must be signed in to change notification settings - Fork 1
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
Notifications: Add a dropdown with options on the Feedback form #960
Comments
@nikitabalsara Can you take a look at the above backend changes that were made for the feedback form? It needs frontend implementation to add a dropdown for the feedback form with options as shown in this card's description. These changes haven't been deployed on COSMOS yet and will be once the frontend changes are ready. |
Hi @bishwaspraveen We will pick this up in the next PI. Just want to confirm if we have an API for the dropdown options? If we keep these options hard-coded on the frontend it will need an explicit deployment so it's better if we use an API which gives us the values. |
Hi @bishwaspraveen Sharing a note once again on this - Just want to confirm if we have an API for the dropdown options. If we keep these options hard-coded on the front end it will need an explicit deployment so it's better if we use an API that gives us the values. We will add the category in the request body that shouldn't be a problem. |
@nikitabalsara I'll be working on this in the next couple of days. |
![]() ![]() ![]() ![]() @nikitabalsara Take a look at the above implementation and let mw know if this works or needs changes. I'll deploy it to COSMOS prod if this fits the needs. |
Hi @bishwaspraveen Just one comment the dropdown option text will be the "subject" in the contact us API. We don't need the subject and dropdown_option both. The rest in terms of the dropdown options API seems to be fine. Thanks! |
@bishwaspraveen On second thoughts I don't think any change is needed from your side we can handle that on the frontend too sending the dropdown text in the subject along with the dropdown option. Please let us know once it's deployed. However, we'll need to make sure the production form which doesn't have this change yet still continues to work as expected. |
@ankit-lrm FYI |
@bishwaspraveen Is this likely to be deployed during this sprint so that we can integrate it? |
Description
On the feedback form, users are requested to provide their email address and choose from a selection of contact needs that include:
Make sure to run this piece of code on shell to populate the dropdown options model after COSMOS deployment.
The text was updated successfully, but these errors were encountered: