kblincoe / QualOpt_SE701

2 stars 15 forks source link

[UI Bug] Message after deleting studies shows id instead of name #89

Open victorlian opened 6 years ago

victorlian commented 6 years ago

On the overall studies screen, a green bar will pop-up every time a study is created or deleted. The message says will say: "A study is created/deleted with identifier XXX"

Currently, "XXX" is the name of the study when a study is created, yet "XXX" is the id of the study when a study is deleted. Hence lack of consistency. (This is the bug)

From a UI/UX perspective, the message would be more meaningful to users if it uses the word "name" instead of "identifier", so the message could say something along the lines of "The study named "XXX" is created/deleted".

@softeng-701 This would be a very-small issue requiring two UI fixes.

softeng-701 commented 6 years ago

@victorlian APPROVED!

victorlian commented 6 years ago

Updating on some more details:

How to reproduce?

  1. Log in as user/user, move to "Studies" tab.
  2. Create a study, fill in some details, and click OK. A green message bar will be shown after submission. Observe that the name of the study is being used here.
  3. Delete the study. A green message bar will be shown after confirmation. Observe that the id of the study is being used here.

Acceptance criteria

  1. When a study is created and confirmed, the message displayed says "A new study is created with the name XXX".
  2. When a study is deleted, the message displayed says "A study is deleted with the name XXX".
Nemeritz commented 6 years ago

If no one's already doing this I'll do it.