Skip to content

Commit

Permalink
Updating FAQ UI
Browse files Browse the repository at this point in the history
Deleted repeated questions
  • Loading branch information
Nevin-Thomas committed Oct 16, 2024
1 parent ef8efcc commit 1f1b4bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gnd-app/src/app/faq-page/faq-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.' },
Expand Down

0 comments on commit 1f1b4bf

Please sign in to comment.