diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-21 03:59:36 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-21 03:59:36 +0000 |
| commit | 7ad416440d671c0c00f21a71df2e45f6cb52d40b (patch) | |
| tree | aabaf183d0b2fd587ade67bcc31706cf61c4aa03 | |
| parent | cc51c7e22be78bf44cf1a45318fb7d8e054b85c1 (diff) | |
| download | gdpr-obfuscator-7ad416440d671c0c00f21a71df2e45f6cb52d40b.tar.gz gdpr-obfuscator-7ad416440d671c0c00f21a71df2e45f6cb52d40b.zip | |
bring back the to-do list
| -rw-r--r-- | TODO.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +# High Priority +- [ ] Accept JSON string as input +- [ ] Add support for JSON input data +- [ ] Restore logging in a cleaner more centralised way + +# Medium Priority +- [ ] Add custom exceptions (`exc.py`) and improve error handling +- [ ] Add tests for timing and performance (memory usage on large CSV files etc) +- [ ] Use Pydantic for data validation of JSON/CSV + +# Low Priority +- [ ] Add .env file for environment variables (e.g. custom endpoints)
\ No newline at end of file |
