GSOC 2018 Project Ideas: Difference between revisions

From Joomla! Documentation

Line 81: Line 81:
   </tr>  
   </tr>  
   <tr>
   <tr>
     <td>Project Details can be found at the Github issue https://github.com/joomla/joomla-cms/issues/18845 </td>
     <td>If you have a Site with more languages you create one article in your main language, then you have to create it in the other language and create all the Associations first to be able to edit them in the Multilanguage Associations Component.
 
It would be nice to have an option to create automatically a "language-pack" when saving a new article that has no associations yet.
 
The article is copied to all languages, all associations are done and a default text in the language is added in front of the introtext that the article is not translated yet.
 
Project Details can be found at the Github issue https://github.com/joomla/joomla-cms/issues/18845 </td>
   </tr>
   </tr>
  </table>   
  </table>   
Line 171: Line 177:
   <tr>
   <tr>
     <td>Generate thumbnails for main article image on article and category (com_content) save.
     <td>Generate thumbnails for main article image on article and category (com_content) save.
The images should be displayed in a picture element  (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture) to allow responsive and display. User should be able to chose image size and breakpoints</td>
The images should be displayed in a picture element  (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture) to allow responsively and display. User should be able to choose image size and breakpoints</td>
   </tr>
   </tr>
  </table>   
  </table>   
Line 336: Line 342:
   <tr>
   <tr>
     <td>[mailto:kala.puneet@community.joomla.org Puneet Kala] </td>
     <td>[mailto:kala.puneet@community.joomla.org Puneet Kala] </td>
  </tr>
</table>
[[Image:Gsoc2016.png|50px|center]]
----
====Project VIII: Enhance Users  ====
  <table border="0" style="width:100%">
  <tr>
    <th>'''Project Description:'''</th>
  </tr>
  <tr>
    <td>The user component contains some old code which needs to be adapted to the current Joomla standard. Additionally it would be nice to have a front end list view for user groups and and detail menu item for user. Similar to the rest of the Joomla components.</td>
  </tr>
</table> 
  <table border="0" style="width:100%">
  <tr>
    <th>'''Expected Results:'''</th>
  </tr>
  <tr>
    <td>The user component should get two new front end views for a list of users and the details of one (similar to the ones from com_contact). Additionally some views should be adapted to Joomla standards, for example the profile view.</td>
  </tr>
</table> 
  <table border="0" style="width:100%">
  <tr>
    <th>'''Knowledge Prerequisite:'''</th>
  </tr>
  <tr>
    <td>PHP, Joomla CMS</td>
  </tr>
</table>
<table border="0" style="width:100%">
  <tr>
    <th>'''Difficulty:'''</th>
  </tr>
  <tr>
    <td>Medium</td>
  </tr>
</table>
<table border="0" style="width:100%">
  <tr>
    <th>'''Mentors:'''</th>
  </tr>
  <tr>
    <td>[mailto:info@digital-peak.com Allon Moritz] </td>
   </tr>
   </tr>
  </table>
  </table>

Revision as of 14:44, 28 January 2018

Welcome to GSoC 2018 Ideas Page

Welcome to the Joomla Google Summer of Code (GSoC) 2018 project ideas page. As we move forward with the 2018 version of the Joomla GSoC, we will update this site with the ideas that have been submitted below.

The application for ideas is currently open!

Please keep in mind that projects need to be realistic and something that is able to be functionally completed by a student working full time for about ten weeks.

If you are interested in participating as a student please review the materials on applying that are available at Google. We strongly encourage you to ask questions about process and ideas on our joomla-gsoc mailing list.

Guidelines on Submitting Ideas

Everyone is invited to submit their ideas! You do not have to be a Google Summer of Code student or mentor to suggest one. If you have ideas for the Joomla Google Summer of Code Program please send them to us at this form:

* GSoC 2018 Idea submission form


There are some important guidelines to submit ideas, please read these carefully before adding your ideas:

  • Ensure your idea is able to be completed in a fixed period of time. GSoC runs officially between May, 2018 and August 2018. This is a short period of actual coding time. Ideas should respect the time that students have available for the program.
  • Keep ideas realistic. The ideas on this list should maintain a realistic amount of work for a single student, junior level-developer, who is working with a compressed timeline and a fixed completion ('pencils down') date.
  • The purpose of GSoC is to improve Joomla. This is not the time to add ideas for new extensions or features that may not be included. If the idea is related to the framework, please consult the framework team directly about new ideas to ensure there is interest in having the package included as an official Joomla Framework package.
  • When in doubt, reach out. If you're unsure if your idea belongs on this list, please post to the Joomla GSoC mailing list and ask about the community's interest.
  • No documentation-focused projects. Google Summer of Code is a program about code. We expect our students to document their work, but writing documentation for Joomla as a project does not align with the goals of GSoC.

Idea Pool

This page is going to be updated once the call for ideas is done and the projects have been chosen and approved by the production department.


Project I: Webservices in Joomla!

Project Description:
Continue the work done on Webervices in Joomla 4 building on last years GSOC project and whatever continues to be implemented before GSOC starts. This will probably involve working on a new Active Record implementation for models with some sort of cross of ideas between JTable/JModel and more modern frameworks like Laravel's Eloquent. As well as implementations inside the core CMS Stack
Expected Results:
At minimum the specification at https://joomla-projects.github.io/gsoc17_webservices/ probably with some extra features.
Knowledge Prerequisite:
PHP, object-orientated programming, ideally some experience with the Joomla MVC stack. Before starting looking at the existing work done at https://github.com/joomla-projects/gsoc17_webservices
Difficulty:
Hard
Mentors:
George Wilson

Project II: Automatic Multilanguage Associations

Project Description:
If you have a Site with more languages you create one article in your main language, then you have to create it in the other language and create all the Associations first to be able to edit them in the Multilanguage Associations Component.

It would be nice to have an option to create automatically a "language-pack" when saving a new article that has no associations yet.

The article is copied to all languages, all associations are done and a default text in the language is added in front of the introtext that the article is not translated yet.

Project Details can be found at the Github issue https://github.com/joomla/joomla-cms/issues/18845
Expected Results:
A better Workflow on Multilanguage sites
Knowledge Prerequisite:
PHP, Joomla Plugins, object-orientated programming, ideally some experience with the Joomla and Multilingual Associations.
Difficulty:
Medium to Hard
Mentors:
Elisa Foltyn

Project III: Improve override management

Project Description:
As it is an overall target to simplify the layouts in Joomla and push people to do overrides. Joomla needs a better override management.
Expected Results:
- Diff viewer between the override and the actual template file. - Check on upgrades if a template file has changed where an override exists and inform the user.
Knowledge Prerequisite:
PHP, Joomla MVC, Javascript
Difficulty:
Medium
Mentors:
Allon Moritz

Project IV: Image thumbnail generation and manage

Project Description:
Generate thumbnails for main article image on article and category (com_content) save. The images should be displayed in a picture element (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture) to allow responsively and display. User should be able to choose image size and breakpoints
Expected Results:
- Responsive image display with the picture element.
Knowledge Prerequisite:
php, MVC, html, css, joomla CMS
Difficulty:
Medium to Hard
Mentors:
Allon Moritz

Project V: Filter for backend colomns

Project Description:
Add a filter in backend to show/not show colomns in backend lists, like the article list in backend. E.g. not show hits etc..but do show tags..Also see WordPress.. Like jQuery DataTables with Column Select.. Basically just JS adaption
Expected Results:
Better and more relevant overview in backend
Knowledge Prerequisite:
JS, a bit PHP
Difficulty:
Medium to Hard
Mentors:
David Neukirchen

Project VI: Joomla Importer / Exporter

Project Description:
Import / Export Settings (com_configuration) and Joomla content (Extensible also by Extension developers) in an interchangable format (Like JSON). ex. WordPress
Expected Results:
Improves reusablity of Joomla as we target agencies and website creators
Knowledge Prerequisite:
JS, a bit PHP
Difficulty:
Medium to Hard
Mentors:
Benjamin Trenkle

Project VII: System Testing for Joomla 4 with increased coverage

Project Description:
Increase the test coverage for Joomla 4, write Automation tests in Codeception for Headless Chrome and latest version of Selenium
Expected Results:
Increased Code Coverage for Joomla 4, Tests should be integrated with CI tool, Task Runner and Reporting should work
Knowledge Prerequisite:
PHP, Selenium, Codeception, Robo Task Runner, Dockers
Difficulty:
Medium to Hard
Mentors:
Puneet Kala

Project VIII: Enhance Users

Project Description:
The user component contains some old code which needs to be adapted to the current Joomla standard. Additionally it would be nice to have a front end list view for user groups and and detail menu item for user. Similar to the rest of the Joomla components.
Expected Results:
The user component should get two new front end views for a list of users and the details of one (similar to the ones from com_contact). Additionally some views should be adapted to Joomla standards, for example the profile view.
Knowledge Prerequisite:
PHP, Joomla CMS
Difficulty:
Medium
Mentors:
Allon Moritz