Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-gdpr
Bagisto GDPR
https://github.com/bagisto/bagisto-gdpr
Last synced: 4 days ago
JSON representation
Bagisto GDPR
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-gdpr
- Owner: bagisto
- License: mit
- Created: 2020-08-05T15:27:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T23:50:53.000Z (over 1 year ago)
- Last Synced: 2024-04-25T16:42:53.285Z (7 months ago)
- Language: Blade
- Size: 140 KB
- Stars: 13
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for v1.3.x.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Bagisto GDPR
[![Latest Stable Version](https://poser.pugx.org/bagisto/bagisto-gdpr/v)](//packagist.org/packages/bagisto/bagisto-gdpr)
[![Total Downloads](https://poser.pugx.org/bagisto/bagisto-gdpr/downloads)](//packagist.org/packages/bagisto/bagisto-gdpr)
[![License](https://poser.pugx.org/bagisto/bagisto-gdpr/license)](https://github.com/bagisto/bagisto-gdpr/blob/master/LICENSE)## 1. Introduction:
Bagisto GDPR will help customers to Send Data Requests for Changing name , email ID , many more as well as customer can also send request for delete a particular data. Through this module customer can also see their all detaills like personal Details , Address Details , Order Details in pdf & html formate. If admin is satisfied with the GDPR Data Request of the customer then admin could proceed the request of change a particular info or delete a particular info of the customer.
* Customers can send Data Request for changing information in their acccount.
* Customers can send Data Request for deleting a particular information in their acccount.
* After sending any Request customer recieves a mail on their registered email id.
* Customer can see thier all details like Personal Detail, Address Detail , Order detail through just one click in pdf and html formats.
* Admin can Enable/Disable GDPR Module.
* Admin can Enable/Disable Customer Agreement in GDPR Module.
* Admin can Enable/Disable Cookie Management in GDPR Module.
* Admin can see the list of all Data Request.
* Admin can solve the Data Request and can change the status of the request.## 2. Requirements:
* **Bagisto**: v1.3.3
## 3. Installation:
Go to the root folder of **Bagisto** and run the following commands:
```
composer require bagisto/bagisto-gdpr
``````
php artisan gdpr:install
```* Enable the GDPR Module from the Admin Panel
```
Admin->Settings->GDPR
```