summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-23 15:34:41 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-23 15:34:41 +0100
commit1e70a1787234411a1a8d29ef910dce47aca08519 (patch)
tree378050d8d7123f2f646ba19d36d9e7b5360853df /README.rst
parent165488f70aabd72dd63aa78a0d84e0e31996fbbe (diff)
added estimations
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index c01621d5d..119c1b5cd 100644
--- a/README.rst
+++ b/README.rst
@@ -8,25 +8,26 @@ App is not finished yet and in rewrite.
If the first kinda working version is available it will be mentioned in this readme.
-TODO
-----
+Roadmap
+-------
+All estimations include unittests
-* Referential integrity (delete items and feeds when feed or folder with FK was deleted)
-* Port coffeescript
-* make export work -> generate xml with template
-* make feed update work
-* fix search plugin
-* fix background job
+* Referential integrity (delete items and feeds when feed or folder with FK was deleted) ~ 3h
+* Port coffeescript ~ 35h
+* make export work -> generate xml with template ~ 3h
+* make feed update work ~ 5-10h
+* fix search plugin ~ 2h
+* fix background job ~ 2h
How to install the news app
---------------------------
- Install ownCloud 5.0
-- Clone the App Framework app into the /var/www directory::
+- Clone the App Framework app into the **/var/www** directory::
git clone https://github.com/owncloud/appframework.git
-- Clone the News app into the /var/www directory::
+- Clone the News app into the **/var/www** directory::
git clone https://github.com/owncloud/news.git