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

Only allow the creating lecturer to delete an exam #103

Closed edwardUL99 closed 4 years ago

edwardUL99 commented 4 years ago

AT the moment, every lecturer can delete an exam even if they did not create it. This should be restricted to the one who created it. This will be more of an issue when there can be more than one lecturer on a module. This issue was inspired by issue #66.

Also, check any other deletions and create an issue for that to add this constraint. All these need to be done for issue 1.2, so please check the other pages also.

edwardUL99 commented 4 years ago

This is being removed from this milestone since there are concerns about the request to add multiple lecturers to one module, if this occurs, library support will be required as the Exam class will need to change. This will remain without a milestone until that can be decided

edwardUL99 commented 4 years ago

Closing and moved to may not implement so it can be re-opened if needed