Closed sharkbit closed 1 year ago
You can already Retire Stickers on the RSO Report -> Stickers Page using the 'Move Stickers' button.
Do we need to do more?
I don't think automatic is the answer. There may be a past year issue that involves 2022 badges - like a BH buying badge online back in August and not picking it up until November/December. Retiring stickers could be automatic on January 1st. But then the App would need to allow 2022 sticker selection through December 31st.
On Sun, Oct 30, 2022 at 9:28 AM Shark @.***> wrote:
You can already Retire Stickers on the RSO Report -> Stickers Page using the 'Move Stickers' button. Do we need to do more?
— Reply to this email directly, view it on GitHub https://github.com/sharkbit/BadgeApp/issues/236#issuecomment-1296259183, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQAZBWHMKYYKILG2PNHHWQ3WFZZYRANCNFSM6AAAAAARSBFJC4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Stickers can be manually retired / moved in groups or one at a time on the RSO -> Sticker page.
Make a ? Button / Function to auto retire all old stickers after new badge sales date passes.
update BadgeDB.sticker set 'status'='ret' where sticker like '2022-%' and 'status'!='isu' ;