rafiki icon indicating copy to clipboard operation
rafiki copied to clipboard

[Cards & POS Services] Refactor routes and services

Open sanducb opened this issue 5 months ago • 2 comments

Context

Created from this comment

Both card-service and point-of-sale services should have most of the logic in the corresponding service.ts, as otherwise, we are coupling the "application layer" with our actual domain code. If made this, say, a GraphQL API, we shouldn't need to change any of the domain logic about how we are handling events and making the payment work.

To do:

  • [ ] Move payment event handling from routes to service layer (behavior must remain the same)

sanducb avatar Sep 26 '25 15:09 sanducb

Hello! I would like to work on this issue. Could you please assign it to me?

salonisaboo avatar Sep 26 '25 18:09 salonisaboo

hey @mkurapov can i get this assigned, clearing this backlog asap

ARYPROGRAMMER avatar Oct 18 '25 22:10 ARYPROGRAMMER