cryptimeleon / incentive-system

A cryptographic incentive system.
Apache License 2.0
3 stars 0 forks source link

Update double-spending protection service frontend after multiple promotion types can be handled by DsProtection service #106

Closed pschuermann97 closed 2 years ago

pschuermann97 commented 2 years ago

Frontend also needs to be updated since atm we implement it to handle only "collect points and spend them for teddy bears"-like transactions by making the transactions having a spend amount in the frontend data model.

Once multiple promotion types (streak promotion, VIP promotion, ...) can be handled by the double-spending protection service, we need to replace the spend amount by a string describing the promotion that the transaction was for or the reward the user claimed.

pschuermann97 commented 2 years ago

done with PR #136