Skip to content

Commit c5f7d29

Browse files
committed
Add instructions to assignment 6
1 parent c541a91 commit c5f7d29

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

securing/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,32 @@ <h1>
830830
</div>
831831
</div>
832832

833+
<div class="assignments">
834+
<div class="assignment" id="t-notebook">
835+
836+
<header>
837+
<h1>
838+
<a data-toggle="collapse" class="collapsed" href="#t-notebook">
839+
Notebook
840+
</a>
841+
</h1>
842+
</header>
843+
844+
<div id="t-notebook" class="collapse">
845+
846+
<p>Implement a notebook application to the class <code>NotebookController</code> in the package <code>sec.notebook</code> and the template <code>index.html</code>. The notebook application should list the existing notes and allow adding new notes. If there are more than 10 notes, the application should only show the ten most recent ones.</p>
847+
848+
<p>Once finished, submit the assignment to the TMC server.</p>
849+
850+
</div>
851+
</div>
852+
</div>
853+
854+
855+
<p>During this part of the securing software course, we have taken the first steps into understanding web applications. The next part will look into using databases and the underlying HTTP protocol.</p>
856+
857+
858+
833859

834860
</article>
835861

0 commit comments

Comments
 (0)