SoK/2018/StatusReport/Veluri Mithun: Difference between revisions
< SoK | 2018/StatusReport
Line 25: | Line 25: | ||
'''Links to blog posts:''' | '''Links to blog posts:''' | ||
For more information on the work flow you can vist my blog posts. | For more information on the work flow you can vist my blog posts. | ||
*[https://mithunveluri.wordpress.com/2018/03/03/oauth-workflow/ OAuth workflow] in this blog I've written a detailed description of workflow in OAuth. | |||
*[https://mithunveluri.wordpress.com/2018/02/23/oauth-for-ruqola/ OAuth] | *[https://mithunveluri.wordpress.com/2018/02/23/oauth-for-ruqola/ OAuth] | ||
*[https://mithunveluri.wordpress.com/2018/01/19/sok-2018/ qml test app and Autotests] | *[https://mithunveluri.wordpress.com/2018/01/19/sok-2018/ qml test app and Autotests] |
Revision as of 14:00, 3 March 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:
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.
- OAuth workflow in this blog I've written a detailed description of workflow in OAuth.
- OAuth
- qml test app and Autotests