Skip to content
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 Debt & Plan Entities #76

Open
krschan opened this issue Mar 18, 2025 · 0 comments
Open

Implement Debt & Plan Entities #76

krschan opened this issue Mar 18, 2025 · 0 comments
Labels
⬅️BACKEND 📌features New feature or request.

Comments

@krschan
Copy link
Collaborator

krschan commented Mar 18, 2025

Create the Debt and Plan entities to manage financial tracking.

Tasks:

  1. Create Debt Entity

    • Define Debt.java with fields: id, amount, userId, groupId, dueDate.
    • Implement DebtRepository.java for database operations.
  2. Create Plan Entity

    • Define Plan.java with fields: id, name, details.
    • Implement PlanRepository.java for database operations.
  3. Update Entity Relationships

    • Ensure debts and plans are correctly linked to users and groups.
  4. Test Debt and Plan Entities

    • Verify that database persistence works correctly.
    • Write unit tests for DebtRepository.java and PlanRepository.java.
@krschan krschan added ⬅️BACKEND 📌features New feature or request. labels Mar 18, 2025
@krschan krschan moved this to Backlog in COPAY - Sprint 1 Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⬅️BACKEND 📌features New feature or request.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant