Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfo-ferreira committed Jun 18, 2024
1 parent ba152fd commit 54866e5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Análise de requisição
<small>Data da análise: 18/06/2024</small>

Finalidade da criação dos arquivos é somente para acompanhar o vídeo feito sobre as requisições na loja. <br />
No checkout, páginas `checkout#/cart`, `checkout#/shipping` e `checkout#/payment` foi colhido <br />
os dados via devTools, aba Rede e exportanto o HAR com filtro para Fetch/XHR.
os dados via devTools, aba Rede e exportanto o HAR com filtro para Fetch/XHR. <br />
Via código foi adicionado uma condicional para filtrar somente: "api/checkout".

Não houve excessos de requisíções conforme foi apontado.

Expand All @@ -11,9 +13,14 @@ Página: `checkout#/shipping` teve total de: 5 requisições - `GET`: 2 e `POST`
Página: `checkout#/payment` teve total de: 14 requisições - `GET`: 1 e `POST`: 13. <br />

### Link das páginas de análise:
Cart: https://rodolfon1.github.io/requestAnalysis/checkout-cart <br />
Shipping: https://rodolfon1.github.io/requestAnalysis/checkout-shipping <br />
Payment: https://rodolfon1.github.io/requestAnalysis/checkout-payment <br />
Cart: <a href="https://rodolfon1.github.io/requestAnalysis/checkout-cart"> checkout-cart </a> <br />
Shipping: <a href="https://rodolfon1.github.io/requestAnalysis/checkout-shipping"> checkout-shipping </a> <br />
Payment: <a href="https://rodolfon1.github.io/requestAnalysis/checkout-payment"> checkout-payment </a> <br />


### Link Vídeo da análise:
https://github.com/RodolfoN1/requestAnalysis/assets/149804409/b9df6a92-0e2d-4a79-9f9d-5aacacade6be

<video controls width="550">
<source src="https://github.com/RodolfoN1/requestAnalysis/assets/149804409/b9df6a92-0e2d-4a79-9f9d-5aacacade6be" type="video/mp4" />
<a href="https://github.com/RodolfoN1/requestAnalysis/assets/149804409/b9df6a92-0e2d-4a79-9f9d-5aacacade6be">video</a>.
</video>
2 changes: 1 addition & 1 deletion checkout-cart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>checkout-cart</title>
<style>
body{
font-family: "Arial", sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion checkout-payment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>checkout-payment</title>
<style>
body{
font-family: "Arial", sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion checkout-shipping/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>checkout-shipping</title>
<style>
body{
font-family: "Arial", sans-serif;
Expand Down

0 comments on commit 54866e5

Please sign in to comment.