summaryrefslogtreecommitdiffstats
path: root/docs/05_roadmap.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-10-26 17:19:55 -0400
committerJames Moger <james.moger@gitblit.com>2011-10-26 17:19:55 -0400
commit4c835e61e8ea2d5af2acf0c85c3c1f0d06f419df (patch)
treeb3e7e25905574f2281b77442b382f49a5101e9c3 /docs/05_roadmap.mkd
parent8b76369fb44bfd863b27bcede453d676905f52e5 (diff)
downloadgitblit-4c835e61e8ea2d5af2acf0c85c3c1f0d06f419df.tar.gz
gitblit-4c835e61e8ea2d5af2acf0c85c3c1f0d06f419df.zip
Documentation.
Diffstat (limited to 'docs/05_roadmap.mkd')
-rw-r--r--docs/05_roadmap.mkd30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/05_roadmap.mkd b/docs/05_roadmap.mkd
new file mode 100644
index 00000000..65ef8aef
--- /dev/null
+++ b/docs/05_roadmap.mkd
@@ -0,0 +1,30 @@
+## Roadmap
+
+This is not exactly a formal roadmap but it is a priority list of what might be implemented in future releases.
+This list is volatile.
+
+### TODO (high priority)
+
+* Eclipse plugin to browse and clone repositories
+* Support federation RPCs in Gitblit Manager
+
+### TODO (medium priority)
+
+* Editable settings page in GO/WAR
+* Tag repositories and offer views of repositories by tag (issue 27)
+* Aggregate RSS feeds by tag or subfolder
+* Investigate create-on-push possibility
+* Create Repository by Cloning feature (issue 5)
+ * optional scheduled pulls
+ * optional automatic push to origin/remotes?
+ * optional manual push to origin/remotes?
+* Lucene integration with multi-repository search (issue 16)
+
+### TODO (low priority)
+
+* Blame coloring by author (issue 2)
+* View binary files in blob page (issue 6)
+
+### IDEAS
+
+* Stronger ticgit integration (issue 8)