-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
+++ | ||
title = 'Product' | ||
description = 'The CYF TV Show Project: build a show browsing site in an asynchronous pair' | ||
layout = 'product' | ||
emoji= '🎁' | ||
menu_level = ['module'] | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
+++ | ||
title = 'Backlog' | ||
description = 'All the features that we want to implement in this project' | ||
layout = 'subdir' | ||
emoji= '🥞' | ||
menu_level = ['product'] | ||
weight=2 | ||
+++ |
9 changes: 9 additions & 0 deletions
9
org-cyf-itp/content/data-flows/project/backlog/backlog-1/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
+++ | ||
title = 'backlog for sprint 1' | ||
layout = 'backlog' | ||
emoji= '🏷️' | ||
menu_level = ['subdir'] | ||
weight = 1 | ||
backlog= 'JS3-Module-Project' | ||
backlog_filter= 'Week 1' | ||
+++ |
9 changes: 9 additions & 0 deletions
9
org-cyf-itp/content/data-flows/project/backlog/backlog-2/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
+++ | ||
title = 'backlog for sprint 2' | ||
layout = 'backlog' | ||
emoji= '🏷️' | ||
menu_level = ['subdir'] | ||
weight = 2 | ||
backlog= 'JS3-Module-Project' | ||
backlog_filter= 'Week 2' | ||
+++ |
9 changes: 9 additions & 0 deletions
9
org-cyf-itp/content/data-flows/project/backlog/backlog-3/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
+++ | ||
title = 'backlog for sprint 3' | ||
layout = 'backlog' | ||
emoji= '🏷️' | ||
menu_level = ['subdir'] | ||
weight = 3 | ||
backlog= 'JS3-Module-Project' | ||
backlog_filter= 'Week 3' | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
+++ | ||
title = 'Prep' | ||
description = 'How will you approach this project?' | ||
layout = 'prep' | ||
menu_level = ['product'] | ||
emoji= '🧑🏿💻' | ||
weight = 1 | ||
[[blocks]] | ||
name="Planning and organising your project" | ||
src="https://github.com/CodeYourFuture/Project-TV-Show/readme" | ||
[[blocks]] | ||
name="Setting up" | ||
src="https://github.com/CodeYourFuture/Project-TV-Show/issues/4" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
+++ | ||
title = "Success" | ||
description = "How do we know if our product is a success?" | ||
layout = "success" | ||
emoji= "✅" | ||
menu_level = [ "product" ] | ||
weight = 11 | ||
[[objectives]] | ||
1= "Your product is deployed on a public URL" | ||
2= "You have delivered features every sprint" | ||
3="Your features meet the acceptance criteria" | ||
4="At least one other person has contributed to the project" | ||
5="It works" | ||
+++ | ||
|
||
{{<note type="tip" title="In short">}} | ||
You have to build it together, it has to work, and you have to show us. | ||
{{</note>}} |