]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/liskape9/index.mdwn
lectures: minor update of link to LinuxDays 2023 presentation listing.
[edu/osp-wiki.git] / student / liskape9 / index.mdwn
index 7630de50d6b4f81218aee84fe9ad782ca8307685..7de8382dc05c7029856d63ea4fcc02d2e3e776d4 100644 (file)
@@ -1,37 +1,40 @@
 [[!meta title="Liška Petr"]]
 
-**Project name and homepage:** [Example project](http://www.example.com)
+**Project name and homepage:** [Podio Java API](https://podio.com)
+
+The project is concerned in the Podio Java API.
+
+About Podio
+
+Podio is a web application. It is a framework for creating information systems, it provides a user interface for interaction with the information system and it has a rich API with client libraries for Ruby, PHP, .NET, Objective-C, Android, python and Java.
 
 Assignment
 ======
 
-Description of my planned/completed work for the project
+The goal is to implement some methods in the Podio Java API. The currently needed methods are addSpaceContact, updateSpaceContact and deleteSpaceContact. All the methods will be used in a java-based webapp project I work on.
+
+[Related feature request found in public questions](https://help.podio.com/hc/communities/public/questions/201287658-How-to-create-a-space-contact-from-java-api-)
 
 Links documenting the results of my work
 ======
 
-Here, I'll add links similar to the examples below and describe what
-is being linked.
+Here is a link to my pull request. There you can find a conversation as well as commits and related files changed.
 
-* [[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)
-* [[Example] Additional supporting material](http://lwn.net/Articles/385586/)
+* [First pull request](https://github.com/podio/podio-java/pull/18)
+Commits in first pull request:
+ [1st commit](https://github.com/PetrF0X/podio-java/commit/f85b024a0683b7a5949f7da46f82bd9c7261a0ab)
+ [2nd commit](https://github.com/PetrF0X/podio-java/commit/52d3f7a70ed9b4245070f3c993b3a4a810047d28) 
+ [3rd commit](https://github.com/PetrF0X/podio-java/commit/15fe0aa66683601f72406440117c6a9ced3c9cf1)
 
-Presentation
-==========
+* [Second pull request](https://github.com/podio/podio-java/pull/21)
+Commits in second pull request:
+ [1st commit](https://github.com/PetrF0X/podio-java/commit/d094a08ac514c96bbe75d48388beab806f284caa)
 
-* [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|prezentace1.pdf]]
-* [[Presentation of the results of my work|prezentace2.pdf]]
+* [Version control repository with the actual state of my work](https://github.com/podio/podio-java)
 
-OpenHub
-=======
-
-Here, I'll fill in the HTML code of the [OpenHub widget][w] showing my KudoRank.
 
-For example:
-<a href='https://www.openhub.net/accounts/9897?ref=Detailed' target='_blank'>
-<img alt='Ohloh profile for wentasah' border='0' height='35' src='https://www.openhub.net/accounts/9897/widgets/account_detailed.gif' width='230' />
-</a>
+Presentation
+=======
 
-[w]:https://www.openhub.net/accounts/liskape9/widgets
+* [[Presentation of the aim of my work in PDF|PREZENTACE1.pdf]]
+* [[Presentation of the results of my work|PREZENTACE2.pdf]]