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 diff --git a/work_notes.md b/work_notes.md new file mode 100644 index 00000000..4aeade4c --- /dev/null +++ b/work_notes.md @@ -0,0 +1,48 @@ +## 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. + +### 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 +### 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 + + +# 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? +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 + + +# 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 :)