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

KER-280 | GDPR API data export #454

Merged
merged 8 commits into from
Nov 24, 2023
Merged

KER-280 | GDPR API data export #454

merged 8 commits into from
Nov 24, 2023

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    7a02b06 View commit details
    Browse the repository at this point in the history
  2. docs(readme): fix instructions for django admin tunnistamo login

    Also fix silent renew address for the UI client.
    
    Refs: KER-280
    charn committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    32fd414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    308ec40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce801af View commit details
    Browse the repository at this point in the history
  5. feat(gdpr): add initial gdpr API

    - Add helsinki-profile-gdpr-api as a requirement
    - Add initial methods for fetching and deleting GDPR related information
    
    Refs: KER-280
    charn committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b208fa2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4da338f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1feacc View commit details
    Browse the repository at this point in the history
  8. feat(gdpr): add gdpr query

    Serialize user related objects in the GDPR query operation
    
    - written comments (SectionComment)
    - voted comments (SectionComment)
    - images related to comments (CommentImage)
    - followed hearings (Hearing)
    - answered polls (SectionPollAnswer)
    - created polls (SectionPoll)
    - created poll options (SectionPollOption)
    - admin organizations (Organization)
    - created hearings (Hearing)
    - sections of a hearing (Section)
    - images related to a section (SectionImage)
    - files relates to a section (SectionFile)
    
    Add test_media folder which gets removed when tests have been run.
    
    Also tests PDF upload with an actual PDF dummy file.
    
    Refs: KER-280
    charn committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d3a8444 View commit details
    Browse the repository at this point in the history