You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your PRs in TIY-Catalog for feature--* into develop
WIP Branch:
USERNAME.github.io:journal-week-6
TIY-GitHub:
release--* -- if you're ready for another release
feature--* -- for any new features
TIY-Catalog:
feature--* -- for any feature you're working on
And the Beat Goes On
Rough Draft for Reflective Journal on Week 6
Rough Draft for Tutorial Journal
Final Draft for Resource Journal, due Tuesday!
Reading APIs: Etsy
Shaping Up with Angular JS
Completed Level 1!
Completed Level 2!
Pics or it didn't happen!
For Your GitHub Only
Etsy Goes On
25 -- A View to Cache
Journal, Week 6
Keep writing! Tomorrow you should have your final draft of your Resource journal and rough drafts for your Reflective and Tutorial journals.
Reading APIs: Etsy
Here's another batch of questions to guide your research on the Etsy API. Chances are high that you'll get asked these questions in class tomorrow or that you'll need them for your homework.
What Resource in the API represents...
an individual product?
a group or collection of products?
images associated with a product?
sizes and colors for a product?
What actions and endpoints exist for each of these Resources?
What parameters do each endpoint require or accept?
What fields are returned for each Resource, specifically:
an individual product?
a group or collection of products?
What additional fields can be requested for each?
Shaping Up With Angular JS
Last night was a (very) quick tour of the course. Tonight is reinforcement: play through (as in, try to complete without help) levels 1 and 2. You've got a lot to do tonight, so don't spend too much time here. If you get stuck, buy the answer and move on. Tomorrow you'll do the same with levels 2 (again) and 3. It'll come back around.
For Your GitHub Only
Keep building your Responsive GitHub page. Tonight, try to get the mobile view done. After merging, cut a new release--* branch from master and a new branch from that called feature--responsive-mobile.
Etsy Goes On
Elect a single Team Lead for tonight. Formulate a group plan of attack for building out at least one feature per person with HTML, (S)CSS, and some Angular JS placeholders, but with one catch: the Team Lead cannot write / commit any code. His or her job is to pair up with each of the other two, lead code reviews, and ensure the submitted work matches the joint plan. That person also has work to do outside of this project, so resist the temptation to make a ton of headway at the expense of your team.
The Team Lead role will rotate, so you'll definitely get a chance to be one. If that's you this time around, don't waste your time waiting around for code to review: refine the plan, document the API for the next phase of development, pro-actively pair up with your teammates, help with research... make the most of your time to maximize their productivity.
Your big goal as the whole team should be to start caching some data from the API using curl or Postman. Let's see, last time we put that data in apis/github/... Where do you think it should live this time? Did you guess apis/etsy/...? You're right! Make the local filesystem path match the resource URI as much as possible to make the transition to real API data as easy as possible.
The text was updated successfully, but these errors were encountered:
USERNAME.github.io
TIY-GitHub
for features and releasesTIY-Catalog
forfeature--*
intodevelop
USERNAME.github.io:journal-week-6
TIY-GitHub
:release--*
-- if you're ready for another releasefeature--*
-- for any new featuresTIY-Catalog
:feature--*
-- for any feature you're working on25 -- A View to Cache
Journal, Week 6
Keep writing! Tomorrow you should have your final draft of your Resource journal and rough drafts for your Reflective and Tutorial journals.
Reading APIs: Etsy
Here's another batch of questions to guide your research on the Etsy API. Chances are high that you'll get asked these questions in class tomorrow or that you'll need them for your homework.
Shaping Up With Angular JS
Last night was a (very) quick tour of the course. Tonight is reinforcement: play through (as in, try to complete without help) levels 1 and 2. You've got a lot to do tonight, so don't spend too much time here. If you get stuck, buy the answer and move on. Tomorrow you'll do the same with levels 2 (again) and 3. It'll come back around.
For Your GitHub Only
Keep building your Responsive GitHub page. Tonight, try to get the mobile view done. After merging, cut a new
release--*
branch frommaster
and a new branch from that calledfeature--responsive-mobile
.Etsy Goes On
Elect a single Team Lead for tonight. Formulate a group plan of attack for building out at least one feature per person with HTML, (S)CSS, and some Angular JS placeholders, but with one catch: the Team Lead cannot write / commit any code. His or her job is to pair up with each of the other two, lead code reviews, and ensure the submitted work matches the joint plan. That person also has work to do outside of this project, so resist the temptation to make a ton of headway at the expense of your team.
The Team Lead role will rotate, so you'll definitely get a chance to be one. If that's you this time around, don't waste your time waiting around for code to review: refine the plan, document the API for the next phase of development, pro-actively pair up with your teammates, help with research... make the most of your time to maximize their productivity.
Your big goal as the whole team should be to start caching some data from the API using
curl
or Postman. Let's see, last time we put that data inapis/github/
... Where do you think it should live this time? Did you guessapis/etsy/
...? You're right! Make the local filesystem path match the resource URI as much as possible to make the transition to real API data as easy as possible.The text was updated successfully, but these errors were encountered: