Skip to content

Commit e8ca57a

Browse files
committed
add project size
1 parent 78ff090 commit e8ca57a

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

content/internships/project-ideas-collection/add-cc-chooser-wordpress/contents.lr

+2
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ primary_mentor:
5050
---
5151
difficulty: Medium
5252
---
53+
size: Large (~350 hours)
54+
---
5355
filter_value: difficulty-medium skill-javascript skill-php skill-wordpress

content/internships/project-ideas-collection/chooser-stewardship/contents.lr

+2
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,6 @@ primary_mentor:
4949
---
5050
difficulty: Medium
5151
---
52+
size: Large (~350 hours)
53+
---
5254
filter_value: difficulty-medium skill-css skill-javascript

content/internships/project-ideas-collection/legal-tools-machine-layer/contents.lr

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ skills_recommended:
6262
primary_mentor:
6363
- Timid Robot
6464
---
65-
difficulty: High
65+
difficulty: Hard
66+
---
67+
size: Large (~350 hours)
6668
---
6769
filter_value: difficulty-high skill-python

models/project-idea.ini

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ type = markdown
3939
label = Difficulty
4040
type = string
4141

42+
[fields.size]
43+
label = Size
44+
type = string
45+
4246
[fields.filter_value]
4347
label = Filter Value
4448
type = string

themes/vocabulary_theme/templates/project-ideas.html

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ <h2><a class="has-color-dark-slate-gray" name="{{ idea._slug }}">{{ idea.title }
7575
<div class="column is-one-quarter">
7676
<h5 class="b-header padding-bottom-small">Difficulty</h5>
7777
<p class="padding-bottom-big">{{ idea.difficulty }}</p>
78+
<h5 class="b-header padding-bottom-small">Size</h5>
79+
<p class="padding-bottom-big">{{ idea.size }}</p>
7880
<h5 class="b-header padding-bottom-small">Skills recommended</h5>
7981
{{ idea.skills_recommended }}
8082
<h5 class="b-header padding-bottom-small padding-top-big">Primary Mentor</h5>

0 commit comments

Comments
 (0)