nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

view_student: Clicking on a student should also view the student #205

Open nus-se-script opened 1 week ago

nus-se-script commented 1 week ago

Although the user can view a student using the view_student command, the user would also expect to be able to use the GUI to view a student when clicking on a student from the list.

Expected: Student that is clicked on is shown.

Screenshot 2024-11-15 at 4.28.04 PM.png

Actual: Student that is clicked on is not shown. Screenshot 2024-11-15 at 4.26.51 PM.png


[original: nus-cs2103-AY2425S1/pe-interim#290] [original labels: severity.Medium type.FeatureFlaw]

emmannyyy commented 1 week ago

Team's Response

As stated in the CS2103 tP: Constraints Website, the application should be optimised for CLI.

image.png

image.png

As mentioned in the recommendations, non-CLI inputs will reduce the suitability of the product to target users. Our current user interface assumes that users prefer to interact with the app via a CLI interface.

However, future iterations can also optimise the app for GUI.

Duplicate status (if any):

--