Skip to content

Commit f3fa76c

Browse files
committed
_projects: Use project title from work report
The commit adds the new title for all those completed projects who got a new and a suitable title during the program. As the student starts working on project, user get to know "what will the be the most suitable title for the project?" and uses that in the work report too. So, add all such titles from reports to there corresponding projects. Also, this change will allow us to display the student work report itself on the project popup.
1 parent e39fa05 commit f3fa76c

10 files changed

+11
-6
lines changed

_projects/antlr-v4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ desc: "This project is about integrating ANTLR into the coala bear API. "
66
difficulty: high
77
initiatives:
88
- GSoC
9-
- RGSoC
109
issues: []
1110
markdown: antlr-v4.md
1211
mentors:
1312
- Udayan12167
1413
- corona10
1514
- aptrishu
1615
name: "Integrate ANTLR v4 into coala"
16+
improved_title: "Integrate ANTLR v4 to coala"
1717
requirements:
1818
- "The participant should have one patch to [coala](https://github.com/coala/coala) accepted."
1919
- "Being familiar with the current Bear API and what it provides."

_projects/aspects.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ difficulty: high
77
status: completed
88
initiatives:
99
- GSoC
10-
- RGSoC
1110
issues: []
12-
markdown: implement-aspects.md
11+
markdown: aspects.md
1312
mentors:
1413
- userzimmermann
1514
- jayvdb
1615
- myint
1716
name: "Implement Aspects Support"
17+
improved_title: "Implement Aspect"
1818
requirements:
1919
- "The participant should have one patch to any bear accepted."
2020
- "The participant should have one patch to the coala core accepted."

_projects/automate-vulture-whitelist.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: "Automate Whitelist creation for vulture"
3+
improved_title: "Improve Whitelisting Infrastructure for Vulture"
34
collaborating_projects:
45
- coala
56
- vulture

_projects/commit-content-checks.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: "Commit content inspection"
3+
improved_title: "Git Commit Content Inspection"
34
desc: "Verification that the commit message accurately describes the patch"
45
requirements:
56
- "Merged pull requests to a vcs bear, e.g. GitCommitBear."

_projects/corobo-enhancement.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ mentors:
1717
- gbin
1818
- mixih
1919
name: "corobo enhancements(security, configurability and tests)"
20+
improved_title: "Corobo Enhancement - Security, Testing And Configurability"
2021
requirements:
2122
- "At least one patch to corobo should be accepted and merged."
2223
status: completed

_projects/gitmate-gitlab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ difficulty: medium
1010
status: completed
1111
initiatives:
1212
- GSoC
13-
- RGSoC
1413
issues:
1514
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/6"
1615
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/26"
@@ -39,6 +38,7 @@ mentors:
3938
- seblat
4039
- fneu
4140
name: "Implement GitLab and Bitbucket Support for GitMate"
41+
improved_title: "Extending GitMatev2.0 to support GitLab and Bitbucket"
4242
requirements:
4343
- "The participant should have one patch to [GitMate-2](https://gitlab.com/gitmate/gitmate-2) accepted."
4444
- "Django knowledge is a big plus."

_projects/gitmate-plugins.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: "Implement GitMate Plugins for coala"
3+
improved_title: "Implement GitMate automations and plugins for coala"
34
desc: "GitMate.io helps by automating tasks on GitHub and GitLab. There are new
45
plugins that are specific to coala that should be implemented. "
56
requirements:

_projects/go-bears-on-bsd.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mentors:
1414
- xferra
1515
- yukiisbored
1616
name: "Linter Dependency Management from a Bare-Metal System"
17+
improved_title: "Go Bears on BSD"
1718
requirements:
1819
- "At least one patch to the coala core should be accepted and merged."
1920
- "The proposal needs to show familiarity with coala's dependency management implementation."

_projects/optimize-caching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ desc: "Improve coala's caching and IO for the NextGen-Core"
55
difficulty: medium
66
initiatives:
77
- GSoC
8-
- RGSoC
98
issues:
109
- "https://github.com/coala/coala/issues/3530"
1110
- "https://github.com/coala/coala/issues/2912"
@@ -17,6 +16,7 @@ mentors:
1716
- shreyans800755
1817
- fneu
1918
name: "Optimize Caching"
19+
improved_title: "Optimize Caching for the NextGen-Core"
2020
requirements:
2121
- "At least one patch to the coala core should be accepted and merged."
2222
- "The student should be familiar with ongoing technical cEPs especially

_projects/vulture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ difficulty: medium
88
status: completed
99
initiatives:
1010
- GSoC
11-
- RGSoC
1211
issues: []
1312
markdown: vulture.md
1413
mentors:
1514
- jendrikseipp
1615
name: "Vulture dead code removal"
16+
improved_title: "Removing dead code with Vulture"
1717
requirements:
1818
- "The participant should have one patch to [vulture](https://github.com/jendrikseipp/vulture) accepted."
1919
- "Being familiar with the current Bear API and what it provides. Fixing an

0 commit comments

Comments
 (0)