Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

CodeYourFuture/curriculum

illicitonion pushed 1 commit to rework-std-sprint2 CodeYourFuture/curriculum

View on GitHub

illicitonion pushed 1 commit to rework-std-sprint2 CodeYourFuture/curriculum

View on GitHub

illicitonion pushed 1 commit to rework-std-sprint2 CodeYourFuture/curriculum

View on GitHub

illicitonion pushed 1 commit to rework-std-sprint2 CodeYourFuture/curriculum

View on GitHub

netlify[bot] created a comment on a pull request on CodeYourFuture/curriculum
### <span aria-hidden="true">👷</span> Deploy Preview for *cyf-curriculum* processing. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 74170a08d9...

View on GitHub

netlify[bot] created a comment on a pull request on CodeYourFuture/curriculum
### <span aria-hidden="true">👷</span> Deploy Preview for *cyf-itd* processing. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 74170a08d9af6b399...

View on GitHub

netlify[bot] created a comment on a pull request on CodeYourFuture/curriculum
### <span aria-hidden="true">👷</span> Deploy Preview for *cyf-piscine* processing. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 74170a08d9af6...

View on GitHub

netlify[bot] created a comment on a pull request on CodeYourFuture/curriculum
### <span aria-hidden="true">👷</span> Deploy Preview for *cyf-launch* processing. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 74170a08d9af6b...

View on GitHub

netlify[bot] created a comment on a pull request on CodeYourFuture/curriculum
### <span aria-hidden="true">👷</span> Deploy Preview for *cyf-common* processing. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 74170a08d9af6b...

View on GitHub

netlify[bot] created a comment on a pull request on CodeYourFuture/curriculum
### <span aria-hidden="true">👷</span> Deploy Preview for *cyf-sdc* processing. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 74170a08d9af6b399...

View on GitHub

netlify[bot] created a comment on a pull request on CodeYourFuture/curriculum
### <span aria-hidden="true">👷</span> Deploy Preview for *cyf-programming* processing. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 74170a08d...

View on GitHub

SallyMcGrath created a branch on CodeYourFuture/curriculum

bug/857-cached-link - The CYF Curriculum

SallyMcGrath created a review comment on a pull request on CodeYourFuture/curriculum
```suggestion Now we can think about what we do when we've identified a time is after midday. ```

View on GitHub

SallyMcGrath created a review comment on a pull request on CodeYourFuture/curriculum
```suggestion Earlier, we observed what to do when the time goes beyond midday: **subtract 12 from the hours time to get the new hours for the 12 hour clock time**. ```

View on GitHub

SallyMcGrath created a review comment on a pull request on CodeYourFuture/curriculum
```suggestion JavaScript uses different ways to [compare values](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness) depending on their types. If you compare...

View on GitHub

SallyMcGrath created a review on a pull request on CodeYourFuture/curriculum
Love it! Some tiny notes

View on GitHub

illicitonion opened an issue on CodeYourFuture/curriculum
Add some prep material about setTimeout
Some of the backlog issues in https://programming.codeyourfuture.io/data-groups/sprints/3/backlog/ require using `setTimeout` or `setInterval`. We currently introduce `setTimeout` later on in a ...
illicitonion created a comment on a pull request on CodeYourFuture/curriculum
### General "read vs do" approach I definitely struggle with the balance between provoking learners to do things for themself _and also_ explain things to make sure they're not lost _and also_ b...

View on GitHub

illicitonion created a review comment on a pull request on CodeYourFuture/curriculum
I think this is getting pretty in the weeds. But I take the point. I replaced this example with "is a user logged in" + "who is currently logged in" - does that work for you?

View on GitHub

illicitonion created a review on a pull request on CodeYourFuture/curriculum

View on GitHub

illicitonion pushed 1 commit to dwh-df-tweaks CodeYourFuture/curriculum
  • Respond to a bunch of review comments 97df026

View on GitHub

illicitonion pushed 1 commit to dwh-df-tweaks CodeYourFuture/curriculum
  • Update common-content/en/module/js3/actually-re-rendering/index.md Co-authored-by: Sally McGrath <sally@codeyourfutu... adb39f0

View on GitHub

illicitonion pushed 1 commit to rework-std-sprint2 CodeYourFuture/curriculum
  • Simplify more language, pull out more exercises 7d2b054

View on GitHub

SallyMcGrath created a review comment on a pull request on CodeYourFuture/curriculum
```suggestion If our website had light mode and dark mode, we would not have one state for "is dark mode enabled" and one state for "is light mode enabled". We would have one piece of state: a {{<...

View on GitHub

SallyMcGrath created a review comment on a pull request on CodeYourFuture/curriculum
```suggestion When we introduce filtering films based on the search term **we will not introduce other new state**. We will not store a filtered list of films in state. Our filtered list of films...

View on GitHub

SallyMcGrath created a review comment on a pull request on CodeYourFuture/curriculum
```suggestion We could pick _any_ initial value. This actually allows us to finish implementing our render function _before we even introduce a search box into the page_. In real life, our `search...

View on GitHub

SallyMcGrath created a review comment on a pull request on CodeYourFuture/curriculum
VERY nice addition

View on GitHub

SallyMcGrath created a review comment on a pull request on CodeYourFuture/curriculum
```suggestion card.querySelector("[data-certificate]").textContent = `Certificate: ${film.certificate}`; ``` Just because that's what it is on the video tbh

View on GitHub

SallyMcGrath created a review comment on a pull request on CodeYourFuture/curriculum
```suggestion card.querySelector("time").textContent = `${film.duration} minutes`; ```

View on GitHub

SallyMcGrath created a review comment on a pull request on CodeYourFuture/curriculum
```suggestion card.querySelector("[data-director]").textContent = `Director: ${film.director}`; ```

View on GitHub

Load more