NASA-IMPACT / COSMOS

COSMOS is a web application designed to manage collections indexed in NASA's Science Discovery Engine (SDE), facilitating precise content selection and allowing metadata modification before indexing.
https://sde-indexing-helper.nasa-impact.net/
3 stars 1 forks source link

Add a dropdown with options on the Feedback form #960

Open bishwaspraveen opened 3 months ago

bishwaspraveen commented 3 months ago

Description

On the feedback form, users are requested to provide their email address and choose from a selection of contact needs that include:

bishwaspraveen commented 2 months ago

Image Image

bishwaspraveen commented 2 months ago

Image Image

bishwaspraveen commented 2 months ago

@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.

nikitabalsara commented 2 months ago

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.

@code-geek @shravan-lrm @kartiknagaraja-LRM @saurabh-LRM

nikitabalsara commented 1 month ago

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.

@kartiknagaraja-LRM @CarsonDavis