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

CLI does not have any features relating to Courses #87

Open edwardUL99 opened 4 years ago

edwardUL99 commented 4 years ago

At the moment, a Course is just a logical association between Modules, Lecturers and Students. The CLI does not have any pages/features relating to Courses.

This would be a great enhancement to have this feature. It was a bit of an oversight in Version 1.0 but the functionality is there for courses, just not implemented yet.

Details/Requirements for Courses will come later