ruxailab / RUXAILAB

RUXAILAB - Usability Testing and Heuristics Evaluation Conceptual learning
MIT License
41 stars 62 forks source link

[🐞 BUG]: deleting wrong option in heuristic test #435

Closed FernandaCasali closed 5 months ago

FernandaCasali commented 5 months ago

Description 📝

When you click on delete the option, it always deletes the last option you have and not the one you want.

Link 🔗

\src\components\molecules\OptionsTable.vue

Steps to Reproduce 🔄

Screenshots 📸

Expected Behavior 🤔

Actual Behavior 😱

Environment 🌍

Additional Information ℹī¸

No response

sajontahsen commented 5 months ago

Interested. Can i try?

KarinePistili commented 5 months ago

Yes, you can! Assigned @LostSputnik

sajontahsen commented 5 months ago

Hello, hope you're doing all right! So I set up the project with firebase emulator and attempted to recreate the problem on my local system. I have some interesting observations that I wanted to discuss.

I tried a number of test cases to assess this, such as where there are options with value after the ones without, and vise versa, as well as checking if deleting one type of option affects the other. I also checked combinations of the order of these two types of options to check if that had any effect. In all these, the above points seem to hold true. Here, I'm attaching a screen-recording so you can have a better insight, and also to make sure my process is aligned with the intended use.

Google Drive Link to Video

https://github.com/ruxailab/RUXAILAB/assets/34897621/f2c15db9-f68d-4d48-b1b1-e29192344041

I plan to first look into those options that don't have value, and work my way up from there. Am I on the right track? Eager to hear your thoughts on this. Thanks!

@KarinePistili @FernandaCasali

sajontahsen commented 5 months ago

I went ahead and made the PR, so that we have a basis to discuss further. Please me know if it aligns with the requirements. Thanks again ^_^

KarinePistili commented 5 months ago

Thanks @LostSputnik !! We will test it out and ping you back with feedback!

sajontahsen commented 5 months ago

You're welcome @KarinePistili. I believe I also came across a bug related to editing the option description. Let's look at that once we're done with this first.