Luigi1992 / quick-study

1 stars 1 forks source link

Managing exams #24

Closed alessio-balda closed 9 years ago

alessio-balda commented 9 years ago

The user can manage all of the added exams (basically CRUD operations) and the study sessions. For example, if the user deletes an exam, every study session related to it must be deleted too.

Luigi1992 commented 9 years ago

Partially done. We have to implement only the modify option.