Skip to content

Project GitHub tracker, Elin Diczfalusy w7 - #19

Open
Ajliin wants to merge 13 commits into
Technigo:mainfrom
Ajliin:main
Open

Project GitHub tracker, Elin Diczfalusy w7#19
Ajliin wants to merge 13 commits into
Technigo:mainfrom
Ajliin:main

Conversation

@Ajliin

@Ajliin Ajliin commented Oct 2, 2021

Copy link
Copy Markdown

All comments in ReadMe

@Lundgreneddie Lundgreneddie left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really good job, other than 2 console logs I can't come up with anything you could have done better! :D

Comment thread code/script.js
Comment on lines +33 to +37
// ------------function filters out the forked repos from Technigo
const forkedRepo = data.filter((repo) => repo.fork && repo.name.startsWith('project-'))
// ------------function to chart.js on how many repos
drawChart(forkedRepo.length)
// ------------forEach repo --> send to innerHTML

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job on the amount of comments on your code in general, so easy to follow and understand what everything does! :)

Comment thread code/chart.js

//"Draw" the chart here 👇
//'Draw' the chart here 👇
console.log('Pie chart is here')

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Console log left in code :)

Comment thread code/script.js
fetchCommits(myPullRequest.url, project.name)

}else{
console.log('else part in function works', myPullRequest)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Console log :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants