Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle members who wants to unregister #33

Open
gturri opened this issue Feb 7, 2024 · 0 comments
Open

handle members who wants to unregister #33

gturri opened this issue Feb 7, 2024 · 0 comments

Comments

@gturri
Copy link
Member

gturri commented Feb 7, 2024

there are two things to do when someone wants to unregister:

  • remove him or her from the mailing lists (google, mailchimp)
  • make sure they are not added back if we run the scripts form an old date (to backfill stuff)

An idea could perhaps be:

  • add a table to keep track of member who wanted to unregister, as well as the date when it occured.
  • add a command to unregister someone. This command should remove the member from the groups, and add his or her email in that new table)
  • make sure the import script check the data from helloasso against the data in this new table, and skips that registration if it matches an email address in this table associated with a date after the helloasso data being processed

we should also find out what the impact could be on the other parts of the codebase. Thinking out loud:

  • how to adapt the members displayed in the UI
  • the computations of slack accounts to deactivate / to reactivate
  • the list of members returned by /api/members (nb: it could deserve an new "status" field)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant