tipcat-net / tipcat-net-api

0 stars 0 forks source link

Close #35 - Create QR-codes to each member on registration #36

Closed DaniyarAskarov closed 2 years ago

DaniyarAskarov commented 2 years ago

I created QrCodeGenerator service like MemberCodeGenerator. But QrCodeGenerator service has side effect on request to S3 with async method that I neeed to process.

I tried to simplify it. But I think it should be simplier than I did. So I am open to your criticism.

DaniyarAskarov commented 2 years ago

I'm going to create additional tests for qr code generator service. They are on the way.