You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For update of review add a button with label 'View' in the reviews table. On click open a modal with a review form.
Review form should consist of rating and feedback fields.
Data format
rating - integer from 0 to 5. Use MUI rating component
feedback - string from 10 to 200 characters. Both fields are required.
ACL
Delete review can be done by owner or superadmin
Update review can be done only by owner
The text was updated successfully, but these errors were encountered:
UI
For update of review add a button with label 'View' in the reviews table. On click open a modal with a review form.
Review form should consist of rating and feedback fields.
Data format
rating
- integer from 0 to 5. Use MUI rating componentfeedback
- string from 10 to 200 characters. Both fields are required.ACL
The text was updated successfully, but these errors were encountered: