-
Notifications
You must be signed in to change notification settings - Fork 1
Implementación de variantes de productos / Grupo 3. #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Vazzukoff
wants to merge
45
commits into
main
Choose a base branch
from
grupo-3-main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
feat: update inital data and update product service to get price
feat: update product variants UI
fix: correct sticker category check and improve price filter logic
…e related functions and components
feat: refactor cart and product models to use attributeValueId, update related functions and components
Refactor: product.service & UI and chatbot update
feat: update variant attribute values and improve product pricing logic
feat: enhance cart and checkout components to display variant attribute values
…ariant management
feat: overhaul README to document fullstack e-commerce features and variant management
Feat: update chatbot prompts and add context for new product variants
…values in orders and cart items
feat: update data models and cart logic to support variant attribute values in orders and cart items
…dersByUser function
feat: enhance order service tests and improve error handling in getOrdersByUser function
…-design-and-readme-update Fix/UI update for responsive design and readme update
Feature/product unit test
…iant attribute and improve type definitions
refactor: update product model and related services to use single var…
…model, and modify cart service
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.
📋 Descripción
Este PR implementa la funcionalidad completa de variantes de producto en el sistema, permitiendo a los usuarios seleccionar diferentes opciones (talla y dimensiones) y reflejando estos cambios en toda la experiencia de compra.
✨ Funcionalidades Implementadas
Backend & Base de Datos
✅ Modificación del esquema de base de datos para soportar variantes
✅ Actualización de endpoints del backend para manejar variantes
Frontend - UI/UX
✅ Página de producto (/products/:id) con selector de variantes
✅ Implementación del diseño de Figma para selección de variantes
✅ Integración de variantes en carrito de compras y checkout
✅ Actualización de lógica de precios según variante seleccionada
Página de Categoría
✅ Rediseño de grilla de productos con información de variantes
✅ Sistema de filtros mejorado para rangos de precios
✅ Indicadores de variantes disponibles en vista de grilla
🧪 Testing
✅ Tests actualizados para casos de uso con variantes
🤖 Chatbot
✅ Capacidad de responder preguntas sobre variantes (ej: "¿Tienen stickers de 10×10 cm?")
🎯 Casos de Uso Resueltos
Selección de variantes en página de producto
Visualización correcta de precios por variante
Filtrado por rangos de precio considerando variantes
Experiencia de compra completa con variantes
📝 Notas Técnicas
La implementación sigue el diseño de Figma y mejora significativamente la experiencia del usuario al permitir una gestión completa de variantes de producto.