We enable homeowners to book cleaning services on-demand!
Main priorities so we can release fast to the Apple and Google Play stores (not including UI):
-
When user registers for the first time, next time they open the app they are immediately taken to the main screen. Update ‘Profile’ screen with those entry.Text fields from the ‘RegistrationForm’ screen.
-
When user completes registration successfully, aggregate information into a string and send email with that information to zwabyapp@gmail.com
-
When user completes a booking, aggregate certain information from every screen into a string and send email with that information to zwabyapp@gmail.com. Update ‘Current Booking’ screen with those key fields.
-
Ability to charge credit cards “manually”. Money goes to Zwaby’s bank account.
These are the secondary things we need to add to the current Xamarin.Forms app:
- One-time password (OTP) verification API in the registration form screen.
- Azure SQL database to store user registrations.
- Azure push notifications to alert users strategically.
- Email notification API to alert us when users book a cleaning service.
- Stripe API to accept electronic payment from users.