GSoC/2017/StatusReports/CristianBaldi: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2017‎ | StatusReports
No edit summary
No edit summary
Line 11: Line 11:
* [http://baldi.me/blog/gsoc-at-kde Google Summer of Code at KDE - Progressive Web App for WikiToLearn]
* [http://baldi.me/blog/gsoc-at-kde Google Summer of Code at KDE - Progressive Web App for WikiToLearn]
* [http://baldi.me/blog/how-to-pwa Tools of the trade - Progressive Web App for WikiToLearn]
* [http://baldi.me/blog/how-to-pwa Tools of the trade - Progressive Web App for WikiToLearn]
* [http://baldi.me/blog/gsoc-updates-1 Progressive Web App for WikiToLearn - Updates on my GSoC project]


=== Code ===
=== Code ===
Line 16: Line 17:
* [https://cgit.kde.org/scratch/cristianbaldi/wikitolearn-frontend.git/log/?qt=author&q=Cristian+Baldi wikitolearn-frontend repo]: this repo contains the code for the Web App, [https://cgit.kde.org/scratch/cristianbaldi/wikitolearn-frontend.git/tree/docs documentation] and [https://cgit.kde.org/scratch/cristianbaldi/wikitolearn-frontend.git/tree/build build scripts]
* [https://cgit.kde.org/scratch/cristianbaldi/wikitolearn-frontend.git/log/?qt=author&q=Cristian+Baldi wikitolearn-frontend repo]: this repo contains the code for the Web App, [https://cgit.kde.org/scratch/cristianbaldi/wikitolearn-frontend.git/tree/docs documentation] and [https://cgit.kde.org/scratch/cristianbaldi/wikitolearn-frontend.git/tree/build build scripts]
* [https://cgit.kde.org/scratch/cristianbaldi/wikitolearn-backend-for-frontend.git/log/?qt=author&q=Cristian+Baldi wikitolearn-backend-for-frontend repo]: this repo contains the code for the Backend for Frontend (the compatibility layer mentioned in the proposal)
* [https://cgit.kde.org/scratch/cristianbaldi/wikitolearn-backend-for-frontend.git/log/?qt=author&q=Cristian+Baldi wikitolearn-backend-for-frontend repo]: this repo contains the code for the Backend for Frontend (the compatibility layer mentioned in the proposal)
=== Contributions to other projects ===
* [https://github.com/websanova/vue-auth vue-auth] Contributed in [https://github.com/websanova/vue-auth/issues/120 solving an issue related to Server Side Rendering], fixed some documentations [https://github.com/websanova/vue-auth/pull/219 #1] [https://github.com/websanova/vue-auth/pull/220 #2], provided a [https://github.com/websanova/vue-auth/tree/master/demos/ssr working demo for Server Side Rendering]. This library was planned to be used in the `wikitolearn-frontend` repo, but later replaced with `vue-keycloak` since requirements changed.
* [https://github.com/crisbal/vue-keycloak vue-keycloak] I created and am maintaining this plugin for Vue.js to allow better integration with [http://www.keycloak.org/ Keycloak (Open Source Identity and Access Management)]. This is used in the `wikitolearn-frontend` repo. 
* [https://github.com/crisbal/vue-webpack-ssr-fully-featured vue-webpack-ssr-fully-featured] I created and am maintaining this template for bootstrapping Vue projects with complex requirements (SSR, i18n and more). This was used as a starting point of `wikitolearn-frontend` which has now evolved beyond this template.

Revision as of 09:04, 14 August 2017

Progressive Web App for WikiToLearn

This project will consist in designing and developing a progressive web app for WikiToLearn. New features such as offline browsing, mobile integration and a more immersive and engaging user experience will be implemented as well as creating building blocks for the development of new features in the future.

In current days it is crucial to have a quick, responsive and fully featured web interface for any kind of website, especially for content heavy one like WikiToLearn. Although at the current state the website is definitely usable and functional it could use a lot of improvements and fixes in term of design, client side performance and overall user experience. Most of these features are the one also defined by what we call progressive web apps.

Work report

Blog Posts

Code

Contributions to other projects