Skip to content

Commit 7836d81

Browse files
committed
add Add CC Chooser to CC WordPress Plugin
1 parent 9dc2e9a commit 7836d81

File tree

1 file changed

+53
-0
lines changed
  • content/internships/project-ideas-collection/add-cc-chooser-wordpress

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
_model: project-idea
2+
---
3+
_hidden: yes
4+
---
5+
title: Add CC Chooser to CC WordPress Plugin
6+
---
7+
problem:
8+
Currently, we have a license selector on the admin panel that works fine but it
9+
can be improved by using the workflow of the new CC Chooser. We also have a set
10+
of Gutenberg blocks to insert a license in the content, we can also add a new
11+
block that can contain the CC Chooser workflow as well, this will improve the
12+
user experience and would be more educational regarding the CC Licenses.
13+
---
14+
expected_outcome:
15+
Revamping the admin panel of the plugin, adding the CC Chooser on it as well as
16+
a Gutenberg block.
17+
---
18+
internship_tasks:
19+
The intern will be expected to:
20+
- Research about how the new CC Chooser manage the user workflow
21+
- Recreate that process in the WordPress admin panel
22+
Generate a new Gutenberg block
23+
---
24+
application_tips:
25+
The intern should be able to plan this process and find the best way to adapt
26+
the workflow from the CC Chooser (JavaScript/Vue) to WordPress (PHP).
27+
---
28+
resources:
29+
- **[Applicant Guide][appguide]**
30+
- [New CC Chooser][betachooser]
31+
- [creativecommons/chooser][chooser]: [WIP] The new and improved CC license
32+
selection tool.
33+
- [creativecommons/wp-plugin-creativecommons][wpplugin]: Official Creative
34+
Commons plugin for licensing your content. With Creative Commons licenses,
35+
keep your copyright AND share your creativity.
36+
37+
[appguide]: /internships/applicant-guide/
38+
[betachooser]: https://chooser-beta.creativecommons.org/
39+
[chooser]: https://github.com/creativecommons/chooser
40+
[wpplugin]: https://github.com/creativecommons/wp-plugin-creativecommons/
41+
---
42+
skills_recommended:
43+
- JavaScript
44+
- PHP
45+
- React
46+
- WordPress
47+
---
48+
mentors:
49+
- Hugo
50+
---
51+
difficulty: Medium
52+
---
53+
filter_value: difficulty-medium skill-javascript skill-php skill-wordpress

0 commit comments

Comments
 (0)