swindonmakers / AccessSystem

Swindon Makerspace access system
2 stars 3 forks source link

Remove inducted status after 3 months of not paying #46

Open castaway opened 1 year ago

castaway commented 1 year ago

What it says on the tin.

castaway commented 4 weeks ago

Done: Add an API endpoint, /v2/remove_ex_member_inductions/:num where "num" is how many months back to check for ex-members (must be larger than 3!), will remove any inductions where the member has been gone longer than 3 months (and less than num months).

Check is based on most recent payment date.

Todo: add a cronjob to call this, test!