GeneralMagicio / pw-frontend

Pairwise frontend implementation
https://pairwise-frontend.vercel.app
GNU General Public License v3.0
15 stars 0 forks source link

Editing project user flow fix #251

Open mosaeedi opened 10 months ago

mosaeedi commented 10 months ago

When user finishes pairwise voting and then taps on the edit button here,

Screenshot 2023-11-27 at 9 01 20 PM

We redirect users to the edit votes screen, but if the project they are trying to edit is in the same position as this picture,

Screenshot 2023-11-27 at 8 58 22 PM

Users should scroll down to be able to find the project they want to edit.

Solution: So, when the edit votes screen loads, the project the user wants to edit should be in the middle of the view screen! Simply scroll manually to the product position so the user won't feel lost, and they can edit it.