Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-gdpr
https://github.com/workarea-commerce/workarea-gdpr
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-gdpr
- Owner: workarea-commerce
- License: other
- Created: 2019-08-21T20:22:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:04:54.000Z (about 2 years ago)
- Last Synced: 2024-10-18T11:27:03.081Z (3 months ago)
- Language: Ruby
- Size: 560 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Workarea GDPR
================================================================================A Workarea Commerce plugin that adds GDPR support to your application.
Read up on GDPR here:
* http://www.dummies.com/education/politics-government/general-data-protections-regulation-gdpr/
* https://confluence.tools.weblinc.com/display/WEBLINC/European+Union+General+Data+Protection+Regulation
* https://www.cennydd.com/writing/a-techies-rough-guide-to-gdprOverview
--------------------------------------------------------------------------------This plugin attempts to provide compliance by adding these features:
* Adding a popup prompting to accept cookie use as essential for the site
* Adding GDPR request to the contact us form (any request for data can be handled through that)Getting Started
--------------------------------------------------------------------------------Add the gem to your application's Gemfile:
```ruby
# ...
gem 'workarea-gdpr'
# ...
```Update your application's bundle.
```bash
cd path/to/application
bundle
```Workarea Commerce Documentation
--------------------------------------------------------------------------------See [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.
License
--------------------------------------------------------------------------------Workarea GDPR is released under the [Business Software License](LICENSE)