| 21 | | <div style="font-size: 15px; width: 1000px;"> |
| | 21 | <table style="width: 850px; font-size: 16px; border-collapse: collapse; margin-top: 25px;" border="1"> |
| | 22 | <tr style="font-weight: bold; text-align: center;"> |
| | 23 | <th style="width: 70px; padding: 8px;">Phase</th> |
| | 24 | <th style="width: 560px; padding: 8px;">Link</th> |
| | 25 | <th style="width: 140px; padding: 8px;">Status</th> |
| | 26 | <th style="width: 80px; padding: 8px;">Date</th> |
| | 27 | </tr> |
| | 28 | |
| | 29 | <tr> |
| | 30 | <td style="text-align:center; font-weight:bold; padding:7px;">P0</td> |
| | 31 | <td style="padding:7px;">Project Definition</td> |
| | 32 | <td style="padding:7px;">Not Started</td> |
| | 33 | <td></td> |
| | 34 | </tr> |
| | 35 | |
| | 36 | <tr> |
| | 37 | <td style="text-align:center; font-weight:bold; padding:7px;">P1</td> |
| | 38 | <td style="padding:7px;">Conceptual Model (ERD)</td> |
| | 39 | <td style="padding:7px;">Not Started</td> |
| | 40 | <td></td> |
| | 41 | </tr> |
| | 42 | |
| | 43 | <tr> |
| | 44 | <td style="text-align:center; font-weight:bold; padding:7px;">P2</td> |
| | 45 | <td style="padding:7px;">Logical and Physical Design, DB Creation (DDL)</td> |
| | 46 | <td style="padding:7px;">Not Started</td> |
| | 47 | <td></td> |
| | 48 | </tr> |
| | 49 | |
| | 50 | <tr> |
| | 51 | <td style="text-align:center; font-weight:bold; padding:7px;">P3</td> |
| | 52 | <td style="padding:7px;">Application Scenarios for DB Access (SQL)</td> |
| | 53 | <td style="padding:7px;">Not Started</td> |
| | 54 | <td></td> |
| | 55 | </tr> |
| | 56 | |
| | 57 | <tr> |
| | 58 | <td style="text-align:center; font-weight:bold; padding:7px;">P4</td> |
| | 59 | <td style="padding:7px;">First Application Prototype</td> |
| | 60 | <td style="padding:7px;">Not Started</td> |
| | 61 | <td></td> |
| | 62 | </tr> |
| | 63 | |
| | 64 | <tr> |
| | 65 | <td style="text-align:center; font-weight:bold; padding:7px;">P5</td> |
| | 66 | <td style="padding:7px;">Normalization</td> |
| | 67 | <td style="padding:7px;">Not Started</td> |
| | 68 | <td></td> |
| | 69 | </tr> |
| | 70 | |
| | 71 | <tr> |
| | 72 | <td style="text-align:center; font-weight:bold; padding:7px;">P6</td> |
| | 73 | <td style="padding:7px;">Complex DB Reports (SQL, Stored Procedures, Relational Algebra)</td> |
| | 74 | <td style="padding:7px;">Not Started</td> |
| | 75 | <td></td> |
| | 76 | </tr> |
| | 77 | |
| | 78 | <tr> |
| | 79 | <td style="text-align:center; font-weight:bold; padding:7px;">P7</td> |
| | 80 | <td style="padding:7px;">Advanced Database Development (SQL DDL)</td> |
| | 81 | <td style="padding:7px;">Not Started</td> |
| | 82 | <td></td> |
| | 83 | </tr> |
| | 84 | |
| | 85 | <tr> |
| | 86 | <td style="text-align:center; font-weight:bold; padding:7px;">P8</td> |
| | 87 | <td style="padding:7px;">Advanced Application Development (Transactions, Pooling)</td> |
| | 88 | <td style="padding:7px;">Not Started</td> |
| | 89 | <td></td> |
| | 90 | </tr> |
| | 91 | |
| | 92 | <tr> |
| | 93 | <td style="text-align:center; font-weight:bold; padding:7px;">P9</td> |
| | 94 | <td style="padding:7px;">Other topics (Performance, Security, ...)</td> |
| | 95 | <td style="padding:7px;">Not Started</td> |
| | 96 | <td></td> |
| | 97 | </tr> |
| | 98 | </table> |
| 23 | | |
| 24 | | ||= Phase =||= Link =||= Status =||= Date =|| |
| 25 | | || P0 || Project Definition || Not Started || || |
| 26 | | || P1 || Conceptual Model (ERD) || Not Started || || |
| 27 | | || P2 || Logical and Physical Design, DB Creation (DDL) || Not Started || || |
| 28 | | || P3 || Application Scenarios for DB Access (SQL) || Not Started || || |
| 29 | | || P4 || First Application Prototype || Not Started || || |
| 30 | | || P5 || Normalization || Not Started || || |
| 31 | | || P6 || Complex DB Reports (SQL, Stored Procedures, Relational Algebra) || Not Started || || |
| 32 | | || P7 || Advanced Database Development (SQL DDL) || Not Started || || |
| 33 | | || P8 || Advanced Application Development (Transactions, Pooling) || Not Started || || |
| 34 | | || P9 || Other topics (Performance, Security, ...) || Not Started || || |
| 35 | | |
| 36 | | {{{ |
| 37 | | #!html |
| 38 | | </div> |
| 39 | | }}} |
| | 100 | ``` |