summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-28 14:40:39 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-28 14:40:39 -0500
commit835f5326acbe175a47f698fcf2e11efef409eee0 (patch)
tree2a74a882670bf7d5b1061388e83001641c7324ff
parentecd55063697ed23d125098fd143bcefbcc3b942d (diff)
downloadaskbot-835f5326acbe175a47f698fcf2e11efef409eee0.tar.gz
askbot-835f5326acbe175a47f698fcf2e11efef409eee0.tar.bz2
askbot-835f5326acbe175a47f698fcf2e11efef409eee0.zip
added ROADMAP file in ReST format
-rw-r--r--ROADMAP.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/ROADMAP.rst b/ROADMAP.rst
new file mode 100644
index 00000000..f8a8f3fc
--- /dev/null
+++ b/ROADMAP.rst
@@ -0,0 +1,27 @@
+This document is a map for our activities down the road - therefore ROADMAP.
+ROADMAP does not specify deadlines - those belong to the PENDING file
+
+Intro
+=========
+ROADMAP aims to streamline activities of the OSQA open source project and
+to minimize ad-hoc approaches of "big-picture" level.
+
+With one exception: under extreme time pressure improvised approaches are acceptable.
+
+Items in this document must be discussed in public via dev@osqa.net
+
+Architecture
+=============
+
+Sub-systems
+-----------------
+* authentication system
+* Q&A system
+
+Authentication system
+--------------------
+* Must authenticate people visiting the website via web browsers.
+* Upon successful authentication associates the visitor with
+ his/her Django system user account
+* Allows multiple methods of authentication.
+