Skip to content

Commit

Permalink
TV Show project
Browse files Browse the repository at this point in the history
this was missing btw
  • Loading branch information
SallyMcGrath committed Nov 9, 2024
1 parent c7842a1 commit 51505c6
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 0 deletions.
7 changes: 7 additions & 0 deletions org-cyf-itp/content/data-flows/project/_index.md
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']
+++
8 changes: 8 additions & 0 deletions org-cyf-itp/content/data-flows/project/backlog/_index.md
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
+++
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'
+++
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'
+++
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'
+++
14 changes: 14 additions & 0 deletions org-cyf-itp/content/data-flows/project/prep/index.md
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"
+++
18 changes: 18 additions & 0 deletions org-cyf-itp/content/data-flows/project/success/index.md
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>}}

0 comments on commit 51505c6

Please sign in to comment.