From 58bcae52287e7d0acd898e6c09d59b114d7b1739 Mon Sep 17 00:00:00 2001 From: "A. Diamond" Date: Fri, 19 Jan 2024 14:50:35 -0500 Subject: [PATCH] Updated to-do list --- TODO.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index 9fcd10f..aed9412 100644 --- a/TODO.md +++ b/TODO.md @@ -2,17 +2,11 @@ ## Priority -- [ ] Ensure we can write loose bags (directories) - Writer should implement same interface as TarWriter. -- [ ] Ensure we can validate loose bags (directories) -- [ ] Ensure we can upload directories (recursive file list?) - [ ] BUG - Job Metadata page won't load if packaging format is not BagIt - [ ] Remove allows upload / allows download from StorageService - [ ] When serializing StorageService in job display JSON, redact password - [ ] Consider displaying export settings json in collapsible format -- [ ] Code refactor (de-dupe: Code Climate). We currently have lots of duplicate code, especially in tests. - [ ] Automated UI testing (Selenium) -- [ ] Centralize test code for loading JSON fixtures. (Too much duplication right now.) -- [ ] Centralize factory code for generating test objects. (Too much duplication right now.) - [ ] Maybe - Add app setting for log level, with options Debug and Info. - [ ] Rotate log files at about 5 MB - [ ] When opening log file, alert user that file was opened in system text editor, which may appear on another desktop @@ -29,6 +23,9 @@ - [ ] Windows code signing - [ ] Mac code signing - [ ] User acceptance tests +- [ ] Centralize test code for loading JSON fixtures. (Too much duplication right now.) +- [ ] Centralize factory code for generating test objects. (Too much duplication right now.) +- [ ] Code refactor (de-dupe: Code Climate). We currently have lots of duplicate code, especially in tests. ## Done @@ -70,3 +67,9 @@ - [x] Allow import of DART-native profiles - [x] Context-sensitive help - [x] Display Job artifacts on separate page, possibly with side bar and main pane. + +## Not Anytime Soon + +- [ ] Ensure we can write loose bags (directories) - Writer should implement same interface as TarWriter. +- [ ] Ensure we can validate loose bags (directories) +- [ ] Ensure we can upload directories (tried to implement this in file-writer branch - way too many problems)