HandyOrg / HandyOrg/HandyControl
[Feature request] Rating control - different states for all vs personal rating
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
A rating control is often showing the overall ratings of all users and then let the single user rate for himself. Currently it's not possible to show a rating value for all users differently than the single user rate. There must be a clear state that the user hasn't rated it yet, he must also see the overall rating of all users all the time (unless his rating is bigger than the overall rating). And if he has rated he must see his own rating.
Describe the solution you'd like
Adding a new bindable property that fills the rating control with 50% transparency. That means that in a situation where the overall rating is 4 of 5:
- He sees 4 stars filled with 50% transparency out of 5.
- The behavior when mouse hovering and clicking / rating remains the same, stars get fully filled
- He clicks/rates 3 stars of 5. He sees 3 stars fully filled and 1 stars filled with 50% transparency and one star not filled
- He clicks/rates 5 stars of 5. He sees 5 stars fully filled.
Describe alternatives you've considered
Additional context
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the existing rating control and its bindable properties, then trace how hover and click states are rendered. Use the requested overall-versus-personal rating examples as acceptance criteria, preserving the current hover and click behavior while supporting the distinct partially transparent state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100