From 096c732d4524a230da1c8f93f3538922577e94ea Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Mon, 17 Feb 2025 17:13:44 +0000 Subject: rename additional features to to-do & add more tasks --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cd4bfb..6a0b622 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,16 @@ 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 +### To-Do *(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 +- [ ] **S3 Integration**: Extend the library to support reading and writing data from an S3 bucket +- [ ] **Support for JSON formats**: Extend the library to support reading and writing data in JSON +- [ ] **Support for Parquet formats**: Extend the library to support reading and writing data in Parquet - [ ] **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) +- [ ] **Support for additional obfuscation methods**: Preserve original data but in a different way (e.g. hashing) ## Setup -- cgit v1.2.3