microsoft / microsoft/github-agent-mode-webinar

Cart Page Experimentation

Open
#23 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
19
Forks
47
Avg merge
21d 15h
Merged PRs (30d)
1

Description

Objetivo: Experimentar con diferentes diseños de la página del carrito para optimizar la conversión.
Alcance: Implementación de tres variantes de diseño (A, B y C).
Restricciones: Solo estado local del navegador (localStorage).
Criterios de Aceptación:

  • Implementación de CartContext y hook personalizado.
  • Persistencia en localStorage.
  • Regla de envío: Gratis si > 100, de lo contrario 25.
  • Alerta al eliminar productos.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the cart page entry point and the existing frontend structure. Implement the three A, B, and C cart variants around a CartContext and custom hook, using only localStorage for persistence. Done means the shipping rule, product-removal alert, and local persistence all meet the listed acceptance criteria.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.