]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/musilto5/index.mdwn
(no commit message)
[edu/osp-wiki.git] / student / musilto5 / index.mdwn
index 69f81f4716dbff1294ceb05735963a03fd111fad..63ce50c591fb3003ac358f8fa9c098c6c76971bb 100644 (file)
@@ -1,11 +1,13 @@
 [[!meta title="Musílek Tomáš"]]
 
-**Project name and homepage:** [Example project](http://www.example.com)
+**Project name and homepage:** [AnkiDroid](https://github.com/ankidroid/Anki-Android/wiki)
 
 Assignment
 ======
 
-Description of my planned/completed work for the project
+I read the code of generating statistics. There were some bad programming practise used. So I decided to do some refactoring:
+There is int variable called mType which can have only three values. I decided to create enum called AxisType and replace type of mType.
+There is method calculateDone in Stats.java. Second method variable is boolean. The function of boolean is not described in javadoc. I decided replace boolean by Chartype and make the method private. Then two public methods will be created: calculateReviewCount and calculateReviewTime. This two new methods will use method calculateDone.
 
 Links documenting the results of my work
 ======
@@ -13,15 +15,15 @@ Links documenting the results of my work
 Here, I'll add links similar to the examples below and describe what
 is being linked.
 
-* [[Example] My communication with developers in a public mailing list archive](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
-* [[Example] Version control repository with the actual state of my work](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
-* [[Example] My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
+* [My communication with developers in a github](https://github.com/ankidroid/Anki-Android/pull/4114#issuecomment-193007461)
+* [Version control repository with the actual state of my work - commit: 6d0a687fd84d8b3af6ad4b2e1a7001e4e7f5e882](https://github.com/ankidroid/Anki-Android)
+* [My commit in the project repository](https://github.com/ankidroid/Anki-Android/commit/45803c034e2979eff6a0746e48bb6e05130e9939)
 * [[Example] Additional supporting material](http://lwn.net/Articles/385586/)
 
 Presentation
 ==========
 
-* [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|prezentace1.pdf]]
+* [[prezentace1.pdf]]
 * [[Presentation of the results of my work|prezentace2.pdf]]
 
 OpenHub
@@ -35,3 +37,4 @@ For example:
 </a>
 
 [w]:https://www.openhub.net/accounts/musilto5/widgets
+