Closed
Bug 1065624
Opened 11 years ago
Closed 10 years ago
Remove email addresses (PII) from the basket database
Categories
(Websites :: Basket, defect)
Websites
Basket
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmac, Assigned: pmac)
References
Details
They're really there for caching to help us use the ET API a bit less. Let's see if we can do more with temporary cache (e.g. memcache) or other techniques that will allow us to maintain performance while avoiding the need to keep PII in the basket database.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → pmac
Assignee | ||
Updated•10 years ago
|
Summary: Investigate removing email addresses from the basket database → Remove email addresses (PII) from the basket database
Comment 1•10 years ago
|
||
This means we'll be able to easily update token + email address combos without having to manually clear out basket?
(Not that we'll do this often, but it's good to know.)
Assignee | ||
Comment 2•10 years ago
|
||
Yes. It means that no tokens or emails will be stored in basket at all. Should simplify things a great deal.
Comment 3•10 years ago
|
||
That's great!
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/basket
https://github.com/mozilla/basket/commit/242ef8c2b126d1ba253ec9db13e5ce39c8d19f10
Fix bug 1065624: Remove subscriber data from db.
Subscriber data should only be in ExactTarget.
https://github.com/mozilla/basket/commit/96f053ffc61fece2c74754774df7e3fb15fdd8ac
Bug 1065624: Fix tests. Add support for py.test.
Remove nose et. al.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•