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

[Feature Request] Strip privacy columns when uploading ticket data #39

Closed
tai271828 opened this issue Jun 26, 2021 · 2 comments
Closed

Comments

@tai271828
Copy link
Member

tai271828 commented Jun 26, 2021

Description

When working on #5 , we have a tool to upload ticket data like #23 . The raw data is stripped privacy-related columns manually prior to uploading. It will be great if we could have fool-proof, or something automatically stripping the columns that we don't want to upload, when uploading.

Possible Solution

Check black list of columns and remove them from data frames.

The current candidates of column to remove in my mind:

(kktix) id
order number
checkin code
qr code serial no
nickname
Contact Name
contact mobile

Please note we keep contact emails and upload their hashed version. Ref to the context: #30

@grimmer0125 grimmer0125 changed the title [Feature Request] Strip privacy columns when uploading tickeet data [Feature Request] Strip privacy columns when uploading ticket data Jul 6, 2021
@grimmer0125
Copy link
Member

@tai271828 https://pydantic-docs.helpmanual.io/ may be a good tool to handle this?

@tai271828
Copy link
Member Author

@tai271828 https://pydantic-docs.helpmanual.io/ may be a good tool to handle this?

@grimmer0125 thank you for the tip. The issue was resolved earlier but I forgot to update the issue status. The tip may be used for future improvement.

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

2 participants