Commit f30f1e8
committed
feat: Refactor and rename time calculation features
- This commit introduces a significant refactoring of the time calculation and reading scheduling features to improve clarity, maintainability, and user experience.
**Feature Renaming & Restructuring:**
- The `hour_time_calculator` feature has been renamed to `programming_reading`.
- The `reading_page_time_calculator` feature has been renamed to `reading_page_timer`.
- The old pages now serve as introductory entry points that guide the user to the new, dedicated feature pages. This clarifies the user flow, especially during the post-authentication onboarding.
**Code & Architectural Changes:**
- All relevant modules, including Blocs, events, states, providers, routes, and tests, have been moved and renamed to align with the new feature names.
- The main `Providers` and `Routes` lists have been updated to use the new `ProgrammingReading` and `ReadingPageTimer` modules.
- Leftover naming from the old "calculator" convention has been removed from internal method names for consistency.
- The project version has been bumped to `2.9.0` to reflect these enhancements.
This refactoring makes the codebase more intuitive by using names that accurately describe functionality and by structuring user flows more logically.1 parent edf7871 commit f30f1e8
File tree
42 files changed
+920
-952
lines changed- .github/workflows
- coverage
- lib/src
- features
- auth
- bloc
- views
- widgets
- hour_time_calculator
- bloc
- views
- widgets
- programming_reading
- reading_hour_information
- programming_reading
- bloc
- views
- widgets
- reading_page_time_calculator
- bloc
- views
- widgets
- reading_page_information
- reading_page_timer
- reading_page_timer
- bloc
- views
- widgets
- test/src/features
- programming_reading/bloc
- reading_page_timer/bloc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+920
-952
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
106 | 116 | | |
| 117 | + | |
107 | 118 | | |
108 | 119 | | |
109 | 120 | | |
110 | | - | |
| 121 | + | |
111 | 122 | | |
112 | 123 | | |
113 | 124 | | |
0 commit comments