SEP-VIA-GROUP5 / SEP6

6th Semester Project
0 stars 1 forks source link

Updated services to the newest CRUD database operations #60

Closed rycka13 closed 1 year ago

rycka13 commented 1 year ago

@BaicoianuIoanSorin There are few changes in the URL's that you need to know. The Star and Director controllers now take PersonId to edit or delete them. Also there is no need to add ID's to the Star or Director objects since it will be added from requests URL

Titas212 commented 1 year ago

Would be good know where exactly in the code exceptions would be thrown, if something goes wrong, so we could implement error handling there, do you know where it happens? If no, we can create an issue for that. Would be good to have stable application, pages, that wouldn't die after 1 exception.

rycka13 commented 1 year ago

There are not exceptions yet in the Services part nor controllers. If it fails it returns appropriate code for front end to handle