I believe the award nofication is mostly done, but we just have yet to release it as an addon. I don’t have an answer for when, sadly, as other projects as well as BadgeOS 1.4.0 is taking up our time. Hopefully soon.
I don’t believe we have anything down for bulk awarding like that, but if you have a GitHub account, feel free to start an enhancement issue at https://github.com/opencredit/badgeos/issues with as much detail as you can for what you’d like. That way we could get it into consideration. If you don’t have a GitHub account, just detail it here and I’ll file for you. Don’t feel obligated to create an account either, I’ve seen someone do that before 🙂
Question about addons, does a wordpress multisite count as a single site including all of its sub sites?
In short the bulk action idea is basically how in the User Screen you would be able to choose as many people as you want who will receive a badge, then choose the badge, then hit a button of sorts to give them all that specific badge.
In terms of the premium addons?
Programmatically, it wouldn’t be extremely difficult. Just somehow collect an array of user IDs, grab the achievement ID you want to award, and run the achievement awarding functions inside a foreach loop. However, creating a UI to handle that is a much bigger task at hand, and would need some extra testing and design.