-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathplugin.xml
More file actions
executable file
·86 lines (82 loc) · 3.65 KB
/
plugin.xml
File metadata and controls
executable file
·86 lines (82 loc) · 3.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<root>
<name>GDPR Records of Processing Activities</name>
<key>gdprropa</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/yild/GDPRRoPA/master/images/gdprropa_logo.png</logo>
<description>
<short>
<en>GDPR Records of Processing Activities</en>
<pl>RODO Rejestr Czynności Przetwarzania</pl>
</short>
<long>
<en><![CDATA[
Be complient with GDPR article 30. Create and maintain Records of Processing Activities required by UE regulations regarding personal data processing. Record hierarchical per entity or flat.
Main features:
* Processing activiity information
* Dictionary of personal data categories (can be nested)
* Multiple data subjects per record
* Data retention (legal basis, contract, other)
* Assign contracts, by selected contract type: processor, controller, thirdcountry, other, internal
* Multiple legal bases per record
* Dictionary of security measures (can be separate by entity)
* Assign software
* PDF output
* Each entity can have separated controller info: legal representative, DPO and name, different contract types
* Dashboard widget with Records per entity and its sons
* additional configuration
Based on DPO Register plugin, by Karhel Tmarr plugin. Some code was included or is similar to DPO Register.
]]></en>
<pl><![CDATA[
Spełnij wymogi 30 artykułu RODO. Stwórz i zarządzaj Rejestrem Czynności Przetwarzania wymaganym przez regulacje UE w zakresie przetwarzania danych osobowych. Rejest dla jednostki lub płaski.
Główne opcje:
* Informacje o przetwarzaniu
* Słownik kategorii danych osobowych (
* Wiele kategorii osób dla rekordu
* Retencja danych (wg podstawy prawnej, umowy, inne)
* Przypisanie umowy wg wskazanych typów umów: procesor, administrator, państwo trzecie, inne, wewnętrzne
* Wiele podstaw prawnych dla rekordu
* Słownik metod zabezpieczeń (każda jednostka może mieć osobną)
* Przypisanie oprogramowania
* Generowanie PDF
* Każda jednostka może mieć osobne informacje: przedstawiciel prawny, IOD, nazwę, inne typy umów
* Kafel (widget) na dashboard pokazujący liczbę Czynności dla bieżącej jednostki i pozycji podrzędnych.
* dodatkowa konfiguracja
Na podstawie pluginu DPO Register napisanego przez Karhel Tmarr. Część kodu została wykorzystana lub jest podobna do DPO Register.
]]></pl>
</long>
</description>
<homepage>https://github.com/yild/gdprropa/</homepage>
<download>https://github.com/yild/gdprropa</download>
<issues>https://github.com/yild/gdprropa/issues</issues>
<readme>https://github.com/yild/gdprropa/blob/master/README.md</readme>
<authors>
<author>Yild</author>
</authors>
<versions>
<version>
<num>1.0.3</num>
<compatibility>10.0</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>pl_PL</lang>
</langs>
<license>GPL v3+</license>
<tags>
<en>
<tag>GDPR</tag>
<tag>Inventory</tag>
<tag>Management</tag>
</en>
<pl>
<tag>RODO</tag>
<tag>Inwentaryzacja</tag>
<tag>Zarządzanie</tag>
</pl>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/yild/GDPRRoPA/master/gdprropa_screenshot1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/yild/GDPRRoPA/master/gdprropa_screenshot2.png</screenshot>
</screenshots>
</root>