GSoC/2021/StatusReports/ClauCambra: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2021‎ | StatusReports
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:


=== Progress reports ===
=== Progress reports ===
These weekly blog posts contain details about what work was completed each week, and what changes were made to Kalendar during said week.


* [https://claudiocambra.com/2021/06/14/first-week-of-google-summer-of-code-2021/ First week of Google Summer of Code 2021]
* [https://claudiocambra.com/2021/06/14/first-week-of-google-summer-of-code-2021/ First week of Google Summer of Code 2021]
Line 17: Line 19:
* [https://claudiocambra.com/2021/07/04/editing-and-deleting-mistakes-and-events-too-kalendar-week-4-gsoc-2021/ Editing and deleting mistakes… and events too — Kalendar week 4 (GSoC 2021)]
* [https://claudiocambra.com/2021/07/04/editing-and-deleting-mistakes-and-events-too-kalendar-week-4-gsoc-2021/ Editing and deleting mistakes… and events too — Kalendar week 4 (GSoC 2021)]
* [https://claudiocambra.com/2021/07/11/an-eventful-week-kalendar-week-5-gsoc-2021/ An eventful week — Kalendar week 5 (GSoC 2021)]
* [https://claudiocambra.com/2021/07/11/an-eventful-week-kalendar-week-5-gsoc-2021/ An eventful week — Kalendar week 5 (GSoC 2021)]
* [https://claudiocambra.com/2021/07/18/bzzt-your-12-oclock-is-next-on-your-schedule-kalendar-week-6-gsoc-2021/ *BZZT* Your 12 o’clock is next on your schedule — Kalendar week 6 (GSoC 2021)]
* [https://claudiocambra.com/2021/07/25/ticking-this-off-the-todo-list-kalendar-week-7-gsoc-2021/ Ticking this off the todo list — Kalendar week 7 (GSoC 2021)]
* [https://claudiocambra.com/2021/08/01/meeting-with-your-mates-kalendar-week-8-gsoc-2021/ Meeting with your mates — Kalendar week 8 (GSoC 2021)]
* [https://claudiocambra.com/2021/08/08/making-kalendar-pretty-kalendar-week-9-gsoc-2021/ Making Kalendar pretty — Kalendar week 9 (GSoC 2021)]
* [https://claudiocambra.com/2021/08/14/big-fixes-more-customisation-many-improvements-kalendar-week-10-gsoc-2021/ Big fixes, more customisation, many improvements — Kalendar week 10 (GSoC 2021)]
* [https://claudiocambra.com/2021/08/21/say-hello-to-your-new-todo-app-kalendar-week-11-gsoc-2021/ Say hello to your new todo app! – Kalendar week 11 (GSoC 2021)]


=== Merge requests ===
=== Merge requests ===
Line 24: Line 32:
* [https://invent.kde.org/pim/kalendar/-/merge_requests/5 !5: Add event editing and deleting capabilities, new event information drawer, major bugfixes]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/5 !5: Add event editing and deleting capabilities, new event information drawer, major bugfixes]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/6 !6: Update repository README and relevant screenshot]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/6 !6: Update repository README and relevant screenshot]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/8 !8: Improved event info drawer, event collection editing, attachments]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/9 !9: Undo/Redo functionality]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/10 !10: Add a schedule view to Kalendar]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/11 !11: Improve appearance of event editor components]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/12 !12: Add support for more incidence types]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/13 !13: Add a contact picker for easy attendee addition]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/14 !14: Improve month view and schedule view visually]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/15 !15: Add opt-in location maps to Kalendar]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/17 !17: Collection of fixes for bugs and visual tweaks throughout Kalendar]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/18 !18: Add customisation options to Kalendar]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/19 !19: Unify date and time combos and fix their editing issues]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/20 !20: Add a specialised todo view to Kalendar]

Latest revision as of 00:19, 22 August 2021

Plasma Mobile - Akonadi Calendar

While KDE Plasma on the desktop has robust calendar, tasks and journal management capabilities thanks to KOrganizer, Plasma Mobile currently lacks such capabilities. Existing applications are hampered by an absence of Akonadi integration, which would allow users to synchronise their data across applications in Plasma.

The reason for this is that there is currently no existing Kirigami/QML implementation of a calendar view component that integrates with Akonadi. Carl Schwan recently began developing a proof-of-concept Kirigami ‘Kalendar’ application that supports a detailed month view and works with Akonadi calendars, but that is currently a work-in-progress project.

This proposal puts forward a plan for improvements to this existing proof of concept that would help implement a fully-featured convergent calendar application for Plasma Mobile. This application would allow the user to view, create, modify, and delete calendar events with full Akonadi integration. This will be made possible by creating components written in QML and Kirigami that should allow for the creation of a visually-attractive and intuitive calendar view components that could be used in any Kirigami application.

Progress reports

These weekly blog posts contain details about what work was completed each week, and what changes were made to Kalendar during said week.

Merge requests