Skip to content

Commit

Permalink
Clarified competitor.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jan 20, 2013
1 parent 264241e commit 5481871
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h4>Manuals</h4>
<p>&nbsp;</p>
</div>
<div class="column unitx3">
<p>Before you start your work you have to provide your personal information inside the file <em>board/includes/competitor.php</em>. It’s then recommended to explore the <a href="board/">message board</a> first.</p>
<p>Before you start your work you have to provide your personal information inside the file <em>competitor.txt</em>.</p>
</div>
<div class="column unitx1 first">
<h4>Task I: Database</h4>
Expand All @@ -96,7 +96,7 @@ <h4>Task I: Database</h4>
<div class="column unitx3">
<p>The model of the application has 3 different entities (Message, Photo and Group) which are not implemented yet.</p>
<p>Your task is to create 3 new tables in the MySQL database according to the following ERM diagram.
It's your job to define appropriate column definitions (not null, default, auto increment, unique, foreign key).</p>
Its your job to define appropriate column definitions (not null, default, auto increment, unique, foreign key).</p>
<p class="inline">&nbsp;<br><a href="readme/images/erm.png" class="fancybox"><img src="readme/images/erm.png" height="121" alt="ERM"></a></p>
</div>
<div class="column unitx1 first">
Expand Down
5 changes: 5 additions & 0 deletions competitor.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Prename:
Surname:
Email:
Company:
School:

0 comments on commit 5481871

Please sign in to comment.