edwardUL99 / StudSysCppCLI

A CLI UI for the StudSysCpp Project. This is a "dummy" project that is not used but done to practise C++ and also software engineering in terms of issues, issue tracking, issue refinement, requirements engineering, releases and also databases
GNU General Public License v3.0
0 stars 0 forks source link

Add functionality for an Admin to list all lecturers/courses/students and modules currently in the system #95

Closed edwardUL99 closed 3 years ago

edwardUL99 commented 4 years ago

This functionality would allow them view a lecturer to choose to add to a module, a student to register etc. As of now, they have no idea what entities are in the database, unless they just created them. Otherwise they just have to know a certain item is in the database.

Use Case: An admin wants to add a lecturer to module MO1234. They roughly know the lecturer's name but wants to be sure of the e-mail address They then can go list all the lecturers and find the correct one and use that e-mail address.

A useful sub-feature of this could be a search mechanism

edwardUL99 commented 3 years ago

Not implementing, instead, I am adding a search feature to search the database