MoTrPAC / motrpac-frontend

User interface and Frontend for MoTrPAC Bioinformatics Center
MIT License
3 stars 0 forks source link

Connects to #266. User survey pop-up. #268

Closed jimmyzhen closed 11 months ago

jimmyzhen commented 11 months ago

Key Changes:

  1. Implemented a pop-up modal prompting for user experience rating. This modal is shown after the user downloads the data from the portal, either the selected files, the bundled files, or the DEA search results.
  2. The modal features a horizontal scale of ratings with optional comment box.
  3. A link to the more detailed/expanded survey is included in the modal.
  4. The modal only shows once during the entire session, regardless the number of data download events incurred by the user during the session.
  5. The modal does not show when the modal with the full list of bundled datasets is activated.
  6. User ratings and comments are programmatically submitted a Google Form.
  7. Fixed bug in the selected files download modal in which the request acknowledgement message is not shown when the user is authenticated into the Data Hub.