Skip to content

Commit c48002d

Browse files
committed
fix: rename files / URLs to new terminology
1 parent b54e3d2 commit c48002d

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
## Roles
88

99
- [💻 Technical Mentors](roles/technical-mentors/README.md)
10-
- [Assignment Reviewer](roles/technical-mentors/homework-reviewer.md)
11-
- [Session Assistant](roles/technical-mentors/teaching-assistant.md)
12-
- [Session Lead](roles/technical-mentors/lead-teacher.md)
10+
- [Assignment Reviewer](roles/technical-mentors/assignment-reviewer.md)
11+
- [Session Assistant](roles/technical-mentors/session-assistant.md)
12+
- [Session Lead](roles/technical-mentors/session-lead.md)
1313
- [Flexible tasks](roles/technical-mentors/flexible-tasks.md)
1414
- [📈 Career Mentors](roles/career-mentors/README.md)
1515
- [Jobseeker Toolkit](roles/career-mentors/jobseeker-toolkit.md)

master/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Our Slack workplace is the **main communication tool we use**. The workspace has
1111
## FAQ
1212

1313
- Q: **How long do I have to commit as a volunteer?**\
14-
A: The duration of the module you are helping out with. ([see below](https://mentor.hackyourfuture.dk/getting-started#so-how-is-the-curriculum-structured)) However, there is no limitation to how many modules you want to be part of.
14+
A: The duration of the module you are helping out with. ([see below](#so-how-is-the-program-structured)) However, there is no limitation to how many modules you want to be part of.
1515
- Q: **How much time does mentoring require per week?**\
1616
A: It depends on the role, but aim at about 7-8 hours per week.
1717
- Q: **Do I need to be a working professional to teach?**\

master/glossary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _(Previously "Homework Reviewer")_
2929

3030
A mentor who has the role of reviewing Trainees' assignments (in the form of pull request reviews).
3131

32-
_See_ [Assignment Reviewer](../roles/technical-mentors/homework-reviewer.md)
32+
_See_ [Assignment Reviewer](../roles/technical-mentors/assignment-reviewer.md)
3333

3434
### Program
3535

@@ -49,15 +49,15 @@ _(Previously "Teacher Assistant")_
4949

5050
A mentor who has the role of supporting the Session Lead and Trainees during a session.
5151

52-
_See_ [Session Assistant](../roles/technical-mentors/teaching-assistant.md)
52+
_See_ [Session Assistant](../roles/technical-mentors/session-assistant.md)
5353

5454
### Session Lead
5555

5656
_(Previously "Lead Teacher")_
5757

5858
A mentor who has the role of leading and directing a Session with the support of Session Assistants.
5959

60-
_See_ [Session Lead](../roles/technical-mentors/lead-teacher.md)
60+
_See_ [Session Lead](../roles/technical-mentors/session-lead.md)
6161

6262
### Team
6363

roles/technical-mentors/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ As a technical mentor you become a part of the trainees' learning journey, but a
1010

1111
Most new Technical Mentors at HackYourFuture will start their volunteering journey as an **Assignment Reviewer**. You then gradually move through the different volunteering roles which will give you the confidence and expertise to become a **Session Lead.**
1212

13-
- [**Assignment Reviewer**](homework-reviewer.md)
14-
- [**Session Assistant**](teaching-assistant.md)
15-
- [**Session Lead**](lead-teacher.md)
13+
- [**Assignment Reviewer**](assignment-reviewer.md)
14+
- [**Session Assistant**](session-assistant.md)
15+
- [**Session Lead**](session-lead.md)
1616
- [**Flexible tasks**](flexible-tasks.md)
1717

1818
<figure><img src="../../.gitbook/assets/Screenshot 2023-03-14 at 09.45.05.png" alt=""><figcaption></figcaption></figure>

roles/technical-mentors/homework-reviewer.md renamed to roles/technical-mentors/assignment-reviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Try to keep the review at maximum 3 points the trainees can work on. There is no
3232

3333
## Sharing general feedback
3434

35-
It is really helpful for the [**Session Lead**](lead-teacher.md) to get an overview of how the team is doing with the assignment on a whole. So if you notice things that the team is collectively getting wrong, patterns of mistakes, or important details that trainees seem to misunderstand - then make an overview of those challenges and share them with the Session Lead so they can be addressed in the next session.
35+
It is really helpful for the [**Session Lead**](session-lead.md) to get an overview of how the team is doing with the assignment on a whole. So if you notice things that the team is collectively getting wrong, patterns of mistakes, or important details that trainees seem to misunderstand - then make an overview of those challenges and share them with the Session Lead so they can be addressed in the next session.
3636

3737
Here is an **example** of a Assignment Reviewer's overview of a JavaScript assignment:
3838

roles/technical-mentors/flexible-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There's _always_ something to do at HYF, but not always do availability and role
88

99
## #need-a-review
1010

11-
On our Slack workspace you can find a channel "**#need-a-review**" dedicated to assignment submissions from trainees that have not yet gotten reviewed. This task is basically the same as [Assignment Reviewer](homework-reviewer.md), just that it's not time-bound and you can focus on a single assignment submission, instead of several.
11+
On our Slack workspace you can find a channel "**#need-a-review**" dedicated to assignment submissions from trainees that have not yet gotten reviewed. This task is basically the same as [Assignment Reviewer](assignment-reviewer.md), just that it's not time-bound and you can focus on a single assignment submission, instead of several.
1212

1313
We estimate the time commitment to be between **30-60 minutes** here, as you would be using some time on understanding the exercises the trainee was trying to solve before you go in to add feedback to their code.
1414

roles/technical-mentors/teaching-assistant.md renamed to roles/technical-mentors/session-assistant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Session Assistant
22

3-
The Session Assistant's role is to help the [**Session Lead**](https://mentor.hackyourfuture.dk/roles/lead-teacher) get through the session as smooth as possible. That means primarily helping trainees when exercises are given. But it can also mean teaching some topics, coming with another perspective in the session, and keeping the Session Lead focused on the learning goals.
3+
The Session Assistant's role is to help the [**Session Lead**](./session-lead.md) get through the session as smooth as possible. That means primarily helping trainees when exercises are given. But it can also mean teaching some topics, coming with another perspective in the session, and keeping the Session Lead focused on the learning goals.
44

55
Another important part is helping with reviewing assignments.
66

@@ -39,4 +39,4 @@ As a Session Assistant, your job is not to understand **what** the trainee doesn
3939

4040
#### Assignments in mind
4141

42-
When mentoring a trainee you should always have the assignments for the week in mind. You should be helping them to understand concepts well enough so that you can confidently say that they will be able to complete the assignments to a sufficient level. If you don’t know the assignments for the week, check in the Program docs and ask your [**Session Lead**](https://mentor.hackyourfuture.dk/roles/lead-teacher) if you still have questions.
42+
When mentoring a trainee you should always have the assignments for the week in mind. You should be helping them to understand concepts well enough so that you can confidently say that they will be able to complete the assignments to a sufficient level. If you don’t know the assignments for the week, check in the Program docs and ask your [**Session Lead**](./session-lead.md) if you still have questions.

0 commit comments

Comments
 (0)