bet
bet copied to clipboard
Adding timestamp to the players game info
The Dispute Resolution Protocol(DRP) can be able to display the successful, failed games info along with the ability to resolve the disputes.
The idea is to add the timestamp for the usability, so that users can easily track the games based on the timestamp.
Also, if the DPR response can be filterable by the date, that would be a big plus since in theory a player can play many games and retrieving all the game data and then parsing it on the frontend can be very costly. So it would be great if I could send date in format DD-MM-YY and the BE will return all the games that happened on that day. 🙏🏽
sure will do that, i'll add a query to retrieve the games info based on the date.