Catalog view #87

Merged
jsegarra merged 14 commits from wbuezas/hedera-web-mindshore:feature/Catalog into 4922-vueMigration 2024-10-01 19:27:15 +00:00
Contributor

PR de CatalogView.
Aclaración
Esta PR tiene cambios de la siguiente PR: #86

NOTAS:

Usar BruceWayne para el 1 de nero de 2001
Ejecutar myOrderRow.sql

PR de CatalogView. **Aclaración** Esta PR tiene cambios de la siguiente PR: https://gitea.verdnatura.es/verdnatura/hedera-web/pulls/86 ### NOTAS: **Usar BruceWayne para el 1 de nero de 2001** Ejecutar myOrderRow.sql
wbuezas added 18 commits 2024-09-23 20:37:27 +00:00
wbuezas requested review from jsegarra 2024-09-23 20:37:38 +00:00
jsegarra added 1 commit 2024-09-23 21:18:28 +00:00
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
0529505cc2
Merge branch '4922-vueMigration' into feature/Catalog
Member

Revisar que SQL se está ejecutando si vas desde account/conf a Catálogo
SELECT o.id, o.sent, ad.nickname, o.addressFk, o.agencyModeFk
FROM myOrder o
LEFT JOIN myAddress ad ON ad.id = o.addressFk
WHERE o.id = #orderId
image

Revisar que SQL se está ejecutando si vas desde account/conf a Catálogo SELECT o.id, o.sent, ad.nickname, o.addressFk, o.agencyModeFk FROM myOrder o LEFT JOIN myAddress ad ON ad.id = o.addressFk WHERE o.id = #orderId ![image](/attachments/a74f2c93-6aed-477f-842e-de75b35e3f98)
jsegarra requested changes 2024-09-23 22:10:40 +00:00
jsegarra left a comment
Member

No puedio revisar la vista porque en familia no me sale nada

NOTA: no hacer nada porque depende de la fecha. Ver descripción

No puedio revisar la vista porque en familia no me sale nada NOTA: no hacer nada porque depende de la fecha. Ver descripción
jsegarra requested changes 2024-09-23 22:20:00 +00:00
jsegarra left a comment
Member

image
image

![image](/attachments/7ee3917a-0e40-41ec-b9de-1fe5111a9c7e) ![image](/attachments/1eb44f95-bcc1-4397-8593-c30f435782a8)
@ -0,0 +38,4 @@
</span>
<span> #{{ item.id }}</span>
</div>
<div class="tags q-pt-xs text-caption">
Member

Echo en falta el carro en rojo que representa la cantidad mínima
x1, representa el empaquetado mínimo. Esta traducción no está presente en el componente vue

Echo en falta el carro en rojo que representa la cantidad mínima x1, representa el empaquetado mínimo. Esta traducción no está presente en el componente vue
Author
Contributor

minQuantity handleado.

Commit: 0f5014088d

minQuantity handleado. Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/0f5014088d670c3e5cdbf63913672f14c6c3a4bf
jsegarra requested changes 2024-09-23 22:43:05 +00:00
@ -0,0 +137,4 @@
v-else
class="flex full-width justify-center q-pt-lg text-h6 text-grey-7"
>
Elige una categoria
Member

Falta traducir

Falta traducir
Author
Contributor

Traducido

Commit: 202c22b8a9

Traducido Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/202c22b8a9494a5f513fc75255c74aaae84600be
jsegarra marked this conversation as resolved
@ -0,0 +143,4 @@
</QDrawer>
<div
:class="
viewMode === 'grid'
Member

creo que la condición está invertida, pero creo que para no tocar tanto, mejor modificar la funcion viewTypeButtonContent

creo que la condición está invertida, pero creo que para no tocar tanto, mejor modificar la funcion viewTypeButtonContent
Author
Contributor

Logica ajustada.

Commit: e6f0320cf5

Logica ajustada. Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/e6f0320cf576f74e41cc91c8aff4994d0c8aefc9
jsegarra marked this conversation as resolved
@ -0,0 +181,4 @@
storage="catalog"
size="200x200"
:id="selectedItem.image"
width="80px"
Member

aumentar el height, a almenos 22vh

aumentar el height, a almenos 22vh
Author
Contributor

Tamaños de imagenes ajustados.

Commit: 58b7325605

Tamaños de imagenes ajustados. Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/58b7325605b4978968fbe656125056315431f553
@ -0,0 +198,4 @@
</div>
</div>
<div class="tags q-px-md text-caption">
Member

selectedItem.tags no se resuelve porque es una [object Promise]

selectedItem.tags no se resuelve porque es una [object Promise]
Author
Contributor

Await agregado.

Commit: 101ac917a2

Await agregado. Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/101ac917a28efcd5dba111d4d36e6b47fee7a27f
jsegarra marked this conversation as resolved
@ -0,0 +709,4 @@
if (isGuest.value) return;
const itemLots = await calcItem(item.id);
const tags = getItemTags(item.id);
Member

falta await

falta await
Author
Contributor

Await agregado.

Commit: 101ac917a2

Await agregado. Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/101ac917a28efcd5dba111d4d36e6b47fee7a27f
jsegarra marked this conversation as resolved
wbuezas added 2 commits 2024-09-24 11:41:10 +00:00
wbuezas added 1 commit 2024-09-24 12:04:09 +00:00
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
e6f0320cf5
Change view type button logic
wbuezas added 1 commit 2024-09-24 12:28:48 +00:00
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
58b7325605
Fix image sizes
wbuezas added 1 commit 2024-09-24 18:42:54 +00:00
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
202c22b8a9
Add translation
wbuezas added 1 commit 2024-09-24 20:11:53 +00:00
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
0f5014088d
Handle minQuantity
wbuezas added 1 commit 2024-09-24 20:16:19 +00:00
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
d8ec175328
return from getOrder if basketOrderId is undefined
wbuezas added 1 commit 2024-09-25 17:15:52 +00:00
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
4358ef70c0
Add guest logic
wbuezas requested review from jsegarra 2024-09-25 17:16:14 +00:00
Member

Revisamos para invitado porque:

  1. Echo en falta que aparezca lista vacía
  2. El botón de empezar pedido en la barra superiora
Revisamos para invitado porque: 1. Echo en falta que aparezca lista vacía 2. El botón de empezar pedido en la barra superiora
jsegarra merged commit baa1422025 into 4922-vueMigration 2024-10-01 19:27:15 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/hedera-web#87
No description provided.