]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - student/taranpe1/index.mdwn
(no commit message)
[edu/osp-wiki.git] / student / taranpe1 / index.mdwn
1 [[!meta title="Tarant Petr"]]
2
3 **Project name and homepage:** [Example project](http://www.example.com)
4
5 Assignment
6 ======
7 **The MigDB Project - Database Migration**
8
9 There are a lot of software applications, which are using object-relation mapping (ORM), this approach speeds up the development a lot, on the other hand most of the current ORM frameworks focus only at software creation, not on software evolution.
10
11 The goal of our project is to create a framework which evolves the entities (objects) and the database (schema and data) without loss of any information stored in the database. We call our approach extended ORM.
12
13 **Issues to solve:**
14
15 Create operation ExtractClass: [issue-131][1]
16
17 Create ORM mapping for atomic operation MoveProperty: [issue-136][2]
18
19
20 link: [MigDB][3]
21
22 Links documenting the results of my work
23 ======
24
25 Here, I'll add links similar to the examples below and describe what
26 is being linked.
27
28 * [My communication with developers in a public mailing list archive](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
29 * [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)
30 * [My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
31 * [Additional supporting material](http://lwn.net/Articles/385586/)
32
33 Presentation
34 ==========
35
36 * [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|prezentace1.pdf]]
37 * [[Presentation of the results of my work|prezentace2.pdf]]
38
39 Ohloh
40 =====
41
42 Here, I'll fill in the HTML code of the [Ohloh widgetu][w] showing my KudoRank.
43
44 For example: <a href='https://www.ohloh.net/accounts/9897?ref=Detailed'>
45   <img alt='Ohloh profile for Linus.Torvalds' height='35' src='https://www.ohloh.net/accounts/9897/widgets/account_detailed.gif' width='191' />
46 </a>
47
48 [w]:https://www.ohloh.net/accounts/taranpe1/widgets
49
50
51   [1]: https://github.com/migdb/migdb/issues/131
52   [2]: https://github.com/migdb/migdb/issues/136
53   [3]: https://github.com/migdb/migdb