From 1f1b4bfc78d2f60c174971a03859f516fa41c7fc Mon Sep 17 00:00:00 2001 From: Nevin-Thomas <106274286+Nevin-Thomas@users.noreply.github.com> Date: Wed, 16 Oct 2024 02:11:14 +0200 Subject: [PATCH] Updating FAQ UI Deleted repeated questions --- gnd-app/src/app/faq-page/faq-page.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnd-app/src/app/faq-page/faq-page.component.ts b/gnd-app/src/app/faq-page/faq-page.component.ts index 0f8c479b..6d1aaffd 100644 --- a/gnd-app/src/app/faq-page/faq-page.component.ts +++ b/gnd-app/src/app/faq-page/faq-page.component.ts @@ -35,8 +35,6 @@ export class FaqPageComponent { { id: 'faq17', question: 'What should I do if I suspect a GDPR violation?', answer: "If you suspect a GDPR violation, you should immediately report it to your Data Protection Officer (DPO) or your organization's compliance team. They will conduct an investigation and take appropriate actions." }, { id: 'faq18', question: 'How do I report a GDPR violation?', answer: 'A GDPR violation can be reported to the relevant Data Protection Authority (DPA) in your country. This usually involves submitting a detailed report outlining the suspected violation and any supporting evidence.' }, { id: 'faq19', question: 'What are the consequences of a GDPR violation?', answer: 'Consequences can include substantial fines (up to €20 million or 4% of annual global turnover, whichever is higher), legal actions, and significant reputational damage.' }, - { id: 'faq20', question: 'What should I do if I suspect a GDPR violation?', answer: "If you suspect a GDPR violation, you should immediately report it to your Data Protection Officer (DPO) or your organization's compliance team. They will conduct an investigation and take appropriate actions." }, - { id: 'faq21', question: 'What are the consequences of a GDPR violation?', answer: 'Consequences can include substantial fines (up to €20 million or 4% of annual global turnover, whichever is higher), legal actions, and significant reputational damage.' }, { id: 'faq22', question: 'What are my rights under GDPR?', answer: 'GDPR grants individuals rights including the right to access their data, the right to rectification, the right to erasure (right to be forgotten), the right to restrict processing, the right to data portability, and the right to object to data processing.' }, { id: 'faq23', question: 'How can my organization ensure GDPR compliance?', answer: 'To ensure GDPR compliance, organizations should conduct regular audits, implement robust data protection measures, provide GDPR training for employees, and appoint a Data Protection Officer if necessary.' }, { id: 'faq24', question: 'What are some best practices for GDPR compliance?', answer: 'Best practices include obtaining clear and explicit consent, maintaining detailed records of data processing activities, conducting Data Protection Impact Assessments (DPIAs), and ensuring data is securely stored and transmitted.' },