GSoC/2017/StatusReports/AlexeyKapustin: Difference between revisions
(→Blogs) |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Krita telemetry== | == Krita telemetry== | ||
The creation of a telemetry system, which allows you to better understand what users of Krita are using. That is something similar to clickstream analytics for sites. It is supposed to create: a client part, a proxy server( | The creation of a telemetry system, which allows you to better understand what users of Krita are using. That is something similar to clickstream analytics for sites. It is supposed to create: a client part, a proxy server(Apache), a back-end server(with database MongoDb), a front-end server(Django). The collection of statistics help us to improve Krita in future. | ||
Details about | Details about my project | ||
== Work report == | == Work report == | ||
*1 Phabricator task https://phabricator.kde.org/T6102 | *1 Phabricator task https://phabricator.kde.org/T6102 | ||
*2 Site with the current frontend(may not be available) http://akapustin.me | *2 Site with the current frontend(may not be available) http://akapustin.me:8000 | ||
== Blogs == | == Blogs == | ||
Line 15: | Line 15: | ||
== Problems == | == Problems == | ||
*1 Blog about choice of library [https://akapust1n.wordpress.com/2017/05/06/choice-of-library-for-selection/ Short description] | *1 Blog about choice of library [https://akapust1n.wordpress.com/2017/05/06/choice-of-library-for-selection/ Short description] | ||
*2 Private policy [https://akapust1n.github.io/2017-08-15-sixth-blog-gsoc-2017/ Blog #6 ] | |||
== Repositories == | == Repositories == | ||
*1 Branch in Krita [https://github.com/KDE/krita/tree/akapustin/T6102-telemetry mirror] | *1 Branch in Krita [https://github.com/KDE/krita/tree/akapustin/T6102-telemetry mirror] | ||
*2 [https://cgit.kde.org/websites/telemetry-krita-org.git/ Server-side] | *2 [https://cgit.kde.org/websites/telemetry-krita-org.git/ Server-side] |
Revision as of 10:10, 16 August 2017
Krita telemetry
The creation of a telemetry system, which allows you to better understand what users of Krita are using. That is something similar to clickstream analytics for sites. It is supposed to create: a client part, a proxy server(Apache), a back-end server(with database MongoDb), a front-end server(Django). The collection of statistics help us to improve Krita in future. Details about my project
Work report
- 1 Phabricator task https://phabricator.kde.org/T6102
- 2 Site with the current frontend(may not be available) http://akapustin.me:8000
Blogs
Problems
- 1 Blog about choice of library Short description
- 2 Private policy Blog #6
Repositories
- 1 Branch in Krita mirror
- 2 Server-side