Fixed up to-do list and changelog.

This commit is contained in:
Dorian 2013-11-27 22:55:43 -05:00
parent d3e06916ff
commit 8c24de2929
2 changed files with 14 additions and 17 deletions

View File

@ -2,13 +2,21 @@
Changelog
=========
* :bug:`0` Made sure codebase is PEP-8 compliant.
* :support:`0` Moved frontend to use latest versions of AngularJS and Bootstrap. [2013 July 30]
* :support:`0` Added tasks for testing with nose and coverage.
* :support:`0` Added Sphinx documentation.
* :bug:`1` Migrated administrative functionality into separate invoke tasks.
* :release:`0.3.0 <2013-07-25>`
* :support:`0` Start to task and project components.
* :support:`0` Started using enums for some constrainted model values using
`enum34 <https://pypi.python.org/pypi/enum34>`_ and
`SQLAlchemy's Enums <http://techspot.zzzeek.org/2011/01/14/the-enum-recipe/>`_. [2013 June 28]
* :feature:`0` Built out user account management and registration. [2013 June 30]
* :support:`0` Added `special JSON string responses for Flask <http://flask.pocoo.org/snippets/83/>`_ [2013 July 03]
* :feature:`0` Added switchable CSS themes. [2013 July 04]
* :support:`0` Transitioned to `LESS <http://lesscss.org/>`_ to simplify CSS with mixins, using colour hues,
et cetera. [2013 July 08]
* :support:`0` Start task and project sub-project.
* :feature:`0` Added in AngularJS frontend driven by JSON responses.
* :release:`0.2.0 <2013-06-25>`
@ -16,6 +24,5 @@ Changelog
* :feature:`0` Migrated static reStructured text pages to Markdown.
* :feature:`0` Reorganized webapp into a modular structure.
* :release:`0.1.0 <2013-04-24>`
* :feature:`0` Initial release of rookeries.

View File

@ -28,17 +28,7 @@ Planned & In-Progress
* Fix up setup.py
* Add in trove categories
* Upload updated version to PyPI.
* Verify that Flask web app works in both Python 2.7.x and 3.3.x [ Done in August during sprint ]
Things Done
-----------
* *2013 June 11* --- Built out setup.py and make it easy to distribute on PyPI.
* *2013 June 28* --- Using enums for some parts. See enum34 and SQLAlchemy's Enums.
* *2013 June 30* --- Built out user account management and registration.
* *2013 July 03* --- Added special JSON string responses for Flask: http://flask.pocoo.org/snippets/83/
* *2013 July 04* --- Added switchable CSS themes.
* *2013 July 08* --- Added in LESS for parts of CSS with common colours, etc.: http://lesscss.org/
* *2013 July 30* --- Moved frontend to use latest versions of AngularJS and Bootstrap.
* Other improvements
* Make sure source code is PEP-8 compliant.
* Verify that Flask web app works in both Python 2.7.x and 3.3.x [ Done in August during sprint ]
* Update to latest version of Bootstrap and AngularJS/AngularDart.