fix: Add localStorage quota exceeded error handling#20
Conversation
- Add StorageQuotaExceededException domain exception - Update LocalStorageAdapter to handle QuotaExceededError specifically - Refactor all localStorage repositories to use adapter instead of direct calls - Fix architectural issue where adapter was bypassed Resolves #12 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Tara Druffel <Askath@users.noreply.github.com>
|
Claude finished @Askath's task —— View job Code Review Findings✅ Excellent DDD Architecture AdherenceThis PR properly follows the established DDD patterns:
✅ Code Quality - Very GoodStorageQuotaExceededException (
LocalStorageAdapter (
Repository Refactoring:
|
Fixes #12
Summary
Adds proper error handling for localStorage quota exceeded scenarios and fixes architectural issue where repositories bypassed the storage adapter.
Changes
StorageQuotaExceededExceptiondomain exceptionLocalStorageAdapterto specifically handle QuotaExceededErrorImpact
Generated with Claude Code