Skip to content

Commit cf0ef1e

Browse files
Update README.md
1 parent efe4155 commit cf0ef1e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,11 @@ Para implementar la aplicación en Heroku, debe seguir los siguientes pasos:
329329
330330
| Número | Descripción | Commit | Archivos |
331331
| :---: | :---: | :---: | :---: |
332-
||DESCRIPCION | [COMMIT](link) | [claseJAVA](link)|
333-
||DESCRIPCION | [COMMIT](link) | [claseJAVA](link)|
334-
||DESCRIPCION | [COMMIT](link) | [claseJAVA](link)|
335-
||DESCRIPCION | [COMMIT](link) | [claseJAVA](link)|
336-
||DESCRIPCION | [COMMIT](link) | [claseJAVA](link)|
332+
||Añadir la base de la aplicación, archivos jwt y varias actualizaciones | [Update app api](https://github.com/CodeURJC-DAW-2021-22/webapp8/commit/2f951f1ce85c26bb4db11eecb6ee3a677ba688a0) | [UserRestController](https://github.com/CodeURJC-DAW-2021-22/webapp8/blame/main/backend/webandtech/src/main/java/webapp8/webandtech/controller/api/users/UserRestControler.java)|
333+
||Borrado de cosas sobrantes y actualización de partes de la API | [Update api](https://github.com/CodeURJC-DAW-2021-22/webapp8/commit/656e71e44666f750519b785970a2d065c1652240) | [AdminRestController](https://github.com/CodeURJC-DAW-2021-22/webapp8/blame/main/backend/webandtech/src/main/java/webapp8/webandtech/controller/api/admins/AdminRestController.java)|
334+
||Añadir rest security config | [Update security api](https://github.com/CodeURJC-DAW-2021-22/webapp8/commit/14f2df0d4a8a64b0ab57638011663245b00f44ac) | [LoginApiController](https://github.com/CodeURJC-DAW-2021-22/webapp8/blob/main/backend/webandtech/src/main/java/webapp8/webandtech/controller/api/auth/LoginApiController.java)|
335+
||Actualización de varias partes de la app | [Update app](https://github.com/CodeURJC-DAW-2021-22/webapp8/commit/b1c6b58a3621edc7bd03d658df7d8c096c227418) | [pom.xml](https://github.com/CodeURJC-DAW-2021-22/webapp8/blame/main/backend/webandtech/pom.xml)|
336+
||Modificación de varias partes destacando product service | [Update app](https://github.com/CodeURJC-DAW-2021-22/webapp8/commit/73810a2a4231856fa67ca0f040516fbcbfab959f) | [ProductService](https://github.com/CodeURJC-DAW-2021-22/webapp8/blame/main/backend/webandtech/src/main/java/webapp8/webandtech/service/ProductService.java)|
337337

338338
#### Sergio Octavio Mancebo | [email protected]
339339

@@ -354,11 +354,12 @@ Para implementar la aplicación en Heroku, debe seguir los siguientes pasos:
354354
355355
| Número | Descripción | Commit | Archivos |
356356
| :---: | :---: | :---: | :---: |
357-
||DESCRIPCION | [COMMIT](link) | [claseJAVA](link)|
358-
||DESCRIPCION | [COMMIT](link) | [claseJAVA](link)|
359-
||DESCRIPCION | [COMMIT](link) | [claseJAVA](link)|
360-
||DESCRIPCION | [COMMIT](link) | [claseJAVA](link)|
361-
||DESCRIPCION | [COMMIT](link) | [claseJAVA](link)|
357+
||Modificar el product service para que funcione con API rest | [Updates](https://github.com/CodeURJC-DAW-2021-22/webapp8/commit/7838eb496725bbc0d6fc013dafc63eb85a9c9e43) | [ProductService](https://github.com/CodeURJC-DAW-2021-22/webapp8/blame/main/backend/webandtech/src/main/java/webapp8/webandtech/service/ProductService.java)|
358+
||Modificacion del product rest controller | [update productcrontroller](https://github.com/CodeURJC-DAW-2021-22/webapp8/commit/e2b2e9c28aeab1f2de0afb87f4bd43d2b2984c9c) | [ProductsRestController](https://github.com/CodeURJC-DAW-2021-22/webapp8/blame/main/backend/webandtech/src/main/java/webapp8/webandtech/controller/api/products/ProductsRestController.java)|
359+
||Modificacion del product rest controller | [update productcrontroller](https://github.com/CodeURJC-DAW-2021-22/webapp8/commit/cccc7dcb014b9434fd81829dfb73bb30257b40f7) | [UserRestController](https://github.com/CodeURJC-DAW-2021-22/webapp8/blame/main/backend/webandtech/src/main/java/webapp8/webandtech/controller/UserController.java)|
360+
||Modificacion del product rest controller | [update productrestcontroller](https://github.com/CodeURJC-DAW-2021-22/webapp8/commit/b224faa4f147621a0a270fd0941d1f23ab13c4e8) | [ProductRepository](https://github.com/CodeURJC-DAW-2021-22/webapp8/blame/main/backend/webandtech/src/main/java/webapp8/webandtech/repository/ProductRepository.java)|
361+
||Modicicaciones para los productos | [update API](https://github.com/CodeURJC-DAW-2021-22/webapp8/commit/e8517894af9a99bd44551bc79718cbbde4e2f0a6) | [RatingService](https://github.com/CodeURJC-DAW-2021-22/webapp8/blame/main/backend/webandtech/src/main/java/webapp8/webandtech/service/RatingService.java)|
362+
362363

363364
#### Rodrigo Montilla Fernández | [email protected]
364365

0 commit comments

Comments
 (0)