Skip to content

Project Github Tracker - Michael#87

Open
michaelchangdk wants to merge 32 commits intoTechnigo:mainfrom
michaelchangdk:main
Open

Project Github Tracker - Michael#87
michaelchangdk wants to merge 32 commits intoTechnigo:mainfrom
michaelchangdk:main

Conversation

@michaelchangdk
Copy link
Copy Markdown

No description provided.

code/script.js Outdated
}
// Formatting MONTHS
const months = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]
let lastCommitMonthNumber = lastCommitDateRaw.substring(5,7).replace("0","")
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Oops - already found a mistake here. When we hit October I'm gonna run into problems 😉

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 thing you found it because it would most definitely have escaped my notice!

Copy link
Copy Markdown

@amandatange amandatange left a comment

Choose a reason for hiding this comment

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

You have done a superb github tracker and gone above and beyond the requirements! There is a lot going on in your code but it's filled with comments that explain what is going on, though much of it is beyond my level! However, it takes no brains to see that the resulting website is brilliant, it works really well and looks very very nice.

@@ -0,0 +1,235 @@
//DOM-selector for sprint chart
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The HOURS that must have gone into this is just astounding, such patience and brains!! The result also looks so good, even though as you had noticed, once October comes it'll need some small changes, but by then you'll be an actual developer god!

Comment on lines +166 to +168
} if (exist === false) {
document.getElementById(`${projectsID}2`).innerHTML += `
<p>Pull request unavailable.</p>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice solution to be able to display that there isn't a PR! Good for the user to see and not have to wonder where the PR link is:)

};

// Function for opening and closing the projects items
const openSesame = (projectID) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This was a very smart thing to add, partly because it's an objectively difficult thing to deal with haha, and I know you had some bugs with the reapplication of the accordion, but you've solved it perfectly! And partly because the data can take a little with to fetch but it doesn't show on yours since they're hidden before you click it! So smart!

@@ -1,3 +1,246 @@
/* Remove Pre-set Styling */
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The styling is as always impeccable and I have no comments on anything, I will only say that I am going to be back here again and again to reference your handiwork.

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