pra-navi / pe

0 stars 0 forks source link

Inefficient edit remark feature #9

Open pra-navi opened 10 months ago

pra-navi commented 10 months ago

image.png

There will be a lot of scenarios where receptionists are very busy and just want to add a remark to an existing remark of a patient. But this feature does not allow them to do so. They will need to copy the previous remark, which is not possible because the view patient window does not allow users to copy text from the screen.

image.png

Hence they are unable to paste this text into the command terminal and simply add more text behind for the remark_p command. Instead users will have to either remember from the top of their head the remarks used previously, if they are too long to be read off from the screen, or manually write up the previous remark again, if they are able to see from the screen. Then they need to add their new remark manually in the same command to be able to retain the previous remark while adding something new.

nus-se-bot commented 10 months ago

Team's Response

The original intention of remarks is to store temporary and short statement for the patient.

While the suggestion given is valid, it has already been mentioned in the planned enhancement:

Screenshot 2023-11-18 at 11.36.07 PM.png

To further elaborate: to make the remark wrapped, we will need to use JavaFX Text component instead of Label. Once it is used as a Text component, users will be able to copy and paste as tester suggested.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I think the team might have misunderstood my original bug report.

I am referring to the following feature of the command- image.png

I find it very inconvenient that to change a remark, to add a simple word to the pre-existing remark, I need to manually re-type the words again.

image.png change 2 to 3

You can see from my video that I am unable to copy or select my previous remark, nor am I able to edit it directly, instead I have to use the remark_p command and retype manually my entire previous remark while changing that one number which is very inefficient, because I can only either remove my previous remark or write over it- only these 2 options. An edit remark feature would be a great addition! Especially considering the remark history is not saved.

video


## :question: Issue severity Team chose [`severity.Low`] Originally [`severity.High`] - [x] I disagree **Reason for disagreement:** Low refers to: Unlikely to affect normal operations of the product Appears only in very rare situations and causes a minor inconvenience only. While High refers to: Affects most users and causes major problems for users Hence I think according to my above explanation, this bug should fall under High as all users will face this same issue when using the product and I am sure that all users will come across this need at least once when using this app. The consequences of this lack of design consideration also has a great impact on users who might accidentally lose their previous remark and effort.