GoldenZero / aqaarnote

aqaarnote
0 stars 0 forks source link

use Core Data #30

Open ghass64 opened 10 years ago

ghass64 commented 10 years ago

save the objects of cars or Hotels in core data instead of writing them inside code so we can get the data from the core and save data into it

here is the structure of the object {"Type" : "economic car", "Image" : "cheverolet.jpg", "Title" : "cheverolet spark", "Cost" : "38", "Cost_all" :"200"};

cost_all : current cost * number of days reserved for rental

NoorAlssarraj commented 10 years ago

Dear, Building core data for both hotels & cars are finished. Added core data for bookings but still need some work to finished it.