πŸ§‘πŸ½β€πŸ€β€πŸ§‘πŸ½ day-plan

Energiser

Every session begins with an energiser. Usually there’s a rota showing who will lead the energiser. We have some favourite games you can play if you are stuck.

  1. Traffic Jam: re-order the cars to unblock yourself
  2. Telephone: draw the words and write the pictures
  3. Popcorn show and tell: popcorn around the room and show one nearby object or something in your pocket or bag and explain what it means to you.

Notes

Developer Communication

Learning Objectives

Preparation

Split into groups of six, and within your groups, split into three pairs of two people.

The roles are that one trainee will be talking to their pair who is listening and responding, and the other trainees will be watching.

In some groups, you may need one person to be in more than one pair.

Introduction

Trainees will present how they would explain technical concepts to a specific audience.

Developer Communication presentation

🎯 Goal: Actively listen to each others presentation (20 minutes)

  1. One pair has a conversation - one person presents information, and the other listens to the information
  2. The trainee that is listening should practice active listening techniques
  3. The trainee that is listening should ask questions impersonating the audience that is being talked to (a 10 year old, a manager, a peer)
  4. Everyone should make notes of what you thought was good or interesting and what you think could be improved for the next exercise

Reflect on the presentation

🎯 Goal: Give feedback on each other’s presentation (30 minutes)

  1. You will work in the same groups
  2. Each trainee should share what they thought was the most challenging in this exercise (while preparing or in class)
  3. Share a clear example of something you liked on someone’s presentation
  • Explain the specific situation/action
  • The impact of the person’s action (personal feeling or how it could be interpreted)

Morning Break

A quick break of fifteen minutes so we can all concentrate on the next piece of work.

Notes

Study Group

What are we doing now?

You’re going to use this time to work through coursework. Your cohort will collectively self-organise to work through the coursework together in your own way. Sort yourselves into groups that work for you.

Use this time wisely

You will have study time in almost every class day. Don’t waste it. Use it to:

  • work through the coursework
  • ask questions and get unblocked
  • give and receive code review
  • work on your portfolio
  • develop your own projects

Notes

Community Lunch

Every Saturday we cook and eat together. We share our food and our stories. We learn about each other and the world. We build community.

This is everyone’s responsibility, so help with what is needed to make this happen, for example, organising the food, setting up the table, washing up, tidying up, etc. You can do something different every week. You don’t need to be constantly responsible for the same task.

Notes

Get Forms Workshop πŸ”—

Get Forms

This workshop is about writing forms in HTML.

Note: this workshop is deployed to Netlify at https://cyf-workshop.netlify.app/get-forms and branch previews are turned on. Any PRs opened to main will be deployed automatically and can be looked at via the bot link on that PR.

Learning Objectives

Requirements

Before you start, make sure you've done your prep work on forms and worked through some of the examples in the HTML forms section of MDN.

Today we're going to build a form that interacts with GitHub Search. It's a bit unusual for a form as we are writing a GET method, where the form requests, or gets data, instead of a POST method, which sends data.

Next, we're going to swap our forms with another group and test the form we made.

Last, we're going to make changes based on the test feedback. Because it's important that software works and that people can use it.

But first, everybody needs to be ready to participate.

🧰 1. Setup

{{<note type="activity" title="Getting Set Up">}}>

  1. Set a timer for 10 minutes.
  2. Fork this repository to your own GitHub account.
  3. Clone the repository to your machine.
  4. Checkout a new branch called cohort/your-name.
  5. Open get-forms/index.html in VS Code.
    {{</note>}}

πŸ“– GitHub Search Project Briefing:

<details>
<summary>
Create a form so the user can search GitHub repositories based on specific criteria.
</summary>

πŸ‘€ User Stories:

  • As a user, I want to search on GitHub.
  • As a user, I want to sort my results by stars, forks, or when last updated.
  • As a user, I want to sort my search results in my preferred order, ascending or descending.

βœ… Acceptance Criteria:

US1: Search Field

Given I am on the GitHub search form,
When I select the search field,
Then I should be able to type in my search query.

US2: Sorting Results

Given I am on the GitHub search form,
When I choose from options of stars, forks, and updated.
Then the results are sorted by stars, forks, or last updated.

US3: Options for Sort Order

Given I am on the GitHub search form,
When I choose a sort order
Then the results should be sorted in my preferred order, ascending or descending.

Overall Acceptance Criteria

Given I am on the GitHub search form,
When I run Lighthouse
Then the Accessibility score is 100.

</details>

2. 🧱 Build the form

{{<note type="activity" title="Get results from GitHub">}}>

  1. Set a timer for 45 minutes.
  2. Work in pairs.
  3. Read the project briefing carefully.
  4. Look in the resources section for help with the elements you might need.
  5. Write your HTML in get-forms/index.html. Do as much as you can, leaving time to open your PR (10 or 15 minutes).
  6. Open a pull request to this repo with your work. Your PR will show up in the list of PRs for this repo and a deploy preview will be created and linked on your PR. Explore this.

{{</note>}}

3. πŸ§ͺ Test the form

{{<note type="activity" title="Test the form">}}>

  1. Set a timer for 15 minutes.
  2. Swap your form with another group by choosing the PR directly above yours in the PR list. If you are at the top of the list, choose the PR at the bottom of your group!
  3. Test your colleague's form against the acceptance criteria.
  4. Comment on their pull request with what you have found.

{{</note>}}

4. 🫠 Review and respond

{{<note type="activity" title="Review the test results">}}>

  1. Set a timer for 15 minutes.
  2. Read the comments on your pull request.
  3. Make changes you need to make to your form to pass the acceptance criteria.
  4. Commit and push your changes to your branch; your pull request will update automatically.
  5. If your pair doesn't have changes, join a team that does and help them.

{{</note>}}

Resources

Afternoon Break

Please feel comfortable and welcome to pray at this time if this is part of your religion.

If you are breastfeeding and would like a private space, please let us know.

Notes

Study Group

What are we doing now?

You’re going to use this time to work through coursework. Your cohort will collectively self-organise to work through the coursework together in your own way. Sort yourselves into groups that work for you.

Use this time wisely

You will have study time in almost every class day. Don’t waste it. Use it to:

  • work through the coursework
  • ask questions and get unblocked
  • give and receive code review
  • work on your portfolio
  • develop your own projects

Notes

βœ… Check module success criteria

Use this time to check over the success page this module.
You can find the module success page at the top level of your module

Notes

Retro: Start / Stop / Continue

Retro (20 minutes)

A retro is a chance to reflect on this past sprint. You can do this on a Jamboard (make sure someone clicks “Make a copy” before you start, and you work on that together) or on sticky notes on a wall.

  1. Set a timer for 5 minutes.
  2. Write down as many things as you can think of that you’d like to start, stop, and continue doing next sprint.
  3. Write one point per note and keep it short.
  4. When the timer goes off, one person should set a timer for 1 minute and group the notes into themes.
  5. Next, set a timer for 2 minutes and all vote on the most important themes by adding a dot or a +1 to the note.
  6. Finally, set a timer for 8 minutes and all discuss the top three themes.

Notes