Skip to content

Releases: KatrinaHoffert/EatSafe

String fix

07 Apr 22:08
Compare
Choose a tag to compare

Patch notes:

  • Fixed Esperanto string that was being displayed in English

Final Release

07 Apr 21:58
Compare
Choose a tag to compare

Adding some final patches to the repo.

Patch notes:

  • Finalizing Esperanto localization
  • Changing application secret

Final stable release

07 Apr 09:37
Compare
Choose a tag to compare

New features include a search engine, admin interface, improvements to the multi-map, and various minor fixes.

Milestone 4

23 Mar 05:59
Compare
Choose a tag to compare
Milestone 4 Pre-release
Pre-release

Release for Milestone 4

Patch Notes:

  • Added localization ability
    • French (preliminary)
    • Mandarin
    • Esperanto
  • CSV Parser now "translates" some common data problems
  • The Typeahead is now smarter and will suggest cities in order of location density.
  • Geolocation no longer overwrites user input on typeahead
  • Notify user of geolocation errors
  • Added multimap
    • Only locations nearby are shown to avoid information overload
    • Drawn markers are optimized during scrolling
    • Markers display the rating of the locations
  • Added "locations near you" feature
  • Violations now use "flyweight" pattern to reduce memory footprint
  • Changed violations to use translatable strings
  • Fixed test hang due to calls to external websites

2015-03-10 release

11 Mar 02:50
Compare
Choose a tag to compare
2015-03-10 release Pre-release
Pre-release

Latest release to fix some tests that were bugged after various UI improvements.

Patch notes:

  • Links now have ids to allow more specific selection by test suite
  • Parser rewrite into Scala
  • Various UI tweaks
  • Changed background data model

Public beta release (final!)

10 Mar 04:51
Compare
Choose a tag to compare
Pre-release

Migrated Pixel Fix™ to the LESS file instead of putting it inside mainBody like a dumb person would. This version will run on the server for some private beta testing, for roughly two weeks.

Patch notes:

  • Fixed pixel

Stable beta

10 Mar 03:42
Compare
Choose a tag to compare
Stable beta Pre-release
Pre-release

A patched version of 0.9.0, which was handed in for milestone 3. This one will be running on the web server for about two weeks during a beta testing phase.

Patch notes:

  • Added "About" page
  • Added page footer
  • Tightened up the presentation on desktop
  • Fixed various tests related to the parser
  • Fixed a few specs
  • Backend fixes to allow null values
  • Improved logging
  • Typo fixe
  • Browser tests no longer performed by default on build
  • Implemented ratings
  • Map fixes
  • Fixed typeahead clear button
  • Empty city now returns 404
  • Various JavaScript tweaks for style

Milestone 3

09 Mar 18:32
Compare
Choose a tag to compare
Milestone 3 Pre-release
Pre-release

This is what was just submitted for the Milestone 3 deliverable. Since we talked about using this for some private beta testing I went ahead and added that to the tag name, but as of this writing it's not actually live. That'll be something to discuss at the next meeting.