SoK/2018/StatusReport/Veluri Mithun: Difference between revisions

From KDE Community Wiki
No edit summary
(Add hyperlink to phabricator patch)
Line 7: Line 7:


'''Design documents:'''
'''Design documents:'''
*For OAuth the logic for OAuth support is described in Phabricator patch.
*For OAuth the logic for OAuth support is described in [https://phabricator.kde.org/D10154 Phabricator patch].
*Creating test app uses Qcombobox and QQuickView are used for loading and displaying qml files.
*Creating test app uses Qcombobox and QQuickView are used for loading and displaying qml files.
*To maintain consistency in code, the logic which Montel followed for rocketchattest and modeltests is replicated for roomModel and other classes also.
*To maintain consistency in code, the logic which Montel followed for rocketchattest and modeltests is replicated for roomModel and other classes also.

Revision as of 04:20, 5 May 2018

Enhance Ruqola

Project Goals:

  • OAuth support for Ruqola.
  • To create qml file testing app.
  • To create autotests for some classes in Ruqola.

Design documents:

  • For OAuth the logic for OAuth support is described in Phabricator patch.
  • Creating test app uses Qcombobox and QQuickView are used for loading and displaying qml files.
  • To maintain consistency in code, the logic which Montel followed for rocketchattest and modeltests is replicated for roomModel and other classes also.

Link to the commits:

  • OAuth Implementation is done using O2 libraries. And there is a problem in the Findo2.cmake file in the O2 source repo for which Montel is already in the process of providing the patch.
  • Qml file test app
  • Autotests

Screenshots related to OAuth:

  • Ruqola login page

  • Google request for permmision

Links to blog posts: For more information on the work flow you can vist my blog posts.