Sergicc / proyecto-global-gaming

2 stars 0 forks source link

Buscador dinámico #5

Open Sergicc opened 7 years ago

Sergicc commented 7 years ago

@Pau111111 @seyker1996 @SergiMateu @cpaustorres @Sergicc

Checkboxes para buscar en todas las entidades o filtrando por separado (juegos, salas, usuarios, etc)

Sergicc commented 7 years ago

https://github.com/arnaugarcia/assessoriatorrelles/blob/master/src/main/java/com/arnaugarcia/assessoriatorrelles/web/rest/PropertyResource.java#L157

Sergicc commented 7 years ago

https://github.com/arnaugarcia/assessoriatorrelles/blob/master/src/main/java/com/arnaugarcia/assessoriatorrelles/repository/PropertyByCriteriaRepository.java

Sergicc commented 7 years ago

https://github.com/arnaugarcia/assessoriatorrelles/blob/master/src/main/webapp/app/entities/property/property.service.js

Sergicc commented 7 years ago

https://github.com/arnaugarcia/assessoriatorrelles/blob/master/src/main/webapp/app/entities/property/property.controller.js

Sergicc commented 7 years ago

Posibilidad: "left outer join" para que encuentre juegos que no tienen idioma asignado http://stackoverflow.com/questions/2208201/hibernate-criteria-left-outer-join-with-restrictions-on-both-tables

Sergicc commented 7 years ago

ejemplo: listByFilter / filterCritera https://github.com/arnaugarcia/assessoriatorrelles/blob/master/src/main/webapp/app/entities/property/property.service.js

https://github.com/arnaugarcia/assessoriatorrelles/blob/master/src/main/webapp/app/entities/property/property.controller.js

https://github.com/arnaugarcia/assessoriatorrelles/blob/a002463073ff6b2cb539e53a9cc6025d2b52770c/src/main/webapp/app/entities/property/properties-list.html

Sergicc commented 7 years ago

https://github.com/arnaugarcia/assessoriatorrelles/blob/master/src/main/webapp/app/layouts/sidebar/sidebar.html