Hi,
I have a requirement to create helpful button component which will be used in all the article pages. On clicking the button, we should increment the count for unique users. Once the logged in user click on the button, we should disable the button for that specific user on that page. I'm looking for a best approach to implement this. Could anyone throw some light on this please.
Thanks in advance.
Views
Replies
Total Likes
Refer OOB rating component.
You can use the similar logic to implement this functionality.
Views
Replies
Total Likes
I would use a sling model for this requirement.
Views
Replies
Total Likes
Is it part of communities? Could you please provide me the path where I can find Rating component?
Views
Replies
Total Likes
Scott, we do not have the users stored in AEM. So, my main concern is with respect to storing the user info(unique identifier) as we have a lot of users. We need to store the user info to determine if a user has already liked the article. Should we use an external DB to store this data (user info specific to an article).
Views
Replies
Total Likes
Previously when we used rating component it was written in jsp in cq 5.6.
Now i think you can refer this component-
/libs/social/tally/components/hbs/rating
Views
Replies
Total Likes
were u able to use OOB rating component logic?
Views
Replies
Total Likes
No, we have not used OOTB Rating component. I was mainly looking for suggestions around storage as we do not have the user data stored in AEM. Now we have decided to use an external DB for storing the unique user identifier along with article page path.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies