i am using amobb 7.x-1.2 and i am successfully able to send badges to Mozilla , but i also require to maintain record of badges , which are successfully send to Mozilla.

Comments

Crell’s picture

Title: how to get badges record send to mozila. » Recording what badges have been sent

Retitling, as I think I have the same question.

We want to track which badges a user has sent to Mozilla or not, so that we can bug the user (dsm() messages, email, etc.) to do so. Simply having a record somewhere would be sufficient as then we can wire that record into rules, views, or whatever.

Looking at the code and the API, it seems that amobb.js would need to fire an event in its callback that lets other modules respond to a failed/successful posting. Then another module (or this one) could record the status change to the database.

I'm unclear what all would be involved in doing that or if such a patch would be accepted. Please advise.