jialatteo / pe

0 stars 0 forks source link

Meeting is not displayed in UI #4

Open jialatteo opened 1 year ago

jialatteo commented 1 year ago

editM 1 n/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA d/2022-10-20 23:59 is executed and gives the success message below:

image.png

But I am unable to view the meeting or any text in the UI that contains the above information.

Update:

image.png
Just saw this in the user guide but I feel that it is still an issue as there is no way for the user to use this meetings feature through the command line. Users cannot see the meetings unless they go straight to the data file which defeats the purpose of the feature and the commands.

soc-pe-bot commented 1 year ago

Team's Response

As mentioned in the User Guide, the UI for the meeting function is not available. However, we do agree that it can be communicated better in the User Guide itself, and view it as a documentation bug.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: This exact issue has been raised by all testers with the same high severity/feature flaw bug type.
Creating all the Logic, Storage, Model components but not linking it to the UI makes this feature unusable for the user.

The meetings data does not show up at all on the app. The user would not be able to delete, edit, add meetings if they cannot even view the meetings.
Furthermore, there is no documentation in the UG/feedback message to guide the user to look at the json file to view meetings.
Also, if the user wants to execute a meetings command in the app, the user has to manually count for the meetings index in the json file.
At this point, the user would be better off editing the meetings data straight from the json file.