OpenRoad is a client JavaFX app for verifying and authenticating passengers to travel with virtual visa around the world, the app is very simple, it makes the customer signup, apply and search for flight trips to any country.
To use the project you need to put your DB info inside db.properties file inside settings dir.
- login
- Signup
- Dashboard
- Validation for National ID required (first, middle and last name), country, gender and birthday will be marked as valid from the database only.
- to book trips you should fill application and payment(only one method) tab.
- The payment tab is just a prototype! but you need to fill just one method.
- you will fill application only once until your validation status expired.
- application and payments inputs should be marked as valid from employer side! and we don't have yet employer side app so validation for inputs will be automatically marked as valid!.
- you can change your profile photo after you got verified.
Fill citizen database table to compare it later with the profile tab info
Note! all names should be lowercase in the citizen DB
database.sql Data_Base_opr.zip
- after entering your national id then click check then fill your personal info. and you will git this message if the operation succeeded.
-
To verify your account your personal info should be the same in the citizen database table.
-
Then you will be able to fill payment tab and application tab.
-
Payment tab(it is just a prototype but you need to fill any of the methods)
** Here is home tab after you got verified and payment filled
- Application tab (you need to fill it to unlock trips tab)
- after (profile verified, payment tab and application tab filled) the home tab will be like this
- Trips tab (to test it you need to fill trips table with some trips)
after you found a trip
after you booked the trip the main table should update to this
Download the executable jar OpenRoad.1.0.alpha.zip
For more info please contact me (googexel@gmail.com)