SoK/2020/StatusReport/medhagupta

From KDE Community Wiki
Revision as of 20:16, 16 February 2020 by Medha (talk | contribs) (Created page with "= The project = == Plasma Mobile: Nextcloud contacts integration == Add edit contact functionality to enable users to edit contacts synced from Nextcloud account using Plasma-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The project

Plasma Mobile: Nextcloud contacts integration

Add edit contact functionality to enable users to edit contacts synced from Nextcloud account using Plasma-Phonebook app. This will reflect the changes in the Nextcloud account and also in our phonebook

Mentor

Work done

Support to:

  • Setting up Plasma-Phonebook for desktop.
  • Setting up of sink
  • Testing the add, delete and modify contacts functionality using sink test app.
  • Implemented the changes to kpeoplesink.cpp.The setCustomProperty function is updated to execute the modify function correctly.
  • Tested again to check the edit contact functionality. It worked fine in case of editing single contact of phonebook and syncing it to cloud.


To more details see my blog related posts: SOK 2020 : First Blog

Commits can be found here: https://invent.kde.org/medhagupta/kpeople-sink/tree/medhagupta

What I have learned in SoK

  • Setting up development environment.
  • How to work/build with CMake.
  • Getting used to frameworks like QT working on C++
  • How sink actually functions.
  • How to debug using gdb
  • Definitely learnt to research more and find out issue's solution.

Contact