Custom Badges for community
Hello, We have a requirement wherein we want to setup a custom badge widget, which will accumulate the badges based on the type of activities users perform. This will work just like how Lithium'd badges work, but as we dont have them enabled, and need our custom, I am wondering we can achieve this if we have some API which gets us the result of all the activities which user is performing. Lets say, an API which returns
No. of visits, so if they are > 100, user earns a regular visitor badge
No. of kudos given > 10, some kudo badge
No. of kudos recieved > 10, some xyz badge
No. of replies made > 25, some badge
Can we achieve something like this? or do we need to involve lithium services? In my opinion, if I get such user info/ details, we can create this. Please suggest and also provide any such API.
Thanks