# # ChangeLog for / # # Generated by Trac 1.6 # 01/24/26 03:57:21 Sat, 22 Feb 2025 21:44:12 GMT GitHub [f61e438] * LICENSE (modified) Change LICENSE Change LICENSE from GPL 3.0 to PolyForm Perimeter 1.0.0 Sun, 19 Jan 2025 19:46:25 GMT Tocili, Vasilaki [fbcfd47] * app/main.py (modified) * cli/cli_app.py (modified) Added a report for transactions exceeding total limit of all accounts ... Sun, 19 Jan 2025 19:29:44 GMT Tocili, Vasilaki [7fcd934] * app/main.py (modified) * cli/cli_app.py (modified) Added a report for transactions exceeding current limit In ... Sun, 19 Jan 2025 19:12:24 GMT Tocili, Vasilaki [04e01b0] * app/main.py (modified) * cli/cli_app.py (modified) Added a report for transactions exceeding limit In prototype ... Sun, 19 Jan 2025 19:08:21 GMT Tocili, Vasilaki [16e7e83] * app/main.py (modified) * cli/cli_app.py (modified) Added reports menu with 3 reports for start In prototype backend: ... Sat, 18 Jan 2025 18:38:55 GMT Tocili, Vasilaki [6d70891] * app/main.py (modified) Added admin bypassses to every endpoint In the prototype backedn: ... Sat, 18 Jan 2025 17:59:46 GMT Tocili, Vasilaki [539afcd] * app/main.py (modified) Refactor method arguments and HTTPExceptions - Refactored method ... Fri, 17 Jan 2025 03:01:04 GMT Vasilaki Tocili [9713fbe] * app/main.py (modified) Filter out the dummy transactions from displaying In the prototype ... Fri, 17 Jan 2025 02:57:15 GMT Vasilaki Tocili [890ac00] * app/main.py (modified) Updated retrieval of tags for specific transaction In prototype ... Fri, 17 Jan 2025 02:43:14 GMT Vasilaki Tocili [be05965] * app/main.py (modified) * cli/cli_app.py (modified) User-specific tag assigning to transactions In prototype client ... Fri, 17 Jan 2025 01:42:51 GMT Vasilaki Tocili [05f32c9] * app/main.py (modified) * cli/cli_app.py (modified) Display tags accessible to the logged-in user only In prototype ... Fri, 17 Jan 2025 01:12:11 GMT Vasilaki Tocili [88d7d3d] * app/main.py (modified) New GET endpoint, extracting transactions by ID In main.py: - ... Fri, 17 Jan 2025 00:59:19 GMT Vasilaki Tocili [f7ceb2a] * app/main.py (modified) * cli/cli_app.py (modified) Users add their own tags, no system-wide tags In cli ... Mon, 13 Jan 2025 01:29:08 GMT Vasilaki Tocili [6bb334f] * app/main.py (modified) * cli/cli_app.py (modified) Modify and delete transactions need authorization to be performed ... Sun, 12 Jan 2025 23:20:45 GMT Vasilaki Tocili [58300d6] * cli/cli_app.py (modified) Fix - Removed duplicated string Sun, 12 Jan 2025 22:39:55 GMT Tocili, Vasilaki [fe68975] * app/main.py (modified) * cli/cli_app.py (modified) Fix adding transactions and viewing transaction tags - Extended and ... Thu, 02 Jan 2025 20:26:47 GMT Tocili, Vasilaki [09d3003] * .gitignore (modified) Update gitignore: exclude python environment files Wed, 01 Jan 2025 23:25:54 GMT Vasilaki Tocili [b8fed5c] * app/main.py (modified) * app/models.py (modified) * cli/cli_app.py (modified) Fixed addition of transactions, implemented better printing - ... Mon, 30 Dec 2024 02:55:17 GMT Vasilaki Tocili [bf146db] * app/auth.py (modified) * app/database.py (modified) * app/main.py (modified) * cli/cli_app.py (modified) Refined the user experience and added new features In `auth.py` and ... Fri, 27 Dec 2024 03:08:35 GMT Vasilaki Tocili [70aba49] * Usefull docker commands.txt (added) Added usefull docker commands Fri, 27 Dec 2024 03:06:46 GMT Vasilaki Tocili [9a5d0df] * .gitignore (modified) * Dockerfile (added) * app/__init__.py (added) * app/auth.py (added) * app/database.py (added) * app/main.py (added) * app/models.py (added) * cli/cli_app.py (added) * docker-compose.yml (added) * requirements.txt (added) Prototype application first iteration Most of the features worked ... Tue, 17 Dec 2024 00:00:42 GMT GitHub [f41a3f0] * .gitignore (added) * LICENSE (added) * README.md (added) Initial commit