Luís Murta satprog
  • Joined on 2022-04-21
satprog closed issue personal-finance/datastore#7 2024-02-13 19:36:06 +00:00
Connect the HTTP handler to the DB interface
satprog closed issue personal-finance/datastore#6 2024-02-13 19:36:01 +00:00
PostgreSQL client
satprog closed issue personal-finance/datastore#5 2024-02-13 19:35:56 +00:00
DB adapter and mocks
satprog closed issue personal-finance/datastore#1 2024-02-13 19:35:46 +00:00
Connect the /transactions request to the DB
satprog pushed to main at personal-finance/datastore 2024-02-13 19:35:20 +00:00
19974a5f44 Working /transactions endpoint with DB connection
satprog opened issue personal-finance/datastore#9 2024-02-13 19:24:25 +00:00
Unit tests for the gin framework (HTTP server)
satprog opened issue personal-finance/datastore#8 2024-02-10 19:28:00 +00:00
Run tests for a PR in CI
satprog closed issue personal-finance/datastore#4 2024-02-06 20:54:03 +00:00
Basic HTTP server for single method
satprog deleted branch feature/api from personal-finance/datastore 2024-02-06 20:52:32 +00:00
satprog pushed to main at personal-finance/datastore 2024-02-06 20:51:35 +00:00
a7359aacea Transaction entity and DB Handle
771e4cad0c Specify resources required attributes
eca17d0262 Generated ChatGPT template HTTP server
81c8f1a601 OpenAPI spec including transactions and banks
41e13c646d Initial commit
Compare 5 commits »
satprog pushed to feature/api at personal-finance/datastore 2024-02-06 20:50:30 +00:00
a7359aacea Transaction entity and DB Handle
771e4cad0c Specify resources required attributes
eca17d0262 Generated ChatGPT template HTTP server
Compare 3 commits »
satprog renamed repository from pf-budget to personal-finance/budget 2024-01-25 00:09:54 +00:00
satprog pushed to master at personal-finance/budget 2024-01-23 00:08:05 +00:00
cd9f6ba536 Remove unused categorizer and yaml config
satprog opened issue personal-finance/budget#21 2024-01-23 00:03:27 +00:00
Update README.md with description of use cases
satprog closed issue personal-finance/budget#2 2024-01-23 00:02:10 +00:00
Allow for multi-category transactions
satprog pushed to master at personal-finance/budget 2024-01-23 00:01:24 +00:00
29c5206638 Remove JSON dump
f44c04d678 Ignore SQLite DB file
2267bb29b3 Update dependencies
abf82176e5 Improve error logging on incorrect parsing
c6a13cc83a Allow multi-category transactions
Compare 32 commits »
satprog transferred repository satprog/pf-budget to personal-finance/budget 2024-01-20 23:58:06 +00:00
satprog commented on issue personal-finance/budget#10 2024-01-20 23:54:47 +00:00
Move from sqlite to standalone DB

Already migrated to PostgreSQL

satprog closed issue personal-finance/budget#10 2024-01-20 23:54:47 +00:00
Move from sqlite to standalone DB
satprog commented on issue personal-finance/budget#11 2024-01-20 23:54:18 +00:00
[Spike] Investigate better database solution

Already migrated to PostgreSQL