We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs: update architecture and error handling documentation; add preparation form structure details
feat: implement local storage for timed preparation state - Added PreparationWithTimeLocalDataSource to manage local storage of preparation states using SharedPreferences. - Introduced TimedPreparationRepository to handle saving, loading, and clearing timed preparations. - Updated relevant entities and use cases to integrate local preparation state management. - Enhanced architecture documentation to reflect the new local storage capabilities.
feat: add automatic timer system for schedule notifications - Introduced an automatic timer system within the ScheduleBloc to manage precise timing for schedule start notifications. - Updated Architecture.md to include details about the new timer system and its functionality. - Created Schedule-Timer-System.md for comprehensive documentation on the timer's implementation, flow, and safety features.
docs: update Architecture.md and Wiki-Management.md for improved clarity and structure - Enhanced the Architecture.md with additional details on technology stack, development guidelines, and testing strategies. - Revised Wiki-Management.md to clarify the process for modifying and creating wiki documentation, including best practices and common issues.
docs: completely rewrite Architecture.md with comprehensive Flutter project analysis
Updated Architecture (markdown)
Updated Folder Structure (markdown)