]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - student/liskape9/index.mdwn
Clean example links to presentations and projects which has not been filled by approp...
[edu/osp-wiki.git] / student / liskape9 / index.mdwn
1 [[!meta title="Liška Petr"]]
2
3 **Project name and homepage:** [Podio Java API](https://podio.com)
4
5 The project is concerned in the Podio Java API.
6
7 About Podio
8
9 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.
10
11 Assignment
12 ======
13
14 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.
15
16 [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-)
17
18 Links documenting the results of my work
19 ======
20
21 Here is a link to my pull request. There you can find a conversation as well as commits and related files changed.
22
23 * [First pull request](https://github.com/podio/podio-java/pull/18)
24 Commits in first pull request:
25  [1st commit](https://github.com/PetrF0X/podio-java/commit/f85b024a0683b7a5949f7da46f82bd9c7261a0ab)
26  [2nd commit](https://github.com/PetrF0X/podio-java/commit/52d3f7a70ed9b4245070f3c993b3a4a810047d28) 
27  [3rd commit](https://github.com/PetrF0X/podio-java/commit/15fe0aa66683601f72406440117c6a9ced3c9cf1)
28
29 * [Second pull request](https://github.com/podio/podio-java/pull/21)
30 Commits in second pull request:
31  [1st commit](https://github.com/PetrF0X/podio-java/commit/d094a08ac514c96bbe75d48388beab806f284caa)
32
33 * [Version control repository with the actual state of my work](https://github.com/podio/podio-java)
34
35
36 Presentation
37 =======
38
39 * [[Presentation of the aim of my work in PDF|PREZENTACE1.pdf]]
40 * [[Presentation of the results of my work|PREZENTACE2.pdf]]