NJACKWinterOfCode / Timetable-Generator

Timetable-Generator
0 stars 6 forks source link

Adding more functionalities to the UI - Add delete feature #5

Open the-shashwat opened 6 years ago

the-shashwat commented 6 years ago

Add functionality to delete the a teacher/course/batch. Be careful!! These are interrelated. You may have to cascade the changes you make. Example there can't be a course if you delete the teacher for it. You must prompt a warning if a particular delete operation wants to delete many other related entities. Only with the users consent such a deletion should be done.