Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: ♻️ add session files and move old sessions to separate folder #58

Merged
merged 3 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions preamble/schedule.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,39 +21,40 @@ guide and overview.
|------------------------------------|------------------------------------|
| 9:30 | {{< fa mug-hot >}} Arrival. Coffee and snacks |
| 10:00 | {{< fa person-chalkboard >}} [Introduction to the course](../sessions/introduction.qmd) |
| 10:30 | {{< fa person-chalkboard >}} [Theory on collaboration and teamwork]() |
| 10:30 | {{< fa person-chalkboard >}} [Theory on collaboration and teamwork](../sessions/collaboration-and-teamwork.qmd) |
| 12:30 | {{< fa utensils >}} Lunch |
| 13:15 | {{< fa user-group >}} [Networking and social activity](../appendix/social.qmd#social-day-one) |
| 13:35 | {{< fa laptop-code >}} [Review of Git and GitHub]() |
| 13:35 | {{< fa laptop-code >}} [Review of Git and GitHub](../sessions/git-and-github.qmd) |
| 14:30 | {{< fa mug-hot >}} Break with coffee and snacks |
| 15:30 | {{< fa laptop-code >}} [Setting up GitHub for a team-based project]() |
| 15:30 | {{< fa laptop-code >}} [Setting up GitHub for a team-based project](../sessions/set-up-projects.qmd) |
| 17:00 | {{< fa comment-dots >}} [End of day survey]() |

## Day 2

| Time | Session topic |
|------------------------------------|------------------------------------|
| 9:00 | {{< fa laptop-code >}} [Contributor workflow (branches)]() |
| 9:00 | {{< fa laptop-code >}} [Contributor workflow: Branches](../sessions/branches.qmd) |
| 10:15 | {{< fa mug-hot >}} Break with coffee and snacks |
| 10:30 | {{< fa laptop-code >}} [Contributor workflow (commits)]() |
| 10:30 | {{< fa laptop-code >}} [Contributor workflow: Commits](../sessions/commits.qmd) |
| 12:15 | {{< fa utensils >}} Lunch |
| 13:00 | {{< fa user-group >}} [Networking and social activity](../appendix/social.qmd#social-day-two) |
| 13:20 | {{< fa laptop-code >}} [Contributor workflow (commits continued and issues)]() |
| 13:20 | {{< fa laptop-code >}} [Contributor workflow: Commits continued and issues)](../sessions/commits.qmd) |
| 14:45 | {{< fa mug-hot >}} Break with coffee and snacks |
| 15:00 | {{< fa laptop-code >}} [Contributor workflow (create pull requests)]() |
| 15:00 | {{< fa laptop-code >}} [Contributor workflow: Create pull requests)](../sessions/create-prs.qmd) |
| 17:00 | {{< fa comment-dots >}} [End of day survey]() |

<!-- TODO: Add section to link to in "commits continued and issues" above -->
## Day 3

| Time | Session topic |
|------------------------------------|------------------------------------|
| 9:00 | {{< fa laptop-code >}} [Reviewer workflow (review pull requests)]() |
| 9:00 | {{< fa laptop-code >}} [Reviewer workflow: Review pull requests](../sessions/review-prs.qmd) |
| 10:15 | {{< fa mug-hot >}} Break with coffee and snacks |
| 10:30 | {{< fa laptop-code >}} [Reviewer workflow (merge pull requests)]() |
| 10:30 | {{< fa laptop-code >}} [Reviewer workflow: Merge pull requests)](../sessions/merge-prs.qmd) |
| 12:15 | {{< fa utensils >}} Lunch |
| 13:00 | {{< fa people-carry-box >}} [Group project](../appendix/group-project.qmd) |
| 13:00 | {{< fa people-carry-box >}} [Group project](../session/group-project.qmd) |
| 14:45 | {{< fa mug-hot >}} Break with coffee and snacks |
| 15:00 | {{< fa people-carry-box >}} [Group project](../appendix/group-project.qmd) |
| 15:00 | {{< fa people-carry-box >}} [Group project](../session/group-project.qmd) |
| 16:30 | {{< fa person-chalkboard >}} [Closing remarks](../sessions/what-next.qmd) |
| 16:45 | {{< fa comment-dots >}} [Short survey and farewell]() |
:::
File renamed without changes.
Loading