SCCapstone / EZBag

2 stars 0 forks source link

URGENT: Missing Release Notes. App does nothing? #116

Closed josemvidal closed 3 years ago

josemvidal commented 3 years ago

See https://capstone.cse.sc.edu/milestone/beta/#deliverables

image

josemvidal commented 3 years ago

Because of this and #117, all I can do is scan the old UPC code for the $6.99 product. I can then go to the checkout page. That is all.

This is the only thing I can do with your app.

How do I do the stuff that is implemented by #51 #49 #50 etc.

Please answer ASAP. If we cannot test it we have to assume it was not implemented.

blakete commented 3 years ago

Hi Dr. Vidal, a full video of the functionality we have implemented is here: https://youtu.be/KkPlkvzmflU

blakete commented 3 years ago

You should also be able to do a simple search of the limited products that we have on the remote database. To try the merchant side of the application, go to: https://blakeedwards.me:8443/EZBagWebapp/#/login The demo username and password is owner@store.com and BadPassword1 To sign up, it’s self explanatory (from the login page press “sign up”). We will write up something formal for you as well. Please let me know if you have any issues!

blakete commented 3 years ago

I have attached the QR code for our demo store here. You can scan it to hit a redirect link that stores the businessID in local storage to let our web app know what store you are to query the right products and prices when scanning and searching!

BrendanCReidy commented 3 years ago

Added all the progress to the release notes for v0.5 https://github.com/SCCapstone/EZBag/releases/tag/v0.5

josemvidal commented 3 years ago

Thanks!