Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trixky/lvmh_academy
Implementation of an in-store customer identification application aimed at streamlining the customer experience using the phone's native Wallet system, QRcode and Passport scanner.
https://github.com/trixky/lvmh_academy
flutter id-scanning mobile-app qrcode sveltekit
Last synced: about 2 months ago
JSON representation
Implementation of an in-store customer identification application aimed at streamlining the customer experience using the phone's native Wallet system, QRcode and Passport scanner.
- Host: GitHub
- URL: https://github.com/trixky/lvmh_academy
- Owner: trixky
- Created: 2024-01-16T08:44:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T14:48:08.000Z (11 months ago)
- Last Synced: 2024-02-14T15:45:08.322Z (11 months ago)
- Topics: flutter, id-scanning, mobile-app, qrcode, sveltekit
- Language: Dart
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LVMH Academy
Implementation of an in-store customer identification application aimed at streamlining the customer experience using the phone's native Wallet system, QRcode and Passport scanner.
> This project was carried out as part of an inter-school bootcamp (HEC x 42 x Strate) at HEC Paris campus in partnership with LVMH with the aim of creating a potential startup aimed at improving the customer experience in stores. (January 2024)
## Features
- Scan the customer's passport to extract his information.
- Create a customer account.
- Generate a QRcode for add the customer's card to his Wallet.
- Scan the QRcode to identify the customer from his Wallet.
- Access customer information by seller after identification.## Scenarios
### Customer creation
- The customer arrives at the store.
- The customer is asked to present his passport (not required).
- The seller scans the passport.
- The customer is asked to enter his email address (not required).
- The customer is asked to enter his phone number (not required).
- The seller creates the customer's account.
- The seller generates a QRcode for the customer's card.
- The customer scans the QRcode to add the card to his Wallet.### Customer identification
- The customer arrives at the store.
- The customer presents his Wallet.
- The seller scans the QRcode.
- The customer is identified.## Setup
- API: Please refer to the [API README](api/README.md) for more information.
- Client: Please refer to the [Client README](client/README.md) for more information.
- Mobile App: Please refer to the [Mobile App README](mobile/README.md) for more information.