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

Feature: stage 1: port labs #537

Merged
merged 17 commits into from
Jan 21, 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
185 changes: 35 additions & 150 deletions README.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
+++
title = 'Understanding Requirements'
headless = true
time = 20
facilitation = false
vocabulary=["Requirements", "User Stories"]
emoji= '🧩'
[objectives]
1='Identify described requirements'
2='Identify extra requirements from your own experience'
3='Resolve trade-offs in conflicting requirements'
4='Translate requirements into high-level design outlines'
+++

Communication is _hard_. Today, let’s explore some ways we communicate with each other in software development. It’s not enough to draw a picture of a website and assume the other person will build what you imagine. It’s never a good idea to assume shared context or shared interpretations.

So how do we understand what to do? By understanding **requirements**.
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions common-content/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/CodeYourFuture/curriculum/common-content

go 1.21.3
5 changes: 5 additions & 0 deletions common-content/hugo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

[module]
[module.hugoVersion]
extended = true
min = "0.116.0"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions common-theme/assets/images/site-logo/logo.svg
10 changes: 10 additions & 0 deletions common-theme/assets/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading