Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Google Summer of Code 2022 Ideas

Revision as of 15:48, 25 January 2022 by Unnamed Poltroon (Talk)

Please see our main Google Summer of Code page for participation information.

This year, projects should take ~175 hours or ~350 hours for GSoC contributors to complete.

Each project on the Ideas list should include:

  • a project title/description
  • more detailed description of the project (2-5 sentences)
  • expected outcomes
  • skills required/preferred
  • possible mentors
  • expected size of project (175 or 350 hour).
  • And if possible, an easy, medium or hard rating of each project.


Project ideas

Warning2.png
Project team member and potential mentors, add your content here. The format suggested below is just an idea. Play with the layout, but please don't mess with content provided by other projects. Please be sure to follow branding guidelines (e.g. "Eclipse Dash", not "Dash"). Putting things in alphabetical order seems like a fair thing to do. Links to content hosted elsewhere are fine, but bear in mind that this page will likely be the main point of contact for people who are not already inside your community.

Example Project idea

Description of the Example Project idea with links to more information, bugs, and other useful content. This could include a list of specific objectives

Expected outcomes list of the results expected to be achieved after completing of the project.

Skills required/preferred list of skill set required to be able to complete the project in the proposed time.

Project size 175/350 hours

Possible mentors: Somebody Mentor

Rating Easy, medium or hard rating of each project.


Eclipse SWTChart (Radar/Spider Chart Support)

Description Add support to easily create radar and spider charts in SWTChart. Other chart types like Pie-, Doughnut-, Line-, Scatter- or Barplots are supported out-of-the-box already.

Expected outcomes: A specific type for radar and spider charts as well as an example section how to use them must be available after finishing the project successfully.

Skills required/preferred: Java, SWT, Eclipse, RCP, OSGi

Project size: 350 hours

Possible mentors: Philip Wenig

Rating: Medium

Eclipse SWTChart (Export Options)

Description Improve the existing export options in SWTChart, especially the SVG template export.

Expected outcomes: More export types shall be supported like Pie- and Doughnutplots. Additional options shall be added to export labels.

Skills required/preferred: Java, SWT, Eclipse, RCP, OSGi

Project size: 350 hours

Possible mentors: Philip Wenig

Rating: Easy

Eclipse 4diac (Domain-specific modelling environment)

Description Add user interface for testing software components (so-called Function Blocks) based on behavior models. Currently, the tool environment has limited tool support for (semi-)automated testing of Function Blocks. A framework for the test execution is however available.

Expected outcomes: A user interface for generating tests based on behavior models and executing them must be available (including documentation). It should be furthermore possible to record new scenarios, which can be later used as test cases.

Skills required/preferred: Programming skills required, preferably one or more of the following technologies: Java, SWT, Eclipse, RCP

Project size: 175 or 350 hours (scope can be adjusted)

Possible mentors: Alois Zoitl Bianca Wiesmayr

Rating: Medium

Eclipse Vert.x: JSONRPC as wire protocol for the eventbus TCP bridge

Description: Eclipse Vert.x offers a message-driven programming model based on an event bus that allows applications to scale to multiple processes or nodes without requiring code changes or knowledge during development. The event bus can be extended to non-native vert.x applications, including other platforms such as nodejs, python, etc... At the moment the wire format of the messages in this event bus bridge is vert.x specific. To make the bridge more accessible to everyone, a more popular format should be added. We would like to see JSON-RPC as a wire format as the current format is JSON based so the project should not require many changes for clients to adapt.

Expected outcomes: At the end of the project we should have simple communication with the existing bridge using a client of choice of the student using JSON-RPC showcasing the communication modes:

  • send and forget
  • request-response
  • push

Skills required/preferred: Students should be fluent in Java programming language and have some basic knowledge on another language of choice to test the client.

Having some experience with asynchronous programming is highly recommended in order to understand the vert.x code base.

Project size: 350 hours

Possible mentor: Paulo Lopes

Rating: Medium/Hard.

Eclipse Vert.x: Implement Security audit logging for Vert.x Web

Description: Eclipse Vert.x Web is a small library to build modern web applications with vert.x. Although vert.x web already supports many security handlers, there is no easy way to create an audit authentcation logging trail. This project is to create a simple logging audit trail handler, that captures all the authentication related events and logs then to a specific logger.

Expected outcomes: At the end of the project, a handler, test and documentation should be delivered. One of the goals is to keep the handler agnostic to the backend logger, so the documentation should include examples on how to use common logging frameworks, either local or remote. Remove examples are required to showcase non repudiation.

Skills required/preferred: Students should have a good understanding of Java programming language and be able to learn or experiment with logging frameworks like logback or log4j.

Project size: 175/350 hours The scope can be adjusted to reflect the desired length.

Possible mentor: Paulo Lopes

Rating: Easy/Medium.

Back to the top