Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/workarea-commerce/workarea-gdpr


https://github.com/workarea-commerce/workarea-gdpr

Last synced: about 2 months ago
JSON representation

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-gdpr

Overview
--------------------------------------------------------------------------------

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)