-
Notifications
You must be signed in to change notification settings - Fork 55
Privacy route: compliance endpoints review #147
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendDisciplr API serverDisciplr API serverprivacyPrivacy / PIIPrivacy / PII
Description
Description
Align with product privacy policy.
Requirements and context
-
Tests
-
Must be secure, tested, and aligned with existing Express + TypeScript patterns
-
Should be observable (logging/metrics where appropriate) without leaking PII
Suggested execution
- Fork the repository and create a branch:
git checkout -b task/privacy-routes-review - Implement changes in
Disciplr-backendonly (no frontend / contracts in this issue)
Implement
privacy.ts
Tests and documentation
- Extend or add Jest /
tsx --testsuites as appropriate - Run:
npm test - Update inline comments or existing docs under
Disciplr-backend/docsonly if the feature needs it (no unsolicited new markdown files)
Test and commit
- Run tests with coverage if configured; cover edge cases listed in requirements
- Paste summarized test output in the PR
- Note any security or data-handling implications
Example commit message
fix(privacy): review compliance endpoints
Guidelines
| Item | Target |
|---|---|
| Test coverage | ≥ 95% on new/changed backend code where feasible |
| API contracts | Stable JSON shapes; document breaking changes in PR |
| Timeframe | 96 hours from assignment |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendDisciplr API serverDisciplr API serverprivacyPrivacy / PIIPrivacy / PII