AY2021S2-CS2103-T14-2 / tp

https://ay2021s2-cs2103-t14-2.github.io/tp/
MIT License
0 stars 5 forks source link

[PE-D] addon command feature flaw in the view window #145

Closed nus-pe-bot closed 3 years ago

nus-pe-bot commented 3 years ago

List of commands to reproduce:

  1. clear 2.add n/Subway ra/5 p/6 re/I like this food a lot! a/3155 Commonwealth Ave W, Singapore 129588 c/FastFood c/Vegan s/SOC 3.addon 1 re/i dont like this food

In the main window, the reviews should be shown as tages so that the user can differentiate that it is actually reviews by different people.Currently reviews just add onto the existing reviews in one line. Very confusing for the user. It looks like review by just one person. Moreover, the users cannot even see the reviews that is added on. It only shows "I like this food a l..."

After open the view window, in the view windwo: Should try to find a way to differentiate and separate reviews by differentlly users. Currently, they are only separated by one line. Can try something like: reviewer 1:......... reviewer 2:............ etc


Labels: severity.VeryLow type.FeatureFlaw original: icytornado/ped#17

marcusleeeugene commented 3 years ago

The program only accounts for 1 user, not multiple. However, we will add in square brackets for multiple reviews in the logging box so that it is clearer.