Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Resubmission of PR to remove block by Maartje #14

Merged
merged 7 commits into from
Jun 8, 2018
Merged

Resubmission of PR to remove block by Maartje #14

merged 7 commits into from
Jun 8, 2018

Conversation

remarcmij
Copy link
Contributor

No description provided.

@remarcmij remarcmij requested a review from Razpudding June 7, 2018 22:56
Copy link
Member

@mkruijt mkruijt left a 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 :)*

Copy link
Member

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!)._
Copy link
Member

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"

Copy link
Contributor Author

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.
Copy link
Member

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?

Copy link
Contributor Author

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?

Copy link
Member

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

Copy link
Contributor Author

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 |
Copy link
Member

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 |
Copy link
Member

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.
Copy link
Member

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
Copy link
Member

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

Copy link
Contributor Author

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)|
Copy link
Member

Choose a reason for hiding this comment

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

<br> in small capitals

Copy link
Contributor Author

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)
Copy link
Member

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

Copy link
Contributor Author

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.

@remarcmij
Copy link
Contributor Author

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.

Copy link
Member

@mkruijt mkruijt left a 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 🙏 🙋

@mkruijt mkruijt merged commit 2a362f8 into HackYourFuture:master Jun 8, 2018
@remarcmij
Copy link
Contributor Author

Thanks Maartje for taking the time during your holiday to review. Now get back to the business of enjoying your holiday!

@mkruijt
Copy link
Member

mkruijt commented Jun 8, 2018

Very welcom Jim. Yes, I will 🌞

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants