SCCapstone / AddMe

0 stars 1 forks source link

AddMe #48

Closed josemvidal closed 4 years ago

josemvidal commented 4 years ago

I can create an account and login.

The list of contacts shown is hard-wired:

image

I could not get the app to scan a barcode. In the gif below I tried to use your app to scan, it shows the camera view but nothing happens. I then try the same using an app from the app store. The Qrcoda app does recognize the barcode.

2019-12-08_12-08-49 (1)

There is no user profile page. There is no way for the user to add some data, which then gets stored into firestore, and then see the data added in the app (after, say, logging out and back in).

josemvidal commented 4 years ago

apk good, sign up/sign in ok, generate QR good, UI needs improvement but the requested POC are functioning. @mzdu

maheedhar1998 commented 4 years ago

@josemvidal As our app only uses Qr Codes we have made the scanner in such a way that only QR codes are scan able. Also the user Profile page can be navigated to if you click the name of the user in the home page. We have just hardwired the contacts because we have not yet built the back-end necessary for the contacts feature to work properly. Thank you for your comments.

-- AddMe Team

josemvidal commented 4 years ago

Got it.