From fe6b8c684fcc6ce784fad6dcfbd67fd99db597fb Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Wed, 8 Apr 2026 12:28:58 +0900 Subject: [PATCH] Create organizing-thoughts.txt --- organizing-thoughts.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 organizing-thoughts.txt diff --git a/organizing-thoughts.txt b/organizing-thoughts.txt new file mode 100644 index 0000000..8778d43 --- /dev/null +++ b/organizing-thoughts.txt @@ -0,0 +1,13 @@ + +Three ways to get started with a report: + +1. Pick a folder on disk + -> No title, empty list, have base folder to work in + -> Generate UUID, make sure it's unique among all reports that we have + -> on first save or add file (if copying to local), only create internal folder if needed (we know UUID is unique so we are OK if the setting changes later) +2. Pick an already-saved report (that is either in local dir or somewhere else on disk) + -> Have title (presumably), have file list already, have UUID already with internal folder if saved locally, etc. everything basically ready to go +3. Start new, empty report with title + -> Have title, empty list + -> Generate UUID, make sure it's unique among all reports that we have + -> on first save or add file (if copying to local), create folder -> save data \ No newline at end of file