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, this is done manually upon request to support@polar.sh
We require & will continue to require the end user to first uninstall the Polar GitHub App in case they have it installed. It will then automatically trigger soft deletion of repositories etc on our end.
For the account/organization itself the manual approach is the following to be reproduced as a feature in the future.
Set deleted_at for the user/organization
Update PII record with hashlib.md5().update(b'<text>').hexdigest()
Set empty GitHub profile JSON in users table, e.g empty strings for PII and 0 for stats (public repos etc)
In case of email it's the above with @deleted.com as suffix
Change avatar_url to https://avatars.githubusercontent.com/u/105373340?s=48&v=4 (Polar logo)
Hey @codenoid. Have you had the chance to look into this any further? 🙂 Totally understand if it became bigger than anticipated or other things came up :)
@birkjernstrom really sorry for the delay, the project structure is easy to learn, but I had something comes up right now, please don't wait for me if someone want to work on this, Thanks!
Currently, this is done manually upon request to support@polar.sh
We require & will continue to require the end user to first uninstall the Polar GitHub App in case they have it installed. It will then automatically trigger soft deletion of repositories etc on our end.
For the account/organization itself the manual approach is the following to be reproduced as a feature in the future.
deleted_at
for the user/organizationhashlib.md5().update(b'<text>').hexdigest()
@deleted.com
as suffixavatar_url
tohttps://avatars.githubusercontent.com/u/105373340?s=48&v=4
(Polar logo)The text was updated successfully, but these errors were encountered: