From e83d6af1f5f95a6402765ecd3356572fbbdd9db0 Mon Sep 17 00:00:00 2001 From: Jan Novak Date: Wed, 11 Mar 2026 11:56:21 +0100 Subject: [PATCH] prompts: trying to record discussions with agents, it probably won't work for me anyway --- prompts/2026-03-09-add-pay-all.md | 1 + prompts/2026-03-10-cache-data-from-google-sheets.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 prompts/2026-03-09-add-pay-all.md create mode 100644 prompts/2026-03-10-cache-data-from-google-sheets.md diff --git a/prompts/2026-03-09-add-pay-all.md b/prompts/2026-03-09-add-pay-all.md new file mode 100644 index 0000000..43ecdce --- /dev/null +++ b/prompts/2026-03-09-add-pay-all.md @@ -0,0 +1 @@ +Now on both reconiciliation pages in the balance column i want to have a button "Pay All" which will create a new row in the transactions table with amount equal to the balance and with a note same as for payment for single period but stating all periods debt consist of \ No newline at end of file diff --git a/prompts/2026-03-10-cache-data-from-google-sheets.md b/prompts/2026-03-10-cache-data-from-google-sheets.md new file mode 100644 index 0000000..8ead6bb --- /dev/null +++ b/prompts/2026-03-10-cache-data-from-google-sheets.md @@ -0,0 +1,7 @@ +i would like to implement caching of data that we load from the google documents. For all of them. I do not need persistence across application restarts, so file of whatever format in tmp directory would be good enough. I think it would be good idea to read metadata about documents we access - last modified time? and reload these files only when document is newer than cached data. + +Suggest solution, suggest file format for caching. + +------------ + +i do not need caching for scripts, caching is relevant for web app only \ No newline at end of file