Skip to content

Commit 4decbe2

Browse files
Update README with Sergio contribution
1 parent 044d8c5 commit 4decbe2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,5 +417,37 @@ El segundo se encarga de crear la imagen docker a partir del Dockerfile, subirla
417417
##### https://github.com/CodeURJC-DAW-2021-22/webapp4/blob/main/backend/src/main/java/es/codeurjc/wallypop/controller/api/admin/AdminUserRestController.java
418418
##### https://github.com/CodeURJC-DAW-2021-22/webapp4/blob/main/backend/deploy_heroku_app.sh
419419

420+
### -> Contribución Sergio:
421+
422+
#### Descripción textual
423+
424+
##### Creación de la api de categorias (GET, POST, PUT y DELETE para la informacion de la categorias y, GET, POST y DELETE para las imagenes de las categorias)
425+
##### Creación de la api de favoritos (GET, POST y DELETE)
426+
##### Creación de los ficheros POSTMAN de favoritos y categorias
427+
428+
#### 5 Commits más significativos:
429+
430+
##### Añadir ficheros POSTMAN de favoritos y categorias: https://github.com/CodeURJC-DAW-2021-22/webapp4/commit/d4edb9fe7892a78cb67b54265e9bc91832f52395
431+
##### Api de categorias: https://github.com/CodeURJC-DAW-2021-22/webapp4/commit/2323f112cca16532577c1fd26e728f8bf3d8cfb4
432+
##### Api de favoritos: https://github.com/CodeURJC-DAW-2021-22/webapp4/commit/ce44346df678963dc53cd22e0a999200664552dc
433+
##### Metodos para imagenes de categorias: https://github.com/CodeURJC-DAW-2021-22/webapp4/commit/ed7585802a7d125d585268e30355f805ad31d039
434+
##### Añadir favorito si no está y eliminar favorito si está con el metodo POST: https://github.com/CodeURJC-DAW-2021-22/webapp4/commit/3004e9de7f6ed5dbc135c2f6f747a257e04ba106
435+
436+
#### 5 ficheros mayor participación:
437+
438+
##### https://github.com/CodeURJC-DAW-2021-22/webapp4/blame/main/backend/src/main/java/es/codeurjc/wallypop/controller/api/admin/AdminCategoryRestController.java
439+
##### https://github.com/CodeURJC-DAW-2021-22/webapp4/blame/main/backend/src/main/java/es/codeurjc/wallypop/controller/api/admin/AdminFavoritesRestController.java
440+
##### https://github.com/CodeURJC-DAW-2021-22/webapp4/blame/main/backend/src/main/java/es/codeurjc/wallypop/service/CategoryService.java
441+
##### https://github.com/CodeURJC-DAW-2021-22/webapp4/blame/main/Category.postman_collection.json
442+
##### https://github.com/CodeURJC-DAW-2021-22/webapp4/blame/main/Favorites.postman_collection.json
443+
444+
### -> Contribución Juan:
445+
446+
#### Descripción textual
447+
448+
#### 5 Commits más significativos:
449+
450+
#### 5 ficheros mayor participación:
451+
420452
## Licencia
421453
[APACHE](https://github.com/CodeURJC-DAW-2021-22/webapp4/blob/26b1d22bc7625b0dd8cdb3a3b8eaf7bb5425833b/LICENSE)

0 commit comments

Comments
 (0)