UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[BACKEND] Write a cron job to automatically update a google sheet with the members #783

Closed bcho892 closed 3 weeks ago

bcho892 commented 1 month ago

Is your feature request related to a problem? Please describe.

This will involve calling the required endpoint (/admin/users), fetching all of the members, and using a given service account to update google sheets.

[!WARNING] no secrets should be logged in the job!

BEFORE MERGING