Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upStar rating component #2691
Star rating component #2691
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thanks for raising—this would be a good thing to do eventually. Slotting it in the backlog for now, but feel free to submit an intent to implement if you'd like to propose an approach. |
This comment has been minimized.
This comment has been minimized.
I should mention, though, that until we build out support for forms, the rating component won't be able to handle the actual input & transmission of data. Happy to see implementations for the ratings UI in the short term, but we won't see the full benefit until forms support is implemented. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Forms were released to production on 2016-10-31. Holding off until these are released as well: See also #5540. |
This comment has been minimized.
This comment has been minimized.
Closing for ampproject/amp-by-example#558 |
This comment has been minimized.
This comment has been minimized.
Re-opening since we decided (see ampproject/amp-by-example#558 (comment)) to make this an AMP component. @dandv I assume you are still willing to take this one. When you have the API you have in mind ready, let's do a quick forma review with the team. (Just a PR with an example usage and/or markdown file for the API should be enough for the review) |
This comment has been minimized.
This comment has been minimized.
@aghassemi @dandv FYI, bumped the priority on this up slightly, given how useful it is for a range of e-comm use cases — @dandv, do you have a sense of a timeframe for this component? |
This comment has been minimized.
This comment has been minimized.
Repasting my thoughts here @dandv - i just had a thought, I think it might be easy to build on top very easily It will make the component more semantic https://codepen.io/catharsis/pen/vquyj Let me know what you think ! (https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/) |
This comment has been minimized.
This comment has been minimized.
@camelburrito: Closable? |
This comment has been minimized.
This comment has been minimized.
No Dan is working on it
On Fri, Mar 10, 2017 at 3:01 PM Justin Ridgewell ***@***.***> wrote:
@camelburrito <https://github.com/camelburrito>: Closable?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2691 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA_T_3QhVpHFhXmJSOuePT46cy8z9V0fks5rkav_gaJpZM4H4OCr>
.
--
-- Sriram
|
This comment has been minimized.
This comment has been minimized.
Any updates? |
This comment has been minimized.
This comment has been minimized.
Sorry, been bogged down with other work. Hope to get back to this soon.
|
This comment has been minimized.
This comment has been minimized.
Thanks for the last update. Anything new happening with this? |
This comment has been minimized.
This comment has been minimized.
Now that I/O is over, I'm back to work on this since it can unblock a number of partners. /cc @joemarini FYI |
This comment has been minimized.
This comment has been minimized.
I have fixed the reverse arrow issue in Starability.css. Now it works with keyboard in correct order. You might consider that. https://github.com/LunarLogic/starability |
This comment has been minimized.
This comment has been minimized.
This issue hasn't been updated in awhile. @dandv Do you have any updates? |
This comment has been minimized.
This comment has been minimized.
p2 -> p3 since there is an ABE sample for it already. |
This comment has been minimized.
This comment has been minimized.
We'd love to use this feature and know of many users who would too. |
This comment has been minimized.
This comment has been minimized.
@nicopujol Have you had a chance to take a look at this guide for implementing star ratings in AMP: https://amp.dev/documentation/examples/interactivity-dynamic-content/star_rating/ ? It would be great to hear what kinds of use cases you think a dedicated component would address vs what's possible with the capabilities illustrated in the guide linked above. cc @nainar |
This comment has been minimized.
This comment has been minimized.
Hi @rudygalfi @nainar , Some thoughts:
|
A star rating AMP HTML component would enable common 1-5 star rating displays, with optional input.
Prior art is documented in my comparison of star rating widgets.