GSoC/2017/StatusReports/AlexeyKapustin: Difference between revisions
(→Blogs) |
|||
Line 11: | Line 11: | ||
*3 [https://akapust1n.github.io/2017-07-09-fourth-blog-gsoc-2017/ Blog #4 ] | *3 [https://akapust1n.github.io/2017-07-09-fourth-blog-gsoc-2017/ Blog #4 ] | ||
*4 [https://akapust1n.github.io/2017-07-24-fifth-blog-gsoc-2017/ Blog #5 ] | *4 [https://akapust1n.github.io/2017-07-24-fifth-blog-gsoc-2017/ Blog #5 ] | ||
*5 [https://akapust1n.github.io/2017-08-26-final-blog-gsoc-2017/ Final blog] | |||
== Problems == | == Problems == |
Revision as of 21:30, 26 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.
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
- 1 Blog #1
- 2 Blog #2
- 3 Blog #4
- 4 Blog #5
- 5 Final blog
Problems
- 1 Blog about choice of library Short description
- 2 Private policy Blog #6
Repositories
- 1 Branch in Krita mirror only my commits(from May 2017)
- 2 Server-side