diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-17 14:25:27 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-17 14:25:27 +0000 |
| commit | 98fc0c2b71ae1c900ecacc19eb185a2542d4e8c4 (patch) | |
| tree | cbe8d5c30b760b62019a694ff67ccb1db5032bee /README.md | |
| parent | 7823850692c12bb8a7155c5c26e66bd8129c9b4a (diff) | |
| download | gdpr-obfuscator-98fc0c2b71ae1c900ecacc19eb185a2542d4e8c4.tar.gz gdpr-obfuscator-98fc0c2b71ae1c900ecacc19eb185a2542d4e8c4.zip | |
add additional features section to README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -2,8 +2,9 @@ 1. [Overview](#overview) 2. [Minimum Viable Product (MVP)](#minimum-viable-product-mvp) -3. [Setup](#setup) -4. [Usage](#usage) +3. [Additional Features](#additional-features) +4. [Setup](#setup) +5. [Usage](#usage) ## Overview @@ -19,6 +20,14 @@ The MVP covers: This meets the requirements under the General Data Protection Regulation [(GDPR)](https://ico.org.uk/media/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr-1-1.pdf) to ensure that all data containing information that can be used to identify an individual should be anonymised. +### Additional Features + +*(Ranked in order of priority from high to low)* + +- [ ] **Support for JSON and Parquet formats**: Extend the library to support reading and writing data in JSON and Parquet formats +- [ ] **Command-line interface**: Create a command-line interface to allow users to run the obfuscation process from the terminal +- [ ] **Support for multiple sources**: Extend the library to support reading data from multiple sources (e.g. local file system) + ## Setup ## Usage |
