Add TODO's.
This commit is contained in:
parent
737264fa2f
commit
83dece8749
@ -1,5 +1,13 @@
|
|||||||
import 'package:flutter/material.dart';
|
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 {
|
class ProjectionPage extends StatelessWidget {
|
||||||
const ProjectionPage({
|
const ProjectionPage({
|
||||||
super.key,
|
super.key,
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
import 'package:flutter/material.dart';
|
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 {
|
class SettingsPage extends StatelessWidget {
|
||||||
const SettingsPage({
|
const SettingsPage({
|
||||||
super.key,
|
super.key,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user