GEWIS / sudosos-backend

SudoSOS is a Node.js-based Bar and POS system made for study association GEWIS.
https://sudosos.gewis.nl
GNU Affero General Public License v3.0
6 stars 3 forks source link

[Feature] BalanceResponse should return the last transaction date #352

Closed Yoronex closed 1 month ago

Yoronex commented 1 month ago

What would you like?

See title

Why is this needed?

We already return the last transaction ID, but it is also nice to know when this transaction actually took place to see how active an user is.

How could it be implemented?

Extend the response and implement in balance-service.ts.

Other information

No response