Samixanxo / Hibernate

Hibernate Vinos
0 stars 0 forks source link

add new field recolectado to campo model #4

Closed Japoivvb closed 5 months ago

Japoivvb commented 6 months ago
  1. add recolectado attribute to campo model, it sets false and change true after vendimia

  2. set issue label as enhancement to be tracked

  3. commit message with #numberIssue verb(in 3rd person) + details

  4. include screenshot in issue once the fix is working and code has been pushed to main branch

  5. wait for QA validation

Samixanxo commented 5 months ago

To add a new "Recolectado" field in the table we can do it through the model in the Hibernate application. On execution time it will create this new column at our DB. We also need to implement a method that will be in charge of setting it's value at true when vendimia is done.

image image image image image
Japoivvb commented 5 months ago

To add a new "Recolectado" field in the table we can do it through the model in the Hibernate application. On execution time it will create this new column at our DB. We also need to implement a method that will be in charge of setting it's value at true when vendimia is done.

image image image image image

better if you use the corresponding setRecolectado

Japoivvb commented 5 months ago
  1. ok
  2. ko
  3. ok
  4. ok
  5. ok