-
Notifications
You must be signed in to change notification settings - Fork 281
Resubmission of PR to remove block by Maartje #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @remarcmij , not sure if I already submitted this review, my internet connection is kind of bad
@@ -19,3 +19,5 @@ We expect you to __always__ come prepared to the class on Sunday. | |||
A good understanding of all the above mentioned topics. Want to check your Knowledge? Go through the [JavaScript Fundamentals README](../../../fundamentals/blob/master/README.md) and research/ ask for help (Slack!) with the concepts that are not entirely clear. | |||
|
|||
*The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)* | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for adding the licence
Week1/MAKEME.md
Outdated
|
||
## Step 3: SPA :sweat_drops: | ||
_This homework is more extensive and challenging than previous homework! Please read the instructions below carefully and follow them meticulously. Start this homework as soon as you can and allow time for discussion and questions (slack!)._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe replace "meticulously" with "great attention to detail"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Week1/MAKEME.md
Outdated
|
||
This application should display information about the available [HYF repositories](https://github.com/hackyourfuture): | ||
This application should display information about the available [HYF GitHub repositories](https://github.com/hackyourfuture): | ||
|
||
- You should be able to select a repository from a list of available repositories. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we can add "functionalities" or "requirements" on the top of this list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you give an example of what you mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, so here you give a first indication of the functionalities of what the students should build. So maybe we can add:
functionalities we would like to see in your application:
- this application....
- this application...
- etc
- etc
It is only about the line above the list of functionalities, indicating that this should be the "end" product
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it! Done.
|
||
You will be working on this same application during the next three weeks. For each week you will need to create a new Git branch, as listed in the Table 1 below. | ||
|
||
| Week | Branch | Assignment | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is great thank you
|
||
The files that make up the application are located in the `src` folder. It contains the following files: | ||
|
||
| Filename | Description | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great @remarcmij thank you
|
||
_Deadline Monday_ | ||
|
||
Give feedback on Step 3 of last weeks homework. Please provide the feedback in an issue. | ||
- Fix Requested Changes (if any) on the Pull Request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏
Week3/MAKEME.md
Outdated
2. Make sure that your error handling code still works. See the week2 MAKEME on how to force an error response from GitHub. | ||
|
||
|
||
#### 2.2.2 ARIA-compliance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you please turn 2.2.2 and 2.2.3 around? And make 2.2.2 the bonus assignment? I'm afraid that this is a lot of homework for one week and that students will not be able to finish all and will leave out 2.2.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.2.2 is now ES6 Classes (BONUS)
2.2.3 is now ARIA-compliance
README.md
Outdated
@@ -9,7 +9,7 @@ Here you can find course content and homework for the JavaScript3 modules | |||
|----|-----|----|--------| | |||
|1.|• Structure for a basic SPA (Single Page Application) <br>• [XMLHttpRequests](../../../fundamentals/blob/master/fundamentals/XMLHttpRequest.md) <br>• API calls|[Reading Week 1](/Week1/README.md)|[Homework Week 1](/Week1/MAKEME.md)| | |||
|2.|• [Event Loop (order of execution)](../../../fundamentals/blob/master/fundamentals/event_loop.md)<br>• [Promises](../../../fundamentals/blob/master/fundamentals/promises.md)|[Reading Week 2](/Week2/README.md)|[Homework Week 2](/Week2/MAKEME.md)| | |||
|3.|• [try...catch](../../../fundamentals/blob/master/fundamentals/try_catch.md)<br>• [async/await](../../../fundamentals/blob/master/fundamentals/async_await.md)<br>• [Object Oriented Programming and ES6 Classes](../../../fundamentals/blob/master/fundamentals/oop_classes.md)<br>• [The `this` keyword](../../../fundamentals/blob/master/fundamentals/this.md)<br>• call, apply, bind |[Reading Week 3](/Week3/README.md)|[Homework Week 3](/Week3/MAKEME.md)| | |||
|3.|• [try...catch](../../../fundamentals/blob/master/fundamentals/try_catch.md)<br>• [async/await](../../../fundamentals/blob/master/fundamentals/async_await.md)<br>• [The `this` keyword](../../../fundamentals/blob/master/fundamentals/this.md)<br>• call, apply, bind<BR>• [Object Oriented Programming and ES6 Classes](../../../fundamentals/blob/master/fundamentals/oop_classes.md)|[Reading Week 3](/Week3/README.md)|[Homework Week 3](/Week3/MAKEME.md)| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<br>
in small capitals
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Week3/MAKEME.md
Outdated
2. Make sure that your error handling code still works. See the week2 MAKEME on how to force an error response from GitHub. | ||
|
||
|
||
#### 2.2.2 ES6 Classes (BONUS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer 2.2.3 to be bonus
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I misunderstood. ARAI compliance is now BONUS instead of ES6 classes.
Hi Maartje, I closed the previous pull request and created a new one as I was under the assumption that you were (rightly) incommunicado and I wanted to finish this one for class 15 with Laurens. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Jim, yes I understand, no problem. I'm super happy with the better instructions on how to hand in homework with branches, hopefully it will save us some headache. Thank you for the great work 🙏 🙋
Thanks Maartje for taking the time during your holiday to review. Now get back to the business of enjoying your holiday! |
Very welcom Jim. Yes, I will 🌞 |
No description provided.