Skip to main content
New Participant
October 17, 2019

Develop helpful button component in AEM 6.3

  • October 17, 2019
  • 7 replies
  • 5932 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

7 replies

New Participant
November 19, 2019

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.

Ankur_Khare
New Participant
October 23, 2019

were u able to use OOB rating component logic?

Ankur_Khare
New Participant
October 18, 2019

Previously when we used rating component it was written in jsp in cq 5.6.

Now i think you can refer this component-

Using Ratings

/libs/social/tally/components/hbs/rating

New Participant
October 18, 2019

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).

New Participant
October 18, 2019

Is it part of communities? Could you please provide me the path where I can find Rating component?

New Participant
October 17, 2019

I would use a sling model for this requirement.

Ankur_Khare
New Participant
October 17, 2019

Refer OOB rating component.

You can use the similar logic to implement this functionality.