From d06b32c1b75d0de4aa497594c92b27ccc2764adcf4e7992b4b101d1af22ed100 Mon Sep 17 00:00:00 2001 From: Terrence Ezrol Date: Sun, 27 Jul 2025 11:05:44 -0400 Subject: [PATCH] update todo --- TODO.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index 77f9c18..dd80fed 100644 --- a/TODO.md +++ b/TODO.md @@ -25,17 +25,13 @@ This template outlines the current state of the project files and future tasks t ### Future Tasks -1. **Refactor Save Plan Features:** - - Move all save plan-related functions into a new TypeScript file (`planStorage.ts`). - - Ensure seamless integration with the existing `roast.ts` functionality. - -2. **Enhance User Interface:** +1. **Enhance User Interface:** - Update visual styling for better user experience in `roast.css`. -3. **Expand Functionality:** +2. **Expand Functionality:** - Add info about rate of rise - Capture info about the roast (start/end weight) -5. **Documentation and Testing:** +3. **Documentation and Testing:** - Create comprehensive documentation for all features. - Develop test cases to ensure robustness of functionality.