rubynor / bigfive-web

Website for taking personality tests
https://bigfive-test.com
MIT License
372 stars 146 forks source link

Edit comparison page after creating it #134

Closed LeonardoB25 closed 2 months ago

LeonardoB25 commented 2 months ago

Hello. I think it would be a very useful addition to the compare function to let the user edit a comparison even after creating it, and not only before.

Right now, it is impossible to do it. So, in order to update even a single person, the user needs to re-insert every name and id of each person each time.

maccyber commented 2 months ago

Agreed, good idea. Will add it soon. Thanks @LeonardoB25

maccyber commented 2 months ago

Implemented a button to add additional people to an existing comparison. Need to further consider how to display the edit modal effectively.

image

maccyber commented 2 months ago

Changed it to an 'edit comparison' that redirects back to compare page with ?edit= search param

image