Autocorrección Firebase prebuild + integración MirrorSnap y z-index Balmain#162
Open
Autocorrección Firebase prebuild + integración MirrorSnap y z-index Balmain#162
Conversation
…EP2025/067317 Bajo Protocolo de Soberanía V10 - Founder: Rubén Co-authored-by: Tryonme <LVT-ENG@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…u PCT/EP2025/067317 Bajo Protocolo de Soberanía V10 - Founder: Rubén Co-authored-by: Tryonme <LVT-ENG@users.noreply.github.com>
…erestu PCT/EP2025/067317 Bajo Protocolo de Soberanía V10 - Founder: Rubén Co-authored-by: Tryonme <LVT-ENG@users.noreply.github.com>
6ddd408 to
008228f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objetivo
Integrar Robert Engine + MediaPipe (Tasks Vision latest) y dejar conectado el flujo de selección de prenda desde inventario para overlay sobre gemelo digital, con seguimiento torso+brazos en tiempo real.
Cambios implementados
Backend
api/mirror_overlay.py:shoulder_est/waist_est) contracurrent_inventory.json.RobertEngine.process_frame(...)para elfit_report.inventory_match_payload(...)para validar línea de marca/prenda.selected_garment,overlay_hint,fit_report,inventory_match).api/index.py:POST /api/v1/mirror/overlay(y alias/v1/mirror/overlay).POST /api/v1/mirror/snap(y alias/v1/mirror/snap) devolviendo flujo compuesto para consumo frontend.Frontend
index.html:@mediapipe/tasks-vision) con fallback a Pose clásico.window.__TRYONYOU_OVERLAY_APPLY__para aplicar overlay desde eventos de Snap/UI./api/v1/mirror/overlaypara refrescar selección en vivo.src/App.tsx:MirrorSnapahora consultapostMirrorOverlaySelect(...)y muestra mensaje con prenda/marca seleccionadas.window.__TRYONYOU_OVERLAY_APPLY__.src/lib/mirrorOverlayClient.tssrc/lib/garmentOverlay.tssrc/lib/julesClient.tsampliado con tipos y llamada overlay/snap.Validación ejecutada
python3 -m unittest tests/test_sovereign_sale.py✅npm run build✅/api/v1/mirror/snap✅ 200/api/v1/mirror/overlay✅ 200workspace-hcdyl94q2-ruben-espinar-rodriguez-pro.vercel.app✅ READYworkspace-navy-five-59.vercel.app✅https://tryonyou.app✅ 200https://workspace-navy-five-59.vercel.app✅ 200Nota de validación manual
Hubo límite técnico del subagente de navegador (tope de capturas), por lo que la validación visual final quedó respaldada por:
Walkthrough artifacts
(Se mantienen los artifacts previos de MirrorSnap/Balmain en esta PR; para este bloque se priorizó validación técnica runtime + deploy READY).