From 8fde053afb1536dc93273294ae0e3b9268cfa88c Mon Sep 17 00:00:00 2001 From: Josue Benjamin Date: Wed, 4 Jan 2023 17:20:45 -0300 Subject: [PATCH 01/19] SleepOutside first commit --- package-lock.json | 4 +-- package.json | 1 - src/cart/index.html | 26 +--------------- src/checkout/index.html | 23 +------------- src/json/sleeping-bags.json | 60 ++++++++++--------------------------- src/json/tents.json | 2 +- 6 files changed, 20 insertions(+), 96 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ff6702c..fc11712d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "outside", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "outside", - "version": "1.1.0", + "version": "2.0.0", "license": "ISC", "devDependencies": { "eslint": "^8.26.0", diff --git a/package.json b/package.json index 829e444f..1e71840a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "lint": "eslint *.js src/**/*.js", "format": "prettier --ignore-path ./.gitignore --write \"./**/*.{html,json,js,ts,css}\"", "test": "jest" - }, "author": "Shane Thompson", "license": "ISC", diff --git a/src/cart/index.html b/src/cart/index.html index 659c2bb4..7f01e305 100644 --- a/src/cart/index.html +++ b/src/cart/index.html @@ -1,9 +1,7 @@ - - @@ -13,31 +11,22 @@ - -
- -
-
-

My Cart

    - -
-
-
- - - diff --git a/src/checkout/index.html b/src/checkout/index.html index 87645865..60615e73 100644 --- a/src/checkout/index.html +++ b/src/checkout/index.html @@ -1,9 +1,7 @@ - - @@ -11,30 +9,22 @@ Sleep Outside | Checkout - -
- -
-
-

Review & Place your Order

-
-
- - - diff --git a/src/json/sleeping-bags.json b/src/json/sleeping-bags.json index 6bf7a124..5d015123 100644 --- a/src/json/sleeping-bags.json +++ b/src/json/sleeping-bags.json @@ -35,9 +35,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "L" - ] + "ZIPPER": ["L"] }, "Colors": [ { @@ -93,9 +91,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "LH" - ] + "ZIPPER": ["LH"] }, "Colors": [ { @@ -196,12 +192,8 @@ ] }, "SizesAvailable": { - "LENGTH": [ - "REG" - ], - "ZIPPER": [ - "R" - ] + "LENGTH": ["REG"], + "ZIPPER": ["R"] }, "Colors": [ { @@ -323,9 +315,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "L" - ] + "ZIPPER": ["L"] }, "Colors": [ { @@ -370,9 +360,7 @@ "ExtraImages": null }, "SizesAvailable": { - "HAND": [ - "LH" - ] + "HAND": ["LH"] }, "Colors": [ { @@ -422,9 +410,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "L" - ] + "ZIPPER": ["L"] }, "Colors": [ { @@ -474,9 +460,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "L" - ] + "ZIPPER": ["L"] }, "Colors": [ { @@ -526,9 +510,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "L" - ] + "ZIPPER": ["L"] }, "Colors": [ { @@ -578,9 +560,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "L" - ] + "ZIPPER": ["L"] }, "Colors": [ { @@ -630,9 +610,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "L" - ] + "ZIPPER": ["L"] }, "Colors": [ { @@ -730,9 +708,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "L" - ] + "ZIPPER": ["L"] }, "Colors": [ { @@ -1018,9 +994,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "L" - ] + "ZIPPER": ["L"] }, "Colors": [ { @@ -1070,9 +1044,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "R" - ] + "ZIPPER": ["R"] }, "Colors": [ { @@ -1122,9 +1094,7 @@ ] }, "SizesAvailable": { - "ZIPPER": [ - "RH" - ] + "ZIPPER": ["RH"] }, "Colors": [ { diff --git a/src/json/tents.json b/src/json/tents.json index 98029223..d24bd8bc 100644 --- a/src/json/tents.json +++ b/src/json/tents.json @@ -99,7 +99,7 @@ { "ColorCode": "01", "ColorName": "Pale Pumpkin/Terracotta" - } + } ], "DescriptionHtmlSimple": "Excess. Get out and enjoy nature with Marmot's Ajax tent, featuring a smart design with durable, waterproof construction and two doors for easy access.", "SuggestedRetailPrice": 275.0, From d6665fd777be01414a375e4f811c8b40ab489000 Mon Sep 17 00:00:00 2001 From: Josue Benjamin Date: Wed, 4 Jan 2023 17:32:52 -0300 Subject: [PATCH 02/19] fixing semicolons for single colons --- src/index.html | 96 ++++++++++++++++++++++++++--------------------- src/js/cart.js | 24 ++++++------ src/js/product.js | 12 +++--- vite.config.js | 22 +++++------ 4 files changed, 82 insertions(+), 72 deletions(-) diff --git a/src/index.html b/src/index.html index 35ac63ce..1b84b061 100644 --- a/src/index.html +++ b/src/index.html @@ -9,20 +9,31 @@
@@ -55,48 +66,47 @@

Top Products

diff --git a/src/js/cart.js b/src/js/cart.js index a2fb3d8e..ea1a081c 100644 --- a/src/js/cart.js +++ b/src/js/cart.js @@ -1,25 +1,25 @@ -import { getLocalStorage } from "./utils.mjs"; +import { getLocalStorage } from './utils.mjs'; function renderCartContents() { - const cartItems = getLocalStorage("so-cart"); + const cartItems = getLocalStorage('so-cart'); const htmlItems = cartItems.map((item) => cartItemTemplate(item)); - document.querySelector(".product-list").innerHTML = htmlItems.join(""); + document.querySelector('.product-list').innerHTML = htmlItems.join(''); } function cartItemTemplate(item) { - const newItem = `
  • - + const newItem = `
  • + ${item.Name} - -

    ${item.Name}

    +
    +

    ${item.Name}

    -

    ${item.Colors[0].ColorName}

    -

    qty: 1

    -

    $${item.FinalPrice}

    +

    ${item.Colors[0].ColorName}

    +

    qty: 1

    +

    $${item.FinalPrice}

  • `; return newItem; diff --git a/src/js/product.js b/src/js/product.js index 0b8d0aa6..85042984 100644 --- a/src/js/product.js +++ b/src/js/product.js @@ -1,10 +1,10 @@ -import { setLocalStorage } from "./utils.mjs"; -import ProductData from "./ProductData.mjs"; +import { setLocalStorage } from './utils.mjs'; +import ProductData from './ProductData.mjs'; -const dataSource = new ProductData("tents"); +const dataSource = new ProductData('tents'); function addProductToCart(product) { - setLocalStorage("so-cart", product); + setLocalStorage('so-cart', product); } // add to cart button event handler async function addToCartHandler(e) { @@ -14,5 +14,5 @@ async function addToCartHandler(e) { // add listener to Add to Cart button document - .getElementById("addToCart") - .addEventListener("click", addToCartHandler); + .getElementById('addToCart') + .addEventListener('click', addToCartHandler); diff --git a/vite.config.js b/vite.config.js index 4a5eef38..e10d027a 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,28 +1,28 @@ -import { resolve } from "path"; -import { defineConfig } from "vite"; +import { resolve } from 'path'; +import { defineConfig } from 'vite'; export default defineConfig({ - root: "src/", + root: 'src/', build: { - outDir: "../dist", + outDir: '../dist', rollupOptions: { input: { - main: resolve(__dirname, "src/index.html"), - cart: resolve(__dirname, "src/cart/index.html"), - checkout: resolve(__dirname, "src/checkout/index.html"), + main: resolve(__dirname, 'src/index.html'), + cart: resolve(__dirname, 'src/cart/index.html'), + checkout: resolve(__dirname, 'src/checkout/index.html'), product1: resolve( __dirname, - "src/product_pages/cedar-ridge-rimrock-2.html" + 'src/product_pages/cedar-ridge-rimrock-2.html' ), - product2: resolve(__dirname, "src/product_pages/marmot-ajax-3.html"), + product2: resolve(__dirname, 'src/product_pages/marmot-ajax-3.html'), product3: resolve( __dirname, - "src/product_pages/northface-alpine-3.html" + 'src/product_pages/northface-alpine-3.html' ), product4: resolve( __dirname, - "src/product_pages/northface-talus-4.html" + 'src/product_pages/northface-talus-4.html' ), }, }, From 21f8adf5342eb4d714c9871d9c4363ce087d73ed Mon Sep 17 00:00:00 2001 From: IMUST1995 Date: Wed, 4 Jan 2023 13:50:44 -0700 Subject: [PATCH 03/19] first commit Zeir --- src/js/cart.js | 6 +++--- src/js/product.js | 12 ++++++------ vite.config.js | 22 +++++++++++----------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/js/cart.js b/src/js/cart.js index ea1a081c..09eb7f8a 100644 --- a/src/js/cart.js +++ b/src/js/cart.js @@ -1,9 +1,9 @@ -import { getLocalStorage } from './utils.mjs'; +import { getLocalStorage } from "./utils.mjs"; function renderCartContents() { - const cartItems = getLocalStorage('so-cart'); + const cartItems = getLocalStorage("so-cart"); const htmlItems = cartItems.map((item) => cartItemTemplate(item)); - document.querySelector('.product-list').innerHTML = htmlItems.join(''); + document.querySelector(".product-list").innerHTML = htmlItems.join(""); } function cartItemTemplate(item) { diff --git a/src/js/product.js b/src/js/product.js index 85042984..0b8d0aa6 100644 --- a/src/js/product.js +++ b/src/js/product.js @@ -1,10 +1,10 @@ -import { setLocalStorage } from './utils.mjs'; -import ProductData from './ProductData.mjs'; +import { setLocalStorage } from "./utils.mjs"; +import ProductData from "./ProductData.mjs"; -const dataSource = new ProductData('tents'); +const dataSource = new ProductData("tents"); function addProductToCart(product) { - setLocalStorage('so-cart', product); + setLocalStorage("so-cart", product); } // add to cart button event handler async function addToCartHandler(e) { @@ -14,5 +14,5 @@ async function addToCartHandler(e) { // add listener to Add to Cart button document - .getElementById('addToCart') - .addEventListener('click', addToCartHandler); + .getElementById("addToCart") + .addEventListener("click", addToCartHandler); diff --git a/vite.config.js b/vite.config.js index e10d027a..4a5eef38 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,28 +1,28 @@ -import { resolve } from 'path'; -import { defineConfig } from 'vite'; +import { resolve } from "path"; +import { defineConfig } from "vite"; export default defineConfig({ - root: 'src/', + root: "src/", build: { - outDir: '../dist', + outDir: "../dist", rollupOptions: { input: { - main: resolve(__dirname, 'src/index.html'), - cart: resolve(__dirname, 'src/cart/index.html'), - checkout: resolve(__dirname, 'src/checkout/index.html'), + main: resolve(__dirname, "src/index.html"), + cart: resolve(__dirname, "src/cart/index.html"), + checkout: resolve(__dirname, "src/checkout/index.html"), product1: resolve( __dirname, - 'src/product_pages/cedar-ridge-rimrock-2.html' + "src/product_pages/cedar-ridge-rimrock-2.html" ), - product2: resolve(__dirname, 'src/product_pages/marmot-ajax-3.html'), + product2: resolve(__dirname, "src/product_pages/marmot-ajax-3.html"), product3: resolve( __dirname, - 'src/product_pages/northface-alpine-3.html' + "src/product_pages/northface-alpine-3.html" ), product4: resolve( __dirname, - 'src/product_pages/northface-talus-4.html' + "src/product_pages/northface-talus-4.html" ), }, }, From 7ec1b51e061f034918ba679bb738591b02d44e9c Mon Sep 17 00:00:00 2001 From: Josue Benjamin Date: Wed, 4 Jan 2023 18:02:20 -0300 Subject: [PATCH 04/19] josue's name --- team.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 team.txt diff --git a/team.txt b/team.txt new file mode 100644 index 00000000..87be67b6 --- /dev/null +++ b/team.txt @@ -0,0 +1,3 @@ +Trello link: https://trello.com/b/KflaqxFD/wdd-330 + +Josue Centurion \ No newline at end of file From 4a0573f6920adbaaefd0ab4a63e8a7e835006f03 Mon Sep 17 00:00:00 2001 From: diannaqui Date: Wed, 4 Jan 2023 14:03:14 -0700 Subject: [PATCH 05/19] DQ --- team.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/team.txt b/team.txt index 87be67b6..1ec39183 100644 --- a/team.txt +++ b/team.txt @@ -1,3 +1,4 @@ Trello link: https://trello.com/b/KflaqxFD/wdd-330 -Josue Centurion \ No newline at end of file +Josue Centurion +Diana Quispe \ No newline at end of file From 8ee888873c882ab7a2307f7654c672cbb00e0069 Mon Sep 17 00:00:00 2001 From: IMUST1995 Date: Wed, 4 Jan 2023 14:04:31 -0700 Subject: [PATCH 06/19] adding my name zeir --- team.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/team.txt b/team.txt index 1ec39183..c974df46 100644 --- a/team.txt +++ b/team.txt @@ -1,4 +1,5 @@ Trello link: https://trello.com/b/KflaqxFD/wdd-330 Josue Centurion -Diana Quispe \ No newline at end of file +Diana Quispe +Zeir Braidi \ No newline at end of file From d0a8e7415c9ecb51dd78d5dd3f85ef07f93ba368 Mon Sep 17 00:00:00 2001 From: Josue Benjamin Date: Wed, 4 Jan 2023 18:29:08 -0300 Subject: [PATCH 07/19] adding branch josue --- team.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/team.txt b/team.txt index c974df46..fcaa0234 100644 --- a/team.txt +++ b/team.txt @@ -2,4 +2,8 @@ Trello link: https://trello.com/b/KflaqxFD/wdd-330 Josue Centurion Diana Quispe -Zeir Braidi \ No newline at end of file +Zeir Braidi + branch josue + main file -- --- ---- + branch Diana + git checkout -b branch-Zair git checkout origin/master From 2fc7cee912297ff1ba08a02d3df7c27d75c02953 Mon Sep 17 00:00:00 2001 From: Josue Benjamin Date: Wed, 4 Jan 2023 18:30:58 -0300 Subject: [PATCH 08/19] yourname file --- yourname.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 yourname.txt diff --git a/yourname.txt b/yourname.txt new file mode 100644 index 00000000..e69de29b From c56762e7107bb6f44019536b53f61afd2eeffab8 Mon Sep 17 00:00:00 2001 From: Josue Benjamin Date: Wed, 4 Jan 2023 18:43:40 -0300 Subject: [PATCH 09/19] dsada --- yourname.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/yourname.txt b/yourname.txt index e69de29b..b9282c7c 100644 --- a/yourname.txt +++ b/yourname.txt @@ -0,0 +1 @@ +sdadasdsa \ No newline at end of file From 5796631be4f427134b66cd2f37f896b69e4db47a Mon Sep 17 00:00:00 2001 From: FelixS2000 <113263790+FelixS2000@users.noreply.github.com> Date: Wed, 4 Jan 2023 19:12:39 -0400 Subject: [PATCH 10/19] felix's name --- team.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/team.txt b/team.txt index fcaa0234..abc36969 100644 --- a/team.txt +++ b/team.txt @@ -3,6 +3,7 @@ Trello link: https://trello.com/b/KflaqxFD/wdd-330 Josue Centurion Diana Quispe Zeir Braidi +Felix Guzman branch josue main file -- --- ---- branch Diana From 57f9e080cdac0dc1d016f5be1f04d77877d89ecb Mon Sep 17 00:00:00 2001 From: diannaqui Date: Thu, 5 Jan 2023 07:20:24 -0700 Subject: [PATCH 11/19] Diana Quispe --- DianaQuispe.txt | 1 + package-lock.json | 24 ++++++++++++------------ yourname.txt | 1 - 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 DianaQuispe.txt delete mode 100644 yourname.txt diff --git a/DianaQuispe.txt b/DianaQuispe.txt new file mode 100644 index 00000000..5f60879b --- /dev/null +++ b/DianaQuispe.txt @@ -0,0 +1 @@ +Diana Quispe \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fc11712d..7bf37aeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4038,9 +4038,9 @@ "dev": true }, "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, "bin": { "json5": "lib/cli.js" @@ -5130,9 +5130,9 @@ } }, "node_modules/tsconfig-paths/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "dependencies": { "minimist": "^1.2.0" @@ -8371,9 +8371,9 @@ "dev": true }, "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true }, "kleur": { @@ -9138,9 +9138,9 @@ }, "dependencies": { "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "requires": { "minimist": "^1.2.0" diff --git a/yourname.txt b/yourname.txt deleted file mode 100644 index b9282c7c..00000000 --- a/yourname.txt +++ /dev/null @@ -1 +0,0 @@ -sdadasdsa \ No newline at end of file From 8da96106daa72cbc8ddc3ee7e793efd7ffea0557 Mon Sep 17 00:00:00 2001 From: IMUST1995 Date: Thu, 5 Jan 2023 07:25:26 -0700 Subject: [PATCH 12/19] team.txt update --- team.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/team.txt b/team.txt index abc36969..4c0c44ec 100644 --- a/team.txt +++ b/team.txt @@ -3,8 +3,4 @@ Trello link: https://trello.com/b/KflaqxFD/wdd-330 Josue Centurion Diana Quispe Zeir Braidi -Felix Guzman - branch josue - main file -- --- ---- - branch Diana - git checkout -b branch-Zair git checkout origin/master +Felix Guzman \ No newline at end of file From aa17bf5198209b234600668df21363dac5dfb55a Mon Sep 17 00:00:00 2001 From: FelixS2000 <113263790+FelixS2000@users.noreply.github.com> Date: Thu, 5 Jan 2023 11:42:25 -0400 Subject: [PATCH 13/19] felix's name --- felix_name.txt | 1 + yourname.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 felix_name.txt delete mode 100644 yourname.txt diff --git a/felix_name.txt b/felix_name.txt new file mode 100644 index 00000000..f3ac7311 --- /dev/null +++ b/felix_name.txt @@ -0,0 +1 @@ +Felix Guzman \ No newline at end of file diff --git a/yourname.txt b/yourname.txt deleted file mode 100644 index b9282c7c..00000000 --- a/yourname.txt +++ /dev/null @@ -1 +0,0 @@ -sdadasdsa \ No newline at end of file From 519f047e9657b5ff849ba1b473ac9e101a9cbe93 Mon Sep 17 00:00:00 2001 From: diannaqui Date: Thu, 5 Jan 2023 08:57:07 -0700 Subject: [PATCH 14/19] Cart --- .eslintrc.json | 2 +- src/js/product.js | 7 ++++++- team.txt | 4 ---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index dd5dbdc7..17f92484 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,7 +25,7 @@ } ], "no-console": 1, - "quotes": ["error", "single", { "allowTemplateLiterals": true }], + "quotes": ["error", "double", { "allowTemplateLiterals": true }], "func-names": 0, "space-unary-ops": 2, "space-in-parens": "error", diff --git a/src/js/product.js b/src/js/product.js index 0b8d0aa6..a236fc54 100644 --- a/src/js/product.js +++ b/src/js/product.js @@ -4,7 +4,12 @@ import ProductData from "./ProductData.mjs"; const dataSource = new ProductData("tents"); function addProductToCart(product) { - setLocalStorage("so-cart", product); + let cant = localStorage.getItem(product.Id); + if (cant) { + setLocalStorage(product.Id, parseInt(cant) + 1); + } else { + setLocalStorage(product.Id, 1); + } } // add to cart button event handler async function addToCartHandler(e) { diff --git a/team.txt b/team.txt index abc36969..d5b50a73 100644 --- a/team.txt +++ b/team.txt @@ -4,7 +4,3 @@ Josue Centurion Diana Quispe Zeir Braidi Felix Guzman - branch josue - main file -- --- ---- - branch Diana - git checkout -b branch-Zair git checkout origin/master From 4e04c1870f94293da494250b7ddcfca44fc1ab2b Mon Sep 17 00:00:00 2001 From: Felix Samuel Guzman Ceri <113263790+FelixS2000@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:27:49 -0400 Subject: [PATCH 15/19] FELIX changes --- felix_name.txt => FelixGuzman.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename felix_name.txt => FelixGuzman.txt (100%) diff --git a/felix_name.txt b/FelixGuzman.txt similarity index 100% rename from felix_name.txt rename to FelixGuzman.txt From 2c3327f0adac4f05e904f51efa38859ba9de1e77 Mon Sep 17 00:00:00 2001 From: nikitawong19 Date: Wed, 11 Jan 2023 00:35:35 +0800 Subject: [PATCH 16/19] Added my name. --- team.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/team.txt b/team.txt index 4c0c44ec..bdcb1fee 100644 --- a/team.txt +++ b/team.txt @@ -3,4 +3,5 @@ Trello link: https://trello.com/b/KflaqxFD/wdd-330 Josue Centurion Diana Quispe Zeir Braidi -Felix Guzman \ No newline at end of file +Felix Guzman +Nikita Wong \ No newline at end of file From 974c652328cb2d848a811200188f1103c7573d13 Mon Sep 17 00:00:00 2001 From: nikitawong19 Date: Wed, 11 Jan 2023 00:39:38 +0800 Subject: [PATCH 17/19] Added my name --- team.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/team.txt b/team.txt index bdcb1fee..9d780aa6 100644 --- a/team.txt +++ b/team.txt @@ -4,4 +4,4 @@ Josue Centurion Diana Quispe Zeir Braidi Felix Guzman -Nikita Wong \ No newline at end of file +Nikita Wong1 \ No newline at end of file From 77ca85f789bbd0e4c1f850ddf055c9e4bea74d49 Mon Sep 17 00:00:00 2001 From: nikitawong19 Date: Wed, 11 Jan 2023 00:45:19 +0800 Subject: [PATCH 18/19] Updated my name. --- team.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/team.txt b/team.txt index 9d780aa6..bdcb1fee 100644 --- a/team.txt +++ b/team.txt @@ -4,4 +4,4 @@ Josue Centurion Diana Quispe Zeir Braidi Felix Guzman -Nikita Wong1 \ No newline at end of file +Nikita Wong \ No newline at end of file From 68d01aedbd1e6aa61bc58bbd32f75ec9008e6240 Mon Sep 17 00:00:00 2001 From: nikitawong19 Date: Wed, 11 Jan 2023 01:10:16 +0800 Subject: [PATCH 19/19] Added my name. --- nikita.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 nikita.txt diff --git a/nikita.txt b/nikita.txt new file mode 100644 index 00000000..92949783 --- /dev/null +++ b/nikita.txt @@ -0,0 +1 @@ +Nikita Wong \ No newline at end of file