Closed NickPriv closed 9 months ago
Currently implementing the null checks on required fields. However, not going to check for duplicate author at this point in time. This is because, it the user wants to create a duplicate review, all they have to do is change the author name. Additionally, searching the database for reviews with a certain author name could make the create request take significantly longer once there is a large set of reviews in our database.
Was not able to reproduce the issue. Working as intended.
There should be null checks on all required fields for Create Review requests. It should also check for duplicates, e.g. duplicate author.