ks982579 / rust-quiz-web-app

A Rust full-stack quiz web application.
MIT License
0 stars 0 forks source link

Init Question Delete Feature #27

Closed ks982579 closed 4 months ago

ks982579 commented 4 months ago

Part of story for issue #16 these features delete Quiz and Questions from the database and some implementation for the front-end also. I also removed the Quiz's knowledge of its Question children in the database. Implementing this was becoming difficult and clumsy, and did not provide any benefit.