From 236c0551d920bd334b44bed3d2b14ee8971d4492 Mon Sep 17 00:00:00 2001 From: Jaap Marsman Date: Mon, 8 Aug 2022 17:22:50 +0800 Subject: [PATCH] added csv folder for future spreadsheets to feed into cards etc --- FEATURES.md | 20 ++++++++++++++++++++ godot/data/wellbeing_cards.csv | 22 ++-------------------- 2 files changed, 22 insertions(+), 20 deletions(-) create mode 100644 FEATURES.md diff --git a/FEATURES.md b/FEATURES.md new file mode 100644 index 0000000..b793a2a --- /dev/null +++ b/FEATURES.md @@ -0,0 +1,20 @@ +# A list of features currently implemented + +- Saving & loading of persistent variables to user.ini on the default folder. This should work across all devices. +- Ability to add your own name. + +# A list of features "in progress" + +- Working with the system time to present time-related information. +- Bug-testing and a robust "welcome new user" approach to the saving of persistent data. +- Perhaps a "reset" button to remove the user.ini file from within the app. + +# A list of future features to come before next release + +- Wellbeing Cards (one-a-day). +- A serviceable GUI. +- A name! (And logo, icon, etc) + +# Bucket list of ideas for future releases + +- \ No newline at end of file diff --git a/godot/data/wellbeing_cards.csv b/godot/data/wellbeing_cards.csv index 476abfc..0891d99 100644 --- a/godot/data/wellbeing_cards.csv +++ b/godot/data/wellbeing_cards.csv @@ -1,20 +1,2 @@ -id,category,title,description,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, -,,,,,,, \ No newline at end of file +id,category,title,description +,,, \ No newline at end of file