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
Currently it is difficult to put member data from the google sheets of amfoss member data and slows down development.
Solution:
We can export selected columns from google sheets to a CSV and use it to update the existing member data table by running a rust script to automate it.
Alternatives:
Could use python to make it less complicated but rust fits the existing ecosystem.