[Checkins] SVN: bluebream/trunk/docs/source/ - Added user stories

Baiju M baiju.m.mail at gmail.com
Sat Jan 9 12:36:02 EST 2010


Log message for revision 107950:
  - Added user stories
  - Added disqus to reference
  

Changed:
  U   bluebream/trunk/docs/source/reference.rst
  U   bluebream/trunk/docs/source/tutorial.rst

-=-
Modified: bluebream/trunk/docs/source/reference.rst
===================================================================
--- bluebream/trunk/docs/source/reference.rst	2010-01-09 17:35:47 UTC (rev 107949)
+++ bluebream/trunk/docs/source/reference.rst	2010-01-09 17:36:01 UTC (rev 107950)
@@ -283,3 +283,12 @@
 
 zope.traversing
 ---------------
+
+.. raw:: html
+
+  <div id="disqus_thread"></div><script type="text/javascript"
+  src="http://disqus.com/forums/bluebream/embed.js"></script><noscript><a
+  href="http://disqus.com/forums/bluebream/?url=ref">View the
+  discussion thread.</a></noscript><a href="http://disqus.com"
+  class="dsq-brlink">blog comments powered by <span
+  class="logo-disqus">Disqus</span></a>

Modified: bluebream/trunk/docs/source/tutorial.rst
===================================================================
--- bluebream/trunk/docs/source/tutorial.rst	2010-01-09 17:35:47 UTC (rev 107949)
+++ bluebream/trunk/docs/source/tutorial.rst	2010-01-09 17:36:01 UTC (rev 107950)
@@ -9,12 +9,26 @@
 ``bluebream`` project template.  In this chapter we will explore
 creating a simple ticket collector application.
 
+Befire proceeding, we will see the user stories:
+
+ 1. Individual small ticket collector for each project.  Many
+    collectors can be added to one running zope.
+
+ 2. Any number of tickets can be added to one collector.
+
+ 3. Each ticket will be added with a description and one initial
+    comment.
+
+ 4. Additional comments can be added to tickets.
+
+
 Starting new project
 --------------------
 
 Ticket Collector: Your first BlueBream application
 --------------------------------------------------
 
+
 Creating the application object
 -------------------------------
 



More information about the checkins mailing list