-
- Downloads
Add possibility to transfer money to other users
By using the code #TRANSFER-targetUserId-amount you can now transfer money to other people. For that you obviously need the id of the target user which you can't see anywhere as of now. That will be something for the future to add.
Showing
- prisma/migrations/20230305155931_add_money_transfers/migration.sql 16 additions, 0 deletions...grations/20230305155931_add_money_transfers/migration.sql
- prisma/schema.prisma 12 additions, 0 deletionsprisma/schema.prisma
- src/lib/customcodes.js 2 additions, 1 deletionsrc/lib/customcodes.js
- src/routes/+page.svelte 35 additions, 8 deletionssrc/routes/+page.svelte
- src/routes/api/[slug]/+server.js 20 additions, 4 deletionssrc/routes/api/[slug]/+server.js
- src/routes/api/transactions.js 28 additions, 0 deletionssrc/routes/api/transactions.js
Please register or sign in to comment