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 a feature to Announcements to delete an announcement #65

Closed edwardUL99 closed 4 years ago

edwardUL99 commented 4 years ago

This is as simple as adding a delete command which is only available if the lecturer for that module who created the announcement is logged in. Therefore if a lecturer is logged in for that module but didn't create the announcement, they should not see the delete command

edwardUL99 commented 4 years ago

This is a sub-task of issue #74