star-rating
Reactive icon

Star Rating

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 12 Aug (12 days ago)
 by 
4.4
 (7 ratings)
star-rating

Star Rating

Documentation
1.0.1

Using the Star Rating Functionality

  1. Install the Star Rating Component
    Make sure the Star Rating component is installed in your environment.

  2. Open Manage Dependencies
    In your main module, go to Manage Dependencies.

  3. Add the Required Client Action
    From the Star Rating component, add the RatingToBooleanList client action to your module.

  4. Understand the Input Parameters

    • Rating (Integer) – The rating value you want to display.

    • MaxRating (Integer) – The maximum possible rating value.

  5. Review the Output Parameter

    • RatingList (Boolean List) – The generated list that indicates which stars should be filled.

  6. Test with the Demo Application
    For a better understanding of how this works in a real scenario, try the included demo application.