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.
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.
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
When a study is created and confirmed, the message displayed says "A new study is created with the name XXX".
When a study is deleted, the message displayed says "A study is deleted with the name XXX".
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.