Context

https://github.com/mui/mui-x/issues/5913

The problem

The current docs rating is not working:

  1. It’s a UX problem. People don’t see the action (e.g. @Sam Sycamore didn't saw it until @Olivier Tassinari showed it, it was reported by other community members too).

    Screenshot 2022-05-04 at 17.12.28.png

    The solution here would be to move the rating out of the prev/next page.

  2. Operations problem. The data we collect is very hard to use. It’s using DynamoDB which can barely be queried for returning stats. https://us-east-1.console.aws.amazon.com/dynamodbv2/home?region=us-east-1#item-explorer?initialTagKey=&table=feedback-prod

    1. the dateTime field is a string and stored as a non-ISO format, so it can't be sorted.
  3. Scalability. The feature should be isolated inside the mono-repository. No configuration should be needed for MUI X, Toolpad, or Design kits to benefit from it.

Options

?

Benchmarks

Screenshot 2022-05-04 at 17.09.40.png

Plan

  1. Bring comments to a Slack channel. The reason why: we don’t know what’s happening currently on the page. Letting everybody have access to the content could be a quick win.