comparison docs/contributing.rst @ 4928:b08aab61c41d

docs/contributing: move 'roadmap' to the wiki As the 'roadmap' is typically changed often, it should not be in the documentation but rather on the wiki. The wiki has been updated to reflect the latest version removed here.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Tue, 17 Mar 2015 22:21:34 +0100
parents f879e7ea1c4b
children 4e6dfdb3fa01
comparison
equal deleted inserted replaced
4927:f879e7ea1c4b 4928:b08aab61c41d
127 127
128 128
129 "Roadmap" 129 "Roadmap"
130 --------- 130 ---------
131 131
132 We do not have a road map but are waiting for your contributions. Here are some 132 We do not have a road map but are waiting for your contributions. Refer to the
133 ideas of places we might want to go - contributions in these areas are very 133 wiki_ for some ideas of places we might want to go - contributions in these
134 welcome: 134 areas are very welcome.
135 135
136 * Front end:
137 * kill YUI - more jQuery
138 * remove other dependencies - especially the embedded cut'n'pasted ones
139 * remove hardcoded styling in templates, make markup more semantic while moving all styling to css
140 * switch to bootstrap or some other modern UI library and cleanup of style.css and contextbar.css
141 * new fancy style that looks good
142 * testing
143 * better test coverage with the existing high level test framework
144 * test even more high level and javascript - selenium/robot and splinter seems like the top candidates
145 * more unit testing
146 * code cleanup
147 * move code from templates to controllers and from controllers to libs or models
148 * more best practice for web apps and the frameworks
149 * features
150 * relax dependency version requirements after thorough testing
151 * support for evolve
152 * updates of PRs ... while preserving history and comment context
153 * auto pr merge/rebase
154 * ssh
155 * bitbucket compatible wiki
156 * realtime preview / wysiwyg when editing comments and files
157 * make journal more useful - filtering on branches and files
158 * community mode with self registration and personal space
159 * improve documentation
160 136
161 Thank you for your contribution! 137 Thank you for your contribution!
162 -------------------------------- 138 --------------------------------
163 139
164 140
166 .. _Issue Tracker: https://bitbucket.org/conservancy/kallithea/issues?status=new&status=open 142 .. _Issue Tracker: https://bitbucket.org/conservancy/kallithea/issues?status=new&status=open
167 .. _Pull Requests: https://bitbucket.org/conservancy/kallithea/pull-requests 143 .. _Pull Requests: https://bitbucket.org/conservancy/kallithea/pull-requests
168 .. _bitbucket: http://bitbucket.org/ 144 .. _bitbucket: http://bitbucket.org/
169 .. _mailing list: http://lists.sfconservancy.org/mailman/listinfo/kallithea-general 145 .. _mailing list: http://lists.sfconservancy.org/mailman/listinfo/kallithea-general
170 .. _Hosted Weblate: https://hosted.weblate.org/projects/kallithea/kallithea/ 146 .. _Hosted Weblate: https://hosted.weblate.org/projects/kallithea/kallithea/
147 .. _wiki: https://bitbucket.org/conservancy/kallithea/wiki/Home