Go to file
Mohamed Sohail b59c0ba3fc
feat: transaction history (including by voucher) (#24)
* sql: add transaction transaction record queries

- get full tx history
- get latest txs for a specific token

* sql: (fix) add id column to select

* sql: (fix) change column name to identifier

* fix: pagination queries

- refactor keyset pagination query to correctly fecth previous page
- remove pagination from token list
- add fetch latest transactions by token

* tidy: remove dev logs

* feat: (db) add index for desc for pagination
2022-06-16 12:27:18 +03:00
.github sohail/update deps structure (#5) 2022-05-11 12:32:11 +03:00
cmd fix: (patch) meta endpoint config loader 2022-06-04 13:27:41 +03:00
dev sohail/update deps structure (#5) 2022-05-11 12:32:11 +03:00
docs feat: add admin/auth api (#22) 2022-06-02 11:24:58 +03:00
internal feat: transaction history (including by voucher) (#24) 2022-06-16 12:27:18 +03:00
migrations feat: transaction history (including by voucher) (#24) 2022-06-16 12:27:18 +03:00
pkg feat: transaction history (including by voucher) (#24) 2022-06-16 12:27:18 +03:00
queries feat: transaction history (including by voucher) (#24) 2022-06-16 12:27:18 +03:00
.gitignore add: (feat) individual token stats 2022-05-23 15:41:24 +03:00
.goreleaser.yaml ci: fix goreleaser 2022-05-11 17:05:11 +03:00
Dockerfile docker: fix dir copy 2022-05-11 18:42:02 +03:00
LICENSE add: license 2022-05-05 15:10:27 +03:00
Makefile add: ussd and cache syncer tasks 2022-05-03 21:37:48 +03:00
README.md docs: fix badges 2022-05-14 11:08:26 +03:00
config.toml feat: add admin/auth api (#22) 2022-06-02 11:24:58 +03:00
go.mod build(deps): bump github.com/rs/zerolog from 1.26.1 to 1.27.0 2022-06-16 09:26:42 +00:00
go.sum build(deps): bump github.com/rs/zerolog from 1.26.1 to 1.27.0 2022-06-16 09:26:42 +00:00

README.md

cic-dw

GitHub release (latest by date) GitHub Workflow Status

CIC Data Warehouse

Documentation