maximocanedo / maximocanedo/PROGAV-TPI

Crear entidad Préstamo

Open
#3 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

El objetivo del TP no es hacer un servidor para un banco, sino que se enfoca más en usar Spring Security, por lo que esta entidad será simple y no vamos a profundizar mucho.

Propiedades mínimas:

  1. Número de préstamo: int.
  2. Fecha: Date.
  3. DNI Cliente: String.
  4. Nombre del cliente: String.
  5. Monto: double.
  6. Total de cuotas: int.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the repository's existing entity conventions, since no target file is specified. Create the simple Préstamo entity with the six properties listed in the issue, and consider the work complete when those fields are represented in the project consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.