AY2324S2-CS2103T-W12-1 / tp

https://ay2324s2-cs2103t-w12-1.github.io/tp/
MIT License
0 stars 4 forks source link

[PE-D][Tester D] UI: Policy ID Not Fully Displayed #158

Closed soc-se-bot closed 5 months ago

soc-se-bot commented 5 months ago

What Happened:

When the user inputs a very long policy ID, the policy ID turns out "...". This makes the user harder to check the correct policy ID.

image.png

Suggestion:

Suggest using wrap text to display policy ID, since it is quite important when deleting a policy. (deletepolicy needs policy ID as parameter)


Labels: severity.Medium type.FeatureFlaw original: ziyi22/ped#7

ReganChoy commented 5 months ago

Currently, all real-life policies will be under 20 digits/characters, hence having a policy number that overflows beyond 20 digits is unreasonable and can be regarded as out-of-scope

yorklim commented 5 months ago

Resize window fixes it

getsquared commented 5 months ago

Not allowed to fix, as can resize window to see, added length constraint to UG in #177