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