-
Notifications
You must be signed in to change notification settings - Fork 4
Linking of Database and Android App
Anton Golubenko edited this page May 25, 2022
·
4 revisions
This milestone is about connecting database to the android app, where we can keep information about customers, orders, staff members and records in the database. The database will enable secure storage of the data and information that will be exchanged during the various orders and delivery of the pharmaceutical products.
- The app shall be able to show customer details such as phone number, address and order ID.
- The app shall be able to show the description and records of the medicine ordered by each customer.
- The app should be able to store the data about every user registered in the app.
- The app shall store staff member's and customer's login credentials.
- The app shall add newly registered account in the database.
- The app shall not allow multiple users using the same email.
- The customer’s personal details and records should be very secured from external access.
- The staff member should be able to view the order information and details from a customer.
- The NoSQL files containing user data, and mission data shall be stored separately.
- The database shall be stored in the cloud using firebase cloud system.
A customer visits the login screen, and wants to create an account. The customer creates the account, and their details are uploaded into the database. Then the customer is able to log in successfully.
Overview
Get starter
Milestones
- UI Prototype design and basic functions
- Smartcar functionalities including obstacle avoidance
- Android App (Staff interface design)
- Android App (customer interface design)
- Linking of Database and Android App
- Linking of emulator and Android App
- Documentation
- Continuous Integration
- Improvements and workflow enhancement
- SMCE emulator environment modding (modification).
- CarEShip App Instrumented UI testing
Documents