Skip to content

Instantly share code, notes, and snippets.

@asw001
Created July 1, 2017 01:48
Show Gist options
  • Save asw001/3e5facaaba2fda317edfd487c5c3af9a to your computer and use it in GitHub Desktop.
Save asw001/3e5facaaba2fda317edfd487c5c3af9a to your computer and use it in GitHub Desktop.
Thinkful Aaron Williams BE Capstone Steps Decomposed
Project Preimplementation Outline
---------------------------------
Twitter Setup {Register, API credentials, set up project} - 30 minutes
Google Setup {Get API credentials, set up project} - 30 minutes
Research APIs, investigate API objects, map API behavior (Google, Twitter) - 2 hours
Determine Twitter bot behavior, MVP - 2 hours
* determine interaction with Mongo, e.g. will interactions be cached and/or persisted?
* does the bot operate in realtime?
* does it poll? how frequently
Determine API behavior - 1 hour
* what are the CRUD operations performed against?
* Tweets?
* Logged interactions?
Pursuant to API behavior, what does the client display? Determine layout - 1 hour
* determine layout of the client
Get project layout - 30 minutes
* what Node modules?
*******
Implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment