f655adfbea
Migrate app code into canonical feature slices, add phone-only AI digest scheduling and review, wire local notification/background task support, and cover the flow with tests.
10 lines
335 B
Markdown
10 lines
335 B
Markdown
# Dashboard Slice
|
|
|
|
This slice owns the home overview experience.
|
|
|
|
- `domain/dashboard_models.dart`: lightweight dashboard task and summary types.
|
|
- `presentation/dashboard_view.dart`: dashboard screen and interactions.
|
|
|
|
If you want to change the founder daily workflow, this is usually the first
|
|
screen to inspect after the app shell.
|