Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruddra/gdpr_dashboard
https://github.com/ruddra/gdpr_dashboard
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruddra/gdpr_dashboard
- Owner: ruddra
- License: mit
- Created: 2021-07-02T12:28:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T10:49:05.000Z (over 3 years ago)
- Last Synced: 2024-05-02T01:24:28.832Z (7 months ago)
- Language: Java
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GDPR Dashboard
![GDPR Dashboard demo](screenshot/GDPR_DASHBOARD.png)
### Abstract:
This project is for designing a system which will contain User, Privacy Policy, Settings. User will contain User specific information.
Privacy policy will contain consents for User.
Finally Settings which will bridge between Privacy policy and User; it will contain if user has complied to a certain consent or not.### Features:
- **GDPR dashboards**: Show GDPR dashboards of all users
- **Policy maintenance**: Adding new policy or deleting existing policy will be reflected on all users
- **Users sync with policies**: When a new user is added to he/she will be synced with current policies.
- **Default values for policies**: When a new policy is added, it has a deafult user choice value.
- **Initial set of policies and users**: When the project runs for the first time it will import a set of users and policies from user given files.### Technology:
- Java
### Screencast
![GDPR Dashboard](https://github.com/ruddra/blog-images/raw/master/gdpr.gif)