Skip to content

feat(legal): Add the privacy policy page#83

Merged
ebouchut merged 1 commit into
devfrom
feat/privacy-policy-page
Jul 10, 2026
Merged

feat(legal): Add the privacy policy page#83
ebouchut merged 1 commit into
devfrom
feat/privacy-policy-page

Conversation

@ebouchut

@ebouchut ebouchut commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Add a French privacy policy page at /privacy (GDPR (RGPD) information duty, art. 13) served by a new LegalController and privacy.html template with lang set to fr, matching the language of its content.

The page states the data controller and contact, the data collected, the purposes with their legal bases, the retention durations (marked for validation before
production), the data subject rights with the CNIL recourse, and the strictly necessary JSESSIONID cookie.

Link the page from the home navigation and from the login and register pages, since the information must be reachable at collection time, and allows anonymous access to /privacy in the security filter chain.

A new PrivacyPageTest proves that an anonymous visitor gets the page.

Fixes #80

Add a French privacy policy page at /privacy (GDPR information duty,
art. 13) served by a new LegalController and privacy.html template with
lang set to fr, matching the language of its content. The page states the
data controller and contact, the data collected, the purposes with their
legal bases, the retention durations (marked for validation before
production), the data subject rights with the CNIL recourse, and the
strictly necessary JSESSIONID cookie.

Link the page from the home navigation and from the login and register
pages, since the information must be reachable at collection time, and
allow anonymous access to /privacy in the security filter chain. A new
PrivacyPageTest proves an anonymous visitor gets the page.

Fixes #80
@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.13%. Comparing base (e828223) to head (8d157a8).

Additional details and impacted files
@@             Coverage Diff              @@
##                dev      #83      +/-   ##
============================================
+ Coverage     75.58%   76.13%   +0.55%     
- Complexity       22       24       +2     
============================================
  Files             8        9       +1     
  Lines            86       88       +2     
  Branches          5        5              
============================================
+ Hits             65       67       +2     
  Misses           16       16              
  Partials          5        5              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ebouchut ebouchut self-assigned this Jul 10, 2026
@ebouchut ebouchut added legal Legal topics, such as licensing, GDPR... documentation Improvements or additions to documentation feature frontend labels Jul 10, 2026
@ebouchut ebouchut added this to the v0.9 - Code Freeze milestone Jul 10, 2026
@ebouchut ebouchut merged commit 96c13a4 into dev Jul 10, 2026
7 checks passed
@ebouchut ebouchut deleted the feat/privacy-policy-page branch July 10, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation feature frontend legal Legal topics, such as licensing, GDPR...

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

GDPR Information (privacy policy page)

1 participant