Skip to content

Commit 2c8eb0d

Browse files
committed
Added more skills to project ideas and filtered skills better.
1 parent 41edc4e commit 2c8eb0d

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

content/gsoc-2019/project-ideas-collection/cc-archive/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ expected_result:
2525

2626
A working interface for users to be able to archive their CC-licensed content. The potential designs linked above are just ideas, you do not have to follow them although you can certainly build on them. Both the backend and the frontend should be functional.
2727
---
28-
skills_recommended: Python, JavaScript
28+
skills_recommended: Python, JavaScript, basic understanding of databases, basic understanding of APIs
2929
---
3030
primary_mentor: Alden Page
3131
---

content/gsoc-2019/project-ideas-collection/cc-plugins/contents.lr renamed to content/gsoc-2019/project-ideas-collection/cc-plugin-generic/contents.lr

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _model: project-idea
22
---
33
_hidden: yes
44
---
5-
title: Creative Commons plugins for creation platforms and tools
5+
title: Creative Commons plugin for any creation platform or tool
66
---
77
description: We'd like to create plugins for other platforms to help users find CC-licensed content (using the CC Catalog API), attribute them correctly, and license their own work under CC licenses. Any creation platform or software is fair game. Some ideas: Google Docs/Slides, Microsoft Office, browser extensions,
88
---
@@ -20,7 +20,7 @@ expected_result:
2020

2121
Public release of a functional and well-documented plugin.
2222
---
23-
skills_recommended: Varies
23+
skills_recommended: depends on the project
2424
---
2525
primary_mentor: Timid Robot Zehta
2626
---

content/gsoc-2019/project-ideas-collection/cc-resource-archive/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ expected_result:
1919

2020
Release of an up-to-date site that provdes an interface for non-technical users to add content. It should be styled more modernly and to match CC's current website. It should be easily deployable and the code should be documented.
2121
---
22-
skills_recommended: Python or WordPress/PHP
22+
skills_recommended: Python or WordPress/PHP, basic understanding of databases, potentially JavaScript
2323
---
2424
primary_mentor: Hugo Solar
2525
---

content/gsoc-2019/project-ideas-collection/reward-and-delight/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ expected_result:
2121

2222
There are a wide range of acceptable results for this idea. We're looking for an improvement to one of our existing tools or an entirely new tool that makes working with CC licenses make the user smile.
2323
---
24-
skills_recommended: JavaScript, Python
24+
skills_recommended: JavaScript, Python or WordPress/PHP
2525
---
2626
primary_mentor: Kriti Godey
2727
---

content/gsoc-2019/project-ideas-collection/search-by-use-case/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ expected_result:
2323

2424
A new feature or set of new features added to CC Search to support searching CC-licensed content for a specific purpose. You can decide what use cases you'd like to focus on.
2525
---
26-
skills_recommended: JavaScript
26+
skills_recommended: JavaScript, potentially Python
2727
---
2828
primary_mentor: Breno Ferreira
2929
---

content/gsoc-2019/project-ideas-collection/unique-work-id/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ expected_result:
2626

2727
A working prototype of the unique ID registry for CC-licensed content. It should be connected to our existing data indexed for CC Search and there should be a frontend to show data for a given work.
2828
---
29-
skills_recommended: Python
29+
skills_recommended: Python, basic understanding of databases
3030
---
3131
primary_mentor: Sophine Clachar
3232
---

content/gsoc-2019/project-ideas-collection/visualize-cc-catalog/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Ideally we'd like these visualizations deployed on the web and updated in near r
2222

2323
The type of visualizations are not set in stone. We've prototyped a [force-directed graph](https://en.wikipedia.org/wiki/Force-directed_graph_drawing#/media/File:SocialNetworkAnalysis.png) in the past and would like to have a maintainable version of that but other visualizations are up to you!
2424
---
25-
skills_recommended: JavaScript, Python
25+
skills_recommended: JavaScript, Python, data visualization tools
2626
---
2727
primary_mentor: Sophine Clachar
2828
---

content/gsoc-2019/project-ideas-collection/wordpress-plugin/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ expected_result:
2222

2323
Public release of an functional, up-to-date, and well-documented WordPress plugin.
2424
---
25-
skills_recommended: PHP, WordPress
25+
skills_recommended: PHP, WordPress, potentially JavaScript
2626
---
2727
primary_mentor: Hugo Solar
2828
---

templates/project-ideas.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{% if current_filter.field == 'difficulty' %}
1515
{% set ideas = ideas.filter(F.difficulty == current_filter.value) %}
1616
{% elif current_filter.field == 'recommended_skill' %}
17-
{% set ideas = ideas.filter(F.skills_recommended.contains(current_filter.value)) %}
17+
{% set ideas = ideas.filter(F.skills_recommended.contains(current_filter.value).or(F.skills_recommended.contains('depends'))) %}
1818
{% endif %}
1919
<div class="mt-4">
2020
<div>

0 commit comments

Comments
 (0)