Add TODO's.

This commit is contained in:
Hyperling 2025-02-12 07:52:05 -07:00
parent 737264fa2f
commit 83dece8749
2 changed files with 14 additions and 0 deletions

View File

@ -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,

View File

@ -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,