sharkbit / BadgeApp

Membership and Calendar program for a Range. Allows tracking of guests and events. And a small merchant portal to buy badges and supplies.
MIT License
3 stars 0 forks source link

Retire Stickers on New badge year sale date #236

Closed sharkbit closed 1 year ago

sharkbit commented 2 years ago

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' ;

sharkbit commented 2 years ago

You can already Retire Stickers on the RSO Report -> Stickers Page using the 'Move Stickers' button.
Do we need to do more?

tdasto commented 2 years ago

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: @.***>

sharkbit commented 1 year ago

Stickers can be manually retired / moved in groups or one at a time on the RSO -> Sticker page.