summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-26 15:20:50 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-26 15:20:50 +0200
commit1ce59e7a23d7a71edc916063d03c90789ef29bf0 (patch)
treed94f4973e28e06cfdc07ad5710325b0477bbff64
parent07373739cd33c742a1cfea4ba38bfddf57908da1 (diff)
small improvements
-rw-r--r--docs/plugins.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/plugins.rst b/docs/plugins.rst
index 76df7e071..614589ee5 100644
--- a/docs/plugins.rst
+++ b/docs/plugins.rst
@@ -107,6 +107,13 @@ Inside your script you have to make sure that the News app is active. You can do
})(jQuery, angular, window);
-Custom User interface
+Custom user Interface
~~~~~~~~~~~~~~~~~~~~~
-This is currently not yet possible to do but we're working on it ;) \ No newline at end of file
+This is currently not yet possible to do but we're working on it ;)
+
+These issues need to be implemented:
+
+* `Implement RESTful urls for the web backend <https://github.com/owncloud/news/issues/166>`_
+* `Move configuration into a config file instead of hard coding it in the container <https://github.com/owncloud/news/issues/167>`_
+* `Transition to Twig Templates <https://github.com/owncloud/news/issues/165>`_
+* `Seperate directives, filters, controllers and services into their own angularjs containers <https://github.com/owncloud/news/issues/164>`_ \ No newline at end of file