Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 2.87 KB

v2.0.0 (2017-12-27)

Bug Fixes

  • backend: pizzas names are not cleaned correctly (75b8d77), closes #49
  • frontend: show order summary and CSV download (bf86668)

Features

Refactor

v1.1.0 (2017-11-15)

Bug Fixes

  • frontend: redirect wrong URLs to the app (8dc3a99)
  • frontend: generation of CSV (cc6a643)
  • backend: remove accents on pizzas names when trying to find the corresponding pictures (0f41662)

Features

  • frontend: add a search bar to find pizza(s) by name (345ea10)
  • add pizza images and a fallback image (761cfcc)
  • add pizzas-provider information (5212a29), closes #22
  • frontend: click on image to display it (c6b99e0)
  • frontend: disable easy order view button if there's no pizza order ATM (ac7c914)
  • frontend: display selected ingredients and filter the pizza view accordingly (64b3773)
  • frontend: download a CSV to handle the $$$ (5f574dc)
  • frontend: put the searched pizza into url so it can persist on reload (f104a36)
  • frontend: replace control-f binding by focusing on search input (d28406c)
  • frontend: search pizza without taking accents into account (0dcd5ca)
  • frontend: when selecting ingredients, hide the ones that wouldn't give any result for currently selected pizzas (daee72c)