Open nus-se-script opened 1 week ago
As stated in the CS2103 tP: Constraints Website, the application should be optimised for CLI.
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.
--
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.
Actual: Student that is clicked on is not shown.
[original: nus-cs2103-AY2425S1/pe-interim#290] [original labels: severity.Medium type.FeatureFlaw]