Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create work_notes.md #175

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SC/sc stuff
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sc
48 changes: 48 additions & 0 deletions work_notes.md
Original file line number Diff line number Diff line change
@@ -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 :)