From 89dde34ca4ef097f88d06b0066e80a7c0840ad7d Mon Sep 17 00:00:00 2001 From: maiali13 <60833374+maiali13@users.noreply.github.com> Date: Mon, 20 Apr 2020 17:55:24 -0700 Subject: [PATCH 1/8] Create work_notes.md --- work_notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 work_notes.md diff --git a/work_notes.md b/work_notes.md new file mode 100644 index 00000000..8fa028f8 --- /dev/null +++ b/work_notes.md @@ -0,0 +1,15 @@ +## Repo location: +https://github.com/maiali13/ma-twitoff + +# Monday +### What went well (in the context of working on the assignment) today? +Lecture was well explained and relatively easy to follow, despite all the new content. I am getting more used to pushing changes to git as I work and keeping all the directories organized and navigatable. + +### What was particularly interesting or surprising about the topic(s) today? +It is pretty cool to build an app and then see it work and my changes do something. + +### What was the most challenging part of the work today, and why? +Getting the database to actually save the input data, it wasn't explicitly covered in lecture and I've been encountering weird silent failures. + + +# Tuesday From e22c0c939c34c227324bf04bd7b5a33bb990d9ec Mon Sep 17 00:00:00 2001 From: maiali13 <60833374+maiali13@users.noreply.github.com> Date: Tue, 21 Apr 2020 17:39:57 -0700 Subject: [PATCH 2/8] Update work_notes.md --- work_notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/work_notes.md b/work_notes.md index 8fa028f8..07a5165d 100644 --- a/work_notes.md +++ b/work_notes.md @@ -13,3 +13,11 @@ Getting the database to actually save the input data, it wasn't explicitly cover # Tuesday +### What went well (in the context of working on the assignment) today? +Basilica API config. + +### What was particularly interesting or surprising about the topic(s) today? +APIs are cool. How much user data is stored by the Twitter API + +### What was the most challenging part of the work today, and why? +blockers, blockers, blockers. sqlite3 db errors and 400 errors on the app From 5453b869589eb984fc49b264aef170ba44d051ee Mon Sep 17 00:00:00 2001 From: maiali13 <60833374+maiali13@users.noreply.github.com> Date: Wed, 22 Apr 2020 16:20:43 -0700 Subject: [PATCH 3/8] Update work_notes.md --- work_notes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/work_notes.md b/work_notes.md index 07a5165d..4648f8db 100644 --- a/work_notes.md +++ b/work_notes.md @@ -21,3 +21,22 @@ APIs are cool. How much user data is stored by the Twitter API ### What was the most challenging part of the work today, and why? blockers, blockers, blockers. sqlite3 db errors and 400 errors on the app + + +# Wednesday +### What went well (in the context of working on the assignment) today? +Setting up a the model and prediction forms. + +### What was particularly interesting or surprising about the topic(s) today? +APIs are cool. How much user data is stored by the Twitter API + +### What was the most challenging part of the work today, and why? +blockers, blockers, blockers. sqalchemy errors and 500 errors when trying to run the app + + +# Thursday +### What went well (in the context of working on the assignment) today? + +### What was particularly interesting or surprising about the topic(s) today? + +### What was the most challenging part of the work today, and why? From dfca89ae55c408f64fba3747886bfedd23faa65c Mon Sep 17 00:00:00 2001 From: maiali13 <60833374+maiali13@users.noreply.github.com> Date: Wed, 22 Apr 2020 16:27:07 -0700 Subject: [PATCH 4/8] Update work_notes.md --- work_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/work_notes.md b/work_notes.md index 4648f8db..578d22ec 100644 --- a/work_notes.md +++ b/work_notes.md @@ -28,7 +28,7 @@ blockers, blockers, blockers. sqlite3 db errors and 400 errors on the app Setting up a the model and prediction forms. ### What was particularly interesting or surprising about the topic(s) today? -APIs are cool. How much user data is stored by the Twitter API +the challenges of making an accurate model that the app will load ### What was the most challenging part of the work today, and why? blockers, blockers, blockers. sqalchemy errors and 500 errors when trying to run the app From 7865f8175edf321cd166a62e2dde9a3c90fa5530 Mon Sep 17 00:00:00 2001 From: maiali13 <60833374+maiali13@users.noreply.github.com> Date: Thu, 23 Apr 2020 16:33:23 -0700 Subject: [PATCH 5/8] Update work_notes.md --- work_notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/work_notes.md b/work_notes.md index 578d22ec..d0fc1edf 100644 --- a/work_notes.md +++ b/work_notes.md @@ -36,7 +36,10 @@ blockers, blockers, blockers. sqalchemy errors and 500 errors when trying to run # Thursday ### What went well (in the context of working on the assignment) today? +Fixed some blockers from yesterday! ### What was particularly interesting or surprising about the topic(s) today? +The deceptive simplicity of deploying the app to heroku ### What was the most challenging part of the work today, and why? +Trying to absorb all of this new information and actually get the "simple" heroku app deployed :) From ef50f94621c86504dd5567abcc190b242deb2b9a Mon Sep 17 00:00:00 2001 From: maiali13 <60833374+maiali13@users.noreply.github.com> Date: Thu, 23 Apr 2020 16:49:18 -0700 Subject: [PATCH 6/8] Update work_notes.md --- work_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/work_notes.md b/work_notes.md index d0fc1edf..b4c992cb 100644 --- a/work_notes.md +++ b/work_notes.md @@ -1,5 +1,5 @@ ## Repo location: -https://github.com/maiali13/ma-twitoff +https://github.com/maiali13/twitoff-ma # Monday ### What went well (in the context of working on the assignment) today? From 4628cb6a94cd5a96388e85f0cb099e07fc091880 Mon Sep 17 00:00:00 2001 From: maiali13 <60833374+maiali13@users.noreply.github.com> Date: Thu, 23 Apr 2020 17:10:33 -0700 Subject: [PATCH 7/8] Update work_notes.md --- work_notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/work_notes.md b/work_notes.md index b4c992cb..4aeade4c 100644 --- a/work_notes.md +++ b/work_notes.md @@ -1,6 +1,9 @@ ## Repo location: https://github.com/maiali13/twitoff-ma +https://twitoff-ma.herokuapp.com/ + + # Monday ### What went well (in the context of working on the assignment) today? Lecture was well explained and relatively easy to follow, despite all the new content. I am getting more used to pushing changes to git as I work and keeping all the directories organized and navigatable. From 3030eda80d188034da1a5a15e7544a963196dc84 Mon Sep 17 00:00:00 2001 From: maiali13 <60833374+maiali13@users.noreply.github.com> Date: Tue, 28 Apr 2020 14:50:36 -0700 Subject: [PATCH 8/8] Create sc stuff --- SC/sc stuff | 1 + 1 file changed, 1 insertion(+) create mode 100644 SC/sc stuff diff --git a/SC/sc stuff b/SC/sc stuff new file mode 100644 index 00000000..835c7e0d --- /dev/null +++ b/SC/sc stuff @@ -0,0 +1 @@ +sc