maximocanedo / maximocanedo/PROGAV-TPI
Crear entidad Préstamo
Open
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:
- Número de préstamo:
int. - Fecha:
Date. - DNI Cliente:
String. - Nombre del cliente:
String. - Monto:
double. - Total de cuotas:
int.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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