From 8c557299c6cd7bc2e78a12501fead0229d0adac8 Mon Sep 17 00:00:00 2001 From: angie-3 Date: Sun, 6 Oct 2024 19:22:16 +0000 Subject: [PATCH 1/5] user stories completed. --- lesson_05/AngelicaC/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lesson_05/AngelicaC/README.md diff --git a/lesson_05/AngelicaC/README.md b/lesson_05/AngelicaC/README.md new file mode 100644 index 000000000..d6d5ee9f6 --- /dev/null +++ b/lesson_05/AngelicaC/README.md @@ -0,0 +1,8 @@ +## User story 1 +As a gamer, I want to order food without having to stop playing.So I can continue gaming as my food arrives. + +## User story 2 +As a student, I want an app that will organize all my homework.So, that I can know when each assigment is due. + +## User story 3 +As a gamer I want to link my phone to my game console/pc.So, I can receive messages and notification while still playing. \ No newline at end of file From 00349883f57eeb252e20ae7c2947187193710d68 Mon Sep 17 00:00:00 2001 From: angie-3 Date: Sun, 6 Oct 2024 19:34:03 +0000 Subject: [PATCH 2/5] commited --- lesson_05/AngelicaC/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson_05/AngelicaC/README.md b/lesson_05/AngelicaC/README.md index d6d5ee9f6..75a30c6ee 100644 --- a/lesson_05/AngelicaC/README.md +++ b/lesson_05/AngelicaC/README.md @@ -5,4 +5,4 @@ As a gamer, I want to order food without having to stop playing.So I can continu As a student, I want an app that will organize all my homework.So, that I can know when each assigment is due. ## User story 3 -As a gamer I want to link my phone to my game console/pc.So, I can receive messages and notification while still playing. \ No newline at end of file +As a gamer I want to link my phone to my game console/pc.So, I can receive messages and notification while still playing. \ No newline at end of file From 5d551aebdae5fbd63df2b6cae1e59f3bbf5bde76 Mon Sep 17 00:00:00 2001 From: angie-3 Date: Sun, 6 Oct 2024 20:02:15 +0000 Subject: [PATCH 3/5] quiz taken --- lesson_05/quiz/src/lesson5.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lesson_05/quiz/src/lesson5.ts b/lesson_05/quiz/src/lesson5.ts index 9ad62bd67..cd9ce3275 100644 --- a/lesson_05/quiz/src/lesson5.ts +++ b/lesson_05/quiz/src/lesson5.ts @@ -38,7 +38,7 @@ export class Lesson5 { [AnswerChoice.C, "To insert an image"], [AnswerChoice.D, "To create a paragraph"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -52,7 +52,7 @@ export class Lesson5 { [AnswerChoice.C, "alt"], [AnswerChoice.D, "href"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.C, ); } @@ -66,7 +66,7 @@ export class Lesson5 { [AnswerChoice.C, "
"], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -80,7 +80,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, "
"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.A, ); } @@ -94,7 +94,7 @@ export class Lesson5 { [AnswerChoice.C, "Computer Style Sheets"], [AnswerChoice.D, "Cascading System Sheets"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -108,7 +108,7 @@ export class Lesson5 { [AnswerChoice.C, "text-color"], [AnswerChoice.D, "background-color"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -122,7 +122,7 @@ export class Lesson5 { [AnswerChoice.C, "/* this is a comment */"], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.C, ); } @@ -136,7 +136,7 @@ export class Lesson5 { [AnswerChoice.C, "text-size"], [AnswerChoice.D, "text-style"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -150,7 +150,7 @@ export class Lesson5 { [AnswerChoice.C, "inline-block"], [AnswerChoice.D, "none"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -164,7 +164,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.A, ); } } From 7c2b004f813ea9b6c8a072b5e12eacae757c0486 Mon Sep 17 00:00:00 2001 From: angie-3 Date: Mon, 7 Oct 2024 13:38:39 +0000 Subject: [PATCH 4/5] correct answers updated one --- lesson_05/quiz/src/lesson5.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson_05/quiz/src/lesson5.ts b/lesson_05/quiz/src/lesson5.ts index cd9ce3275..74ec75628 100644 --- a/lesson_05/quiz/src/lesson5.ts +++ b/lesson_05/quiz/src/lesson5.ts @@ -80,7 +80,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, "
"], ]), - AnswerChoice.A, + AnswerChoice.B, ); } From 128dba683ed62e74c76cb73468ee5fbde3967964 Mon Sep 17 00:00:00 2001 From: angie-3 Date: Tue, 15 Oct 2024 15:17:01 +0000 Subject: [PATCH 5/5] Feat:Added AngelicaCastilloProvider.java and AngelicaCastillo.json Lessson_09-AngelicaC --- .../AngelicaCastilloProvider.java | 22 +++++ .../main/resources/data/AngelicaCastillo.json | 92 +++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/dataprovider/AngelicaCastilloProvider.java create mode 100644 lesson_09/types/types_app/src/main/resources/data/AngelicaCastillo.json diff --git a/lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/dataprovider/AngelicaCastilloProvider.java b/lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/dataprovider/AngelicaCastilloProvider.java new file mode 100644 index 000000000..69afca75b --- /dev/null +++ b/lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/dataprovider/AngelicaCastilloProvider.java @@ -0,0 +1,22 @@ +package com.codedifferently.lesson9.dataprovider; + +import java.util.Map; +import org.springframework.stereotype.Service; + +@Service +public class AngelicaCastilloProvider extends DataProvider { + public String getProviderName() { + return "AngelicaCastillo"; + } + + public Map getColumnTypeByName() { + return Map.of( + "column1", Float.class, + "column2", Double.class, + "column3", Long.class, + "column4", Integer.class, + "column5", Boolean.class, + "column6", String.class, + "column7", Short.class); + } +} diff --git a/lesson_09/types/types_app/src/main/resources/data/AngelicaCastillo.json b/lesson_09/types/types_app/src/main/resources/data/AngelicaCastillo.json new file mode 100644 index 000000000..cb7cbf965 --- /dev/null +++ b/lesson_09/types/types_app/src/main/resources/data/AngelicaCastillo.json @@ -0,0 +1,92 @@ +[ + { + "column1": "2.4223909E38", + "column2": "7.592702706190038E307", + "column3": "5160586786062107648", + "column4": "1676180257", + "column5": "false", + "column6": "hv49n", + "column7": "750" + }, + { + "column1": "2.873433E38", + "column2": "1.2114891054482373E308", + "column3": "1820065418251722752", + "column4": "132933593", + "column5": "false", + "column6": "l41kj8", + "column7": "18704" + }, + { + "column1": "2.8924133E37", + "column2": "1.0447447636281675E308", + "column3": "7884561658645072896", + "column4": "246570666", + "column5": "true", + "column6": "4v80swbcn", + "column7": "23576" + }, + { + "column1": "2.14642E38", + "column2": "4.1118691348754354E307", + "column3": "4818735800980586496", + "column4": "1474488126", + "column5": "false", + "column6": "hi9jnpf6sb4", + "column7": "23728" + }, + { + "column1": "1.1292722E38", + "column2": "4.0546590782807535E307", + "column3": "3415113784579355648", + "column4": "422065658", + "column5": "true", + "column6": "roc8agsze", + "column7": "14343" + }, + { + "column1": "2.8860066E38", + "column2": "1.1906648027121294E308", + "column3": "7674972397937440768", + "column4": "1461118444", + "column5": "false", + "column6": "pw1jmrl", + "column7": "2796" + }, + { + "column1": "1.4862326E38", + "column2": "1.2843085670733384E308", + "column3": "7347441136973435904", + "column4": "710026337", + "column5": "true", + "column6": "czohgxwqn", + "column7": "11682" + }, + { + "column1": "2.7844104E38", + "column2": "1.793641177249684E308", + "column3": "6555735649887260672", + "column4": "1377192351", + "column5": "true", + "column6": "ft8n12ge", + "column7": "24760" + }, + { + "column1": "1.3244666E38", + "column2": "3.7012702154442536E307", + "column3": "2173961939385975040", + "column4": "1252739064", + "column5": "false", + "column6": "6beajd0fg2c", + "column7": "2881" + }, + { + "column1": "2.437312E38", + "column2": "1.2743341032333298E308", + "column3": "6170659134140308480", + "column4": "251692341", + "column5": "false", + "column6": "4jnh15ol", + "column7": "531" + } +] \ No newline at end of file