Closed rycka13 closed 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.
There are not exceptions yet in the Services
part nor controllers. If it fails it returns appropriate code for front end to handle
@BaicoianuIoanSorin There are few changes in the URL's that you need to know. The
Star
andDirector
controllers now take PersonId to edit or delete them. Also there is no need to add ID's to theStar
orDirector
objects since it will be added from requests URL