As a developer, I would like to add functionality that complies with GDPR requirements by allowing authenticated users to view and optionally download all personal data stored by the Chirp! application about them.
Acceptance Criteria:
An "About Me" link appears in the navigation bar only for authenticated users.
The "About Me" page displays all personal data for the authenticated user as described.
(Optional) The user can download all personal data as a zipped archive.
Access control ensures only authenticated users can view or download their data.
The feature aligns with GDPR compliance requirements.
As a developer, I would like to add functionality that complies with GDPR requirements by allowing authenticated users to view and optionally download all personal data stored by the Chirp! application about them.
Acceptance Criteria: