willyamped / pe

0 stars 0 forks source link

Names that are too long #2

Open willyamped opened 2 years ago

willyamped commented 2 years ago

Steps to reproduce:

  1. addstudent -n thisNameIsSuperSuperSuperSuperSuperSuperSuperSuperLong -i E1239120

Expected: Name is wrapped around or character length should be limited

Actual: Name is cut off Screenshot 2021-11-12 at 4.29.03 PM.png

nus-se-script commented 2 years ago

Team's Response

The name was cut off because the window size is too small to display the full name. If the provided command was tested with a full-sized screen, the name will be fully displayed as shown below.

image.png

Besides, the left column can be enlarged if needed, hence it's rarely the case where the student's name could be this long to be unable to be displayed fully. image.png

Additionally, we do not wish to wrap and display the full name as that would lengthen the student display box and cause less students to be visible on our list without scrolling.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]