tuandingwei / pe

0 stars 0 forks source link

Budget name gets trancated when the name used is "too long" #5

Open tuandingwei opened 4 years ago

tuandingwei commented 4 years ago

Screenshot 2019-11-15 at 12.58.56 PM.png

As seen in index 9, the budget name only allows a limited number of words to be used. It gets trancated easily when a few more words are used in the budget name.

Similarly, this happens to expenses too.

nus-pe-bot commented 4 years ago

Team's Response

From the screenshot, user can view the complete name in the piechart, which is more convenient and makes more sense. In order to show more entries in the centre panel, we truncate it to make it only show a single line, else it will display in several line which will block the contents of the list.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: The team could have easily implemented a scroll pane to allow user to read long titles. Moreover, since the pie chart changes when the user is in the expense mode the detail will not be available. By extending a longer title, the description in the pie chart will also be truncated.