diff --git a/lib/pages/report.dart b/lib/pages/report.dart index af3eb3c..0616b1c 100644 --- a/lib/pages/report.dart +++ b/lib/pages/report.dart @@ -1,5 +1,13 @@ import 'package:flutter/material.dart'; +/// TODO: +/// - Expenses (total number, totals by day / month / year) +/// - Incomes (total number, totals by day / month / year) +/// - Assets (total number, total by day / month / year) +/// - Projected Assets in: +/// - 1 week, 1 month, 1 quarter, 1 year +/// - 1/2 year? 2 years? 5 years? Allow customization? + class ProjectionPage extends StatelessWidget { const ProjectionPage({ super.key, diff --git a/lib/pages/settings.dart b/lib/pages/settings.dart index 3d72429..ba6c125 100644 --- a/lib/pages/settings.dart +++ b/lib/pages/settings.dart @@ -1,5 +1,11 @@ import 'package:flutter/material.dart'; +/// TODO: +/// - Export DB (JSON?) +/// - Import DB (JSON?) +/// - Choose color scheme +/// - Delete / Reset DB (pull code from `main`'s `if (testing)`) + class SettingsPage extends StatelessWidget { const SettingsPage({ super.key,