summaryrefslogtreecommitdiff
path: root/demos/blog-tutorial/protected/pages/Requirements.page
diff options
context:
space:
mode:
authorxue <>2007-05-22 02:41:25 +0000
committerxue <>2007-05-22 02:41:25 +0000
commit4f150299bd476330fe87a72bd1d86e30fb376c0a (patch)
tree03c9b9530b9cd18e72ddd3063f719e64aa2597ad /demos/blog-tutorial/protected/pages/Requirements.page
parent145bf79b171badc6ab4e391f5e22afb3efb60e4b (diff)
Fixed an issue in error display linking.
Diffstat (limited to 'demos/blog-tutorial/protected/pages/Requirements.page')
-rw-r--r--demos/blog-tutorial/protected/pages/Requirements.page20
1 files changed, 10 insertions, 10 deletions
diff --git a/demos/blog-tutorial/protected/pages/Requirements.page b/demos/blog-tutorial/protected/pages/Requirements.page
index 3b89750c..9fb7e2b6 100644
--- a/demos/blog-tutorial/protected/pages/Requirements.page
+++ b/demos/blog-tutorial/protected/pages/Requirements.page
@@ -10,15 +10,6 @@ This page lists the requirements for the blog system that we are going to develo
In general, the blog system should allow users to read blogs and authenticated users to publish blogs. It should separate presentation and logic, and it should support changing themes.
</p>
-<h2>Post Management</h2>
-<ul>
-<li>The system shall allow listing posts by their creaing time in descending order with paging.</li>
-<li>The system shall allow viewing the detail of a selected post.</li>
-<li>The system shall allow creating a new post by an authenticated user.</li>
-<li>The system shall allow updating an existing post by its author or administrator.</li>
-<li>The system shall allow deleting an existing post by its author or administrator.</li>
-</ul>
-
<h2>User Management</h2>
<ul>
<li>The system shall allow authenticating and authorizing users.</li>
@@ -28,11 +19,20 @@ In general, the blog system should allow users to read blogs and authenticated u
<li>The system shall allow the administrator to delete a user account.</li>
</ul>
+<h2>Post Management</h2>
+<ul>
+<li>The system shall allow listing posts by their creaing time in descending order with paging.</li>
+<li>The system shall allow viewing the detail of a selected post.</li>
+<li>The system shall allow creating a new post by an authenticated user.</li>
+<li>The system shall allow updating an existing post by its author or administrator.</li>
+<li>The system shall allow deleting an existing post by its author or administrator.</li>
+</ul>
+
<h2>System Maintenance</h2>
<ul>
<li>The system shall be able to collect users' feedback.</li>
<li>The system shall be flexible enough to allow adding new portlets in future.</li>
-<li>The system shall provide ease of using a different theme which changes the styles of the UI elements.</li>
+<li>The system shall allow switching themes which define styles of the common UI elements.</li>
</ul>
</com:TContent> \ No newline at end of file