Skip to content

Final Demo

Pre-release
Pre-release
Compare
Choose a tag to compare
@oktay-sen oktay-sen released this 04 Apr 11:15
· 11 commits to beta since this release
90f7c41
I181 app hci fixes (#185)

* Marker titles can now be clicked to open the warehouse

* The map no longer shows unnecessary detail.

* Clear button on cart is now colored

* Added register dialog and added input validation on register

* Added snackbar messages when logging in and out.

* Adding the same item to cart multiple times now adds the quantities together instead.

* getWarehouse now reduces stock by what's added to cart, so user doesn't add more items than available stock.

* Added stock to AddToCart dialog & improved UX

* Fixed a bug where clearing the cart didn't refresh the items

* Removed decimal point from ViewCart and ViewOrder

* Made price text more readable

* Clearing the cart now displays a snackbar with option to undo