Skip to content

Commit

Permalink
_projects: Use project title from work report
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
KVGarg committed Aug 26, 2019
1 parent e39fa05 commit f3fa76c
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _projects/antlr-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ desc: "This project is about integrating ANTLR into the coala bear API. "
difficulty: high
initiatives:
- GSoC
- RGSoC
issues: []
markdown: antlr-v4.md
mentors:
- Udayan12167
- corona10
- aptrishu
name: "Integrate ANTLR v4 into coala"
improved_title: "Integrate ANTLR v4 to coala"
requirements:
- "The participant should have one patch to [coala](https://github.com/coala/coala) accepted."
- "Being familiar with the current Bear API and what it provides."
Expand Down
4 changes: 2 additions & 2 deletions _projects/aspects.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ difficulty: high
status: completed
initiatives:
- GSoC
- RGSoC
issues: []
markdown: implement-aspects.md
markdown: aspects.md
mentors:
- userzimmermann
- jayvdb
- myint
name: "Implement Aspects Support"
improved_title: "Implement Aspect"
requirements:
- "The participant should have one patch to any bear accepted."
- "The participant should have one patch to the coala core accepted."
Expand Down
1 change: 1 addition & 0 deletions _projects/automate-vulture-whitelist.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Automate Whitelist creation for vulture"
improved_title: "Improve Whitelisting Infrastructure for Vulture"
collaborating_projects:
- coala
- vulture
Expand Down
1 change: 1 addition & 0 deletions _projects/commit-content-checks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Commit content inspection"
improved_title: "Git Commit Content Inspection"
desc: "Verification that the commit message accurately describes the patch"
requirements:
- "Merged pull requests to a vcs bear, e.g. GitCommitBear."
Expand Down
1 change: 1 addition & 0 deletions _projects/corobo-enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ mentors:
- gbin
- mixih
name: "corobo enhancements(security, configurability and tests)"
improved_title: "Corobo Enhancement - Security, Testing And Configurability"
requirements:
- "At least one patch to corobo should be accepted and merged."
status: completed
Expand Down
2 changes: 1 addition & 1 deletion _projects/gitmate-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ difficulty: medium
status: completed
initiatives:
- GSoC
- RGSoC
issues:
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/6"
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/26"
Expand Down Expand Up @@ -39,6 +38,7 @@ mentors:
- seblat
- fneu
name: "Implement GitLab and Bitbucket Support for GitMate"
improved_title: "Extending GitMatev2.0 to support GitLab and Bitbucket"
requirements:
- "The participant should have one patch to [GitMate-2](https://gitlab.com/gitmate/gitmate-2) accepted."
- "Django knowledge is a big plus."
Expand Down
1 change: 1 addition & 0 deletions _projects/gitmate-plugins.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Implement GitMate Plugins for coala"
improved_title: "Implement GitMate automations and plugins for coala"
desc: "GitMate.io helps by automating tasks on GitHub and GitLab. There are new
plugins that are specific to coala that should be implemented. "
requirements:
Expand Down
1 change: 1 addition & 0 deletions _projects/go-bears-on-bsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mentors:
- xferra
- yukiisbored
name: "Linter Dependency Management from a Bare-Metal System"
improved_title: "Go Bears on BSD"
requirements:
- "At least one patch to the coala core should be accepted and merged."
- "The proposal needs to show familiarity with coala's dependency management implementation."
Expand Down
2 changes: 1 addition & 1 deletion _projects/optimize-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ desc: "Improve coala's caching and IO for the NextGen-Core"
difficulty: medium
initiatives:
- GSoC
- RGSoC
issues:
- "https://github.com/coala/coala/issues/3530"
- "https://github.com/coala/coala/issues/2912"
Expand All @@ -17,6 +16,7 @@ mentors:
- shreyans800755
- fneu
name: "Optimize Caching"
improved_title: "Optimize Caching for the NextGen-Core"
requirements:
- "At least one patch to the coala core should be accepted and merged."
- "The student should be familiar with ongoing technical cEPs especially
Expand Down
2 changes: 1 addition & 1 deletion _projects/vulture.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ difficulty: medium
status: completed
initiatives:
- GSoC
- RGSoC
issues: []
markdown: vulture.md
mentors:
- jendrikseipp
name: "Vulture dead code removal"
improved_title: "Removing dead code with Vulture"
requirements:
- "The participant should have one patch to [vulture](https://github.com/jendrikseipp/vulture) accepted."
- "Being familiar with the current Bear API and what it provides. Fixing an
Expand Down

0 comments on commit f3fa76c

Please sign in to comment.