andersganander / albumtalk

Front End for pp5 project Album Talk
0 stars 0 forks source link

Show message to user when user tries to write another review for an album #74

Closed andersganander closed 3 weeks ago

andersganander commented 3 weeks ago

It shouldnt be possible for a user to write more than one review for a specific album. Though there's a constraint in the database model to prevent that, it would be a better user experience if the possibility to write more than one review for an album could be avoided also in the user interface.

andersganander commented 3 weeks ago

Added useEffect in ReviewCreateForm where there is a check if the user has written a review for the album. In that case a message is shown instead of the edit form.