yourdigitalrights.org icon indicating copy to clipboard operation
yourdigitalrights.org copied to clipboard

Save sent data request to DB

Open yoavaviram opened this issue 3 years ago • 0 comments

When a user submits the Personal Info form, save the following request details to the DB:

  • Request type (delete/SAR)
  • Regulation type (gdpr/ccpa etc.)
  • Date & time
  • Org domain

In addition, either the client or AWS should generate a unique ID which the client will add to the BCC email address. The unique IDs generated should not be enumerable.

Information should be recorded even if the user did not choose to receive follow up emails.

When designing the database please take the following future requirements into consideration:

  • We would like to query the number of requests sent by org / by type / by regulation all within specific time periods (last week / month / year / ever).
  • We will need to seed the DB with past stats

If we need to implement additional mechanisms in order to satisfy these future requirements then now is not the time to do so, let's just make sure that the DB will support such future mechanisms as best we can.

yoavaviram avatar Mar 16 '21 09:03 yoavaviram