Skip to content

Releases: m-ruiz21/project3_api

v2.2.0

03 May 03:46
6e00de8
Compare
Choose a tag to compare

What's Changed

  • No longer allow front end to specify price for security reasons by @m-ruiz21 in #19
  • Updated zreport so that it also includes 0 sales day by @m-ruiz21 in #20
  • Fixed random 500 error bug and increased speed by fixing dependency injection by @m-ruiz21 in #21
  • More Bug Fixes by @m-ruiz21 in #22
  • Making sales report in descending order by @Andrewcwin in #24

Full Changelog: v2.1.0...v2.2.0

Sprint Documentation

Project3Sprint3Documentation-TeamPI-Andrew_Abhishek_Mateo_Sohaib.pdf

v2.1.0

19 Apr 18:51
4cdf86c
Compare
Choose a tag to compare

What's Changed

  • Added Sales Report by @m-ruiz21 @Andrewcwin in #13
  • Added optimization to speed up reports by @m-ruiz21 in #16
    • Reports are now 400% - 1200% faster.
  • Updated sales and excess report requests from GET request to PUT requests due to Axios issues by @m-ruiz21 in #17

Full Changelog: v2.0.0...v2.1.0

v2.0.0

18 Apr 15:28
813266a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

v1.2.0

17 Apr 21:47
2b34cf1
Compare
Choose a tag to compare

What's Changed

  • Refactoring changes to prep for API v2.0 by @m-ruiz21 in #7
  • Adding Cutlery Endpoints and Service by @m-ruiz21 in #8

Full Changelog: v1.1.0...v1.2.0

v1.1.0

11 Apr 00:37
632c67c
Compare
Choose a tag to compare

What's New

Inventory endpoint has now been added and DbClient now returns null object instead of when query has failed.

v1.0.0

09 Apr 22:10
8d79437
Compare
Choose a tag to compare

First version including basic functionality for Menu Items and Orders.