UMN-LATIS / Camino

Create and share educational tours
https://camino.cla.umn.edu
1 stars 0 forks source link

Show success message to user on successful feedback submission #288

Closed jxjj closed 2 years ago

jxjj commented 2 years ago

Previously, when a user submitted feedback, the form would clear and there was no obvious indication of success. This changes the UX so that:

The feedback state is in its own Pinia store, which allows a user to navigate between stops without losing their typed feedback. (Use case: the user starts typing feedback, can't remember the stop the want to discuss, navigates to a few different stops, then returns to the feedback form.)

Closes #270