Skip to content

Refactor: Remove settings.json and cleanup tracked user files#4

Merged
shaygol merged 1 commit into
mainfrom
new_tag
Jan 31, 2026
Merged

Refactor: Remove settings.json and cleanup tracked user files#4
shaygol merged 1 commit into
mainfrom
new_tag

Conversation

@shaygol

@shaygol shaygol commented Jan 31, 2026

Copy link
Copy Markdown
Owner

This commit includes major cleanup and improvements across the codebase:

Core Changes:

  • Remove settings.json persistence mechanism (simplified configuration)
  • Remove window geometry save/restore feature (simpler startup)
  • Fix error reporter to ignore KeyboardInterrupt and SystemExit
  • Keep dashboard.xlsx template in repo for deployment

Code Changes:

  • config.py: Removed settings file functions (load/save/get/set_setting)
  • gui_app.py: Removed window geometry persistence imports and logic
  • error_reporter.py: Added filtering for KeyboardInterrupt/SystemExit

Documentation Updates:

  • README.md: Removed references to Window Persistence
  • roadmap.md: Added (replaces IMPROVEMENTS.md) with updated features list
  • IMPROVEMENTS.md: Deleted (replaced by roadmap.md)

Tests:

  • Added test_category_manager_robustness.py
  • Added test_duplicate_detection.py
  • Added test_file_deletion.py
  • Removed tests/smoke/test_smoke.py (obsolete)

Git Tracking Cleanup:

  • Removed UserFiles/categories.json from tracking (user's personal data)
  • Removed UserFiles/backups/ from tracking (backup files)
  • Removed output/budget.log from tracking (runtime logs)
  • Kept UserFiles/dashboard.xlsx for deployment workflow

The application now starts with default window size (1200x800) and focuses on core functionality without unnecessary persistence overhead.

This commit includes major cleanup and improvements across the codebase:

Core Changes:
- Remove settings.json persistence mechanism (simplified configuration)
- Remove window geometry save/restore feature (simpler startup)
- Fix error reporter to ignore KeyboardInterrupt and SystemExit
- Keep dashboard.xlsx template in repo for deployment

Code Changes:
- config.py: Removed settings file functions (load/save/get/set_setting)
- gui_app.py: Removed window geometry persistence imports and logic
- error_reporter.py: Added filtering for KeyboardInterrupt/SystemExit

Documentation Updates:
- README.md: Removed references to Window Persistence
- roadmap.md: Added (replaces IMPROVEMENTS.md) with updated features list
- IMPROVEMENTS.md: Deleted (replaced by roadmap.md)

Tests:
- Added test_category_manager_robustness.py
- Added test_duplicate_detection.py
- Added test_file_deletion.py
- Removed tests/smoke/test_smoke.py (obsolete)

Git Tracking Cleanup:
- Removed UserFiles/categories.json from tracking (user's personal data)
- Removed UserFiles/backups/ from tracking (backup files)
- Removed output/budget.log from tracking (runtime logs)
- Kept UserFiles/dashboard.xlsx for deployment workflow

The application now starts with default window size (1200x800) and
focuses on core functionality without unnecessary persistence overhead.
@shaygol
shaygol merged commit efec817 into main Jan 31, 2026
1 check passed
@shaygol
shaygol deleted the new_tag branch January 31, 2026 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant