-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Wallet Entity #5
Comments
Could I take a shot at this? |
Can I attempt this issue? I will send a PR asap to solve this, the process is already explained carefully in the description. I will implement, the steps to ensure proper wallet management. |
Hey! I'm Jan. • Dojo Study the codebase to understand the current structure and functionality. |
Hi, my name is Dario Zamora. I´m a software developer part of Dojo coding. With a lot of frontend experience in different languages. I am very interested in contributing to this project and would like to kindly request access to this item. I believe my skills can add value to the team, and I’m eager to start collaborating. |
📌 Issue: Implement Wallet Entity
🔹 Description
Define and develop the
Wallet
entity to manage user balances and transactions.📂 Project Structure
src/modules/users/entities/wallet.entity.ts
src/modules/users/repositories/wallet.repository.ts
src/modules/users/services/wallet.service.ts
src/modules/users/controllers/wallet.controller.ts
src/modules/users/dtos/wallet.dto.ts
🛠️
Wallet
Entity Attributesid
number
userId
number
balance
number
📌 Tasks
Wallet
entity.✅ Acceptance Criteria
The text was updated successfully, but these errors were encountered: