We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: merge GitHub wiki into subtree; resolve conflicts Made-with: Cursor
doc: update documentation for Schedule Timer & Preparation Runtime Flow (v2) - Renamed and expanded the Schedule Timer System documentation to reflect the new runtime flow, including early start handling, cache coherence, and finish semantics. - Enhanced the Home documentation to link to the updated Schedule Timer & Runtime Flow. - Clarified the architecture overview with detailed descriptions of state transitions and core invariants.
docs: update force push command for GitHub Wiki to use --force-with-lease for safer operations
docs: add guidelines for force pushing to GitHub Wiki and troubleshooting subtree sync issues
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
docs: add comprehensive wiki management guide and improve home page navigation
Updated Git (markdown)
Updated Git Strategy (markdown)
Created Git Strategy (markdown)
Updated Architecture (markdown)
Updated Folder Structure (markdown)
Created Folder Structure (markdown)
Initial Home page