nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

[UI] Assignment gets truncated when window is resized #1380

Open nus-se-script opened 1 day ago

nus-se-script commented 1 day ago

Overview:

The word Assignment and the entire field gets truncated when the window is resized smaller.

Environment:

Processor: 13th Gen Intel(R) Core(TM) i5-13500H, 2600 Mhz, 12 Core(s), 16 Logical Processor(s) Operating System: Microsoft Windows 11 Home Version 10.0.22631 Build 22631 App Version: v1.6

Steps to Reproduce:

  1. Add any person to the list.
  2. Resize the window until the word "Assignment" becomes "..."

Expected Result:

Assignment should not be truncated.

Actual Result:

Assignment is truncated.

Screenshots/Logs (if applicable):

image.png

Frequency:

Always.


[original: nus-cs2103-AY2425S1/pe-interim#1904] [original labels: severity.Medium type.FunctionalityBug]

Edsel-Tan commented 1 day ago

Team's Response

Firstly, the assignments themselves do not disappear upon resizing, only the assignment label disappears. So we believe that the user can still see and interact with each assignment meaningfully. Hence, we believe this is a cosmetic bug.

Secondly, we believe that users who resize the windows to a smaller size would expect to see lesser details (i.e. a truncated version of the application). For any application, making it too small would impede its functionality and readability. Hence, we do not think this is a priority to implement in v1.6.

Duplicate status (if any):

--