Changeset - b08aab61c41d
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 11 years ago 2015-03-17 22:21:34
thomas.de.schampheleire@gmail.com
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.
1 file changed with 4 insertions and 27 deletions:
0 comments (0 inline, 0 general)
docs/contributing.rst
Show inline comments
 
@@ -120,51 +120,28 @@ Everything non-sensitive should be discu
 
mailing list.  We aim at having all non-trivial changes reviewed by at least
 
one other core developer before pushing. Obvious non-controversial changes will
 
be handled more casually.
 

	
 
For now we just have one official branch ("default") and will keep it so stable
 
that it can be (and is) used in production. Experimental changes should live
 
elsewhere (for example in a pull request) until they are ready.
 

	
 

	
 
"Roadmap"
 
---------
 

	
 
We do not have a road map but are waiting for your contributions. Here are some
 
ideas of places we might want to go - contributions in these areas are very
 
welcome:
 
We do not have a road map but are waiting for your contributions. Refer to the
 
wiki_ for some ideas of places we might want to go - contributions in these
 
areas are very welcome.
 

	
 
* Front end:
 
    * kill YUI - more jQuery
 
    * remove other dependencies - especially the embedded cut'n'pasted ones
 
    * remove hardcoded styling in templates, make markup more semantic while moving all styling to css
 
    * switch to bootstrap or some other modern UI library and cleanup of style.css and contextbar.css
 
    * new fancy style that looks good
 
* testing
 
    * better test coverage with the existing high level test framework
 
    * test even more high level and javascript - selenium/robot and splinter seems like the top candidates
 
    * more unit testing
 
* code cleanup
 
    * move code from templates to controllers and from controllers to libs or models
 
    * more best practice for web apps and the frameworks
 
* features
 
    * relax dependency version requirements after thorough testing
 
    * support for evolve
 
    * updates of PRs ... while preserving history and comment context
 
    * auto pr merge/rebase
 
    * ssh
 
    * bitbucket compatible wiki
 
    * realtime preview / wysiwyg when editing comments and files
 
    * make journal more useful - filtering on branches and files
 
    * community mode with self registration and personal space
 
    * improve documentation
 

	
 
Thank you for your contribution!
 
--------------------------------
 

	
 

	
 
.. _Weblate: http://weblate.org/
 
.. _Issue Tracker: https://bitbucket.org/conservancy/kallithea/issues?status=new&status=open
 
.. _Pull Requests: https://bitbucket.org/conservancy/kallithea/pull-requests
 
.. _bitbucket: http://bitbucket.org/
 
.. _mailing list: http://lists.sfconservancy.org/mailman/listinfo/kallithea-general
 
.. _Hosted Weblate: https://hosted.weblate.org/projects/kallithea/kallithea/
 
.. _wiki: https://bitbucket.org/conservancy/kallithea/wiki/Home
0 comments (0 inline, 0 general)