You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on migrating issued badge, I have to somehow migrate expired and revoked badges, the normal flow would be:
Issue a badge: certification -> state = 0
Revoke it: certification -> state = 2
It's a difficulty for us to do that since there're many underlying tasks for those two steps, there's also performance impact on doing so, so I requested here an ability to set the initial state for a certifcation/issued badge when creating.
The text was updated successfully, but these errors were encountered:
While working on migrating issued badge, I have to somehow migrate expired and revoked badges, the normal flow would be:
It's a difficulty for us to do that since there're many underlying tasks for those two steps, there's also performance impact on doing so, so I requested here an ability to set the initial state for a certifcation/issued badge when creating.
The text was updated successfully, but these errors were encountered: