Closed ShayHall closed 9 years ago
PR Feature--basic-layout- https://github.com/ShayHall/TIY-GitHub/pull/2 PR Feature-profile- https://github.com/ShayHall/TIY-GitHub/pull/4 PR Feature fetching- https://github.com/ShayHall/TIY-GitHub/pull/6 PR release--0.0.1- https://github.com/ShayHall/TIY-GitHub/pull/3
Review #1 feature--basic-layout- https://github.com/cmauban/TIY-GitHub/pull/2 Review #2 feature--basic-layout https://github.com/nickycadavillo/TIY-GitHub/pull/2
Review #1 feature-details layout- https://github.com/Ricecoder/TIY-GitHub/pull/4 Review #2 feature-details layout- https://github.com/jeremyrist/TIY-GitHub/pull/3
Review feature fetching #1- https://github.com/Ricecoder/TIY-GitHub/pull/5 Review feature fetching #2- https://github.com/nickycadavillo/TIY-GitHub/pull/5
Review journals #1- https://github.com/Ricecoder/ricecoder.github.io/pull/14 Review journals #2- https://github.com/ericksonk/ericksonk.github.io/pull/12
Please review and close.
Please review and close...
TIY-GitHub:yak-shaving
intomaster
!TIY-Assignments
named17--beneath-the-APIs
frommaster
TIY-GitHub
namedrelease--0.0.1
frommaster
USERNAME.GitHub.io:journal-week-4
journal-week-4.md
or something creativetutorial-week-4.md
or something creativeTIY-Assignments:17--beneath-the-APIs
CheatSheets/GitHubAPI.md
TIY-GitHub:release--0.0.1
specs/octocat--details.png
src/
scss/custom.scss
js/main.js
index.html
USERNAME.GitHub.io
fromjournal-week-4
intomaster
TIY-Assignments
from17--beneath-the-APIs
intomaster
TIY-GitHub
release--0.0.1
intomaster
feature--basic-layout
intorelease--0.0.1
(MERGED)feature--profile-details
intorelease--0.0.1
(MERGED)feature--fetching-data
intorelease--0.0.1
(MERGED)type
field?Yaks shaved, Skitching complete, now to start making the HTML and (S)CSS for your profile template. For the purposes of this exercise, omit the page header with the search field and primary navigation.
Start by creating a new branch named
release--0.0.1
frommaster
in yourTIY-GitHub
repository. All your work from tonight will be in feature branches that stem from and merge back into this one, which represents your first, tiny, incremental release version: 0.0.1feature--basic-layout
feature--profile-details
feature--fetching-data
Gimme the Dataz!
We might as well practice writing some jQuery while we're here. In another feature branch --
feature--fetch-data
-- usejQuery.ajax
to fetch the data from youroctocat.json
file and log it to theconsole
. That code should go inside themain.js
file, enclosed in an IIFE.Like before, push this feature branch to GitHub and open a PR into the
release--0.0.1
branch. When your PR is reviewed, merge it.BEAST MODE
There's a correlation between the data in
octocat.json
and the values in the left column, correct? Can you select each element that corresponds to a data field and replace its contents with the correct value from the JSON file?