Skip to content

v2.0.0

Compare
Choose a tag to compare
@huangsam huangsam released this 21 Mar 05:01

This was a complete rewrite from the Rails framework to Django framework. The rationale behind this transition was familiarity with Python and its builtin support for authentication. It also has a strong user base - over 30k stars.

The CSS framework has also been changed from Foundation to Bootstrap. The rationale behind this transition was familiarity with Bootstrap and its mobile-first methodology. It also has a strong user base - over 120k stars.

Some notable changes since last release:

  • Rename from ciscochef to chowist
  • Lacks Docker artifacts
  • Lacks Google Maps
  • Add robust unit tests for views
  • Add unit tests for models and forms
  • Introduce portal application
  • Introduce places application
  • Complete first draft of backend rewrite
  • Complete first draft of frontend rewrite
  • Use CircleCI instead of Travis CI