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