Currently a user can only rate a recipe once with no way to change their rating. A user should be able to change their rating. This could be implemented in conjunction with #160 which could show their rating instead of the "rate this recipe" section, and the same star buttons to rate it. The RecipeController RateRecipe method will need to be modified accordingly to change the rating of that entry in the database instead of the if/else statement.
Currently a user can only rate a recipe once with no way to change their rating. A user should be able to change their rating. This could be implemented in conjunction with #160 which could show their rating instead of the "rate this recipe" section, and the same star buttons to rate it. The RecipeController RateRecipe method will need to be modified accordingly to change the rating of that entry in the database instead of the if/else statement.