c-wenlong / pe

0 stars 0 forks source link

Name field pushes UI of tags, calendar and remark (partially) out of view #4

Open c-wenlong opened 4 months ago

c-wenlong commented 4 months ago

Description

Screenshot 2024-04-19 at 16.26.31.png

The UI is not handled properly as the tags and calendar components are not within the screen when the name is too long. The remarks are also partially blocked.

Fix

You could consider limiting the size of your containers and components with a fixed value such that no one component would push the other out of the screen.

nus-pe-bot commented 4 months ago

Team's Response

This seems to be addressed by these 2 planned enhancements.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: My argument is that the elements of the UI gets pushed out of the screen, not what is mentioned in the planned enhancements. The developer mentions:

  1. long text, like long names, addresses, and remarks etc. might not display fully in a smaller window.
  2. Ul components like the display card, overlap with other components when the screen size is reduced.

Neither of which addresses UI components being out of the screen itself. This can problematic for the user since he is unable to view a key feature of your product (tags and days available).