Changes between Version 4 and Version 5 of ImportantUseCase3
- Timestamp:
- 12/12/22 20:20:44 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImportantUseCase3
v4 v5 8 8 === 1. Корисникот ги разгледува понудите и одбира една. 9 9 [[Image(results.png)]] 10 {{{#!sql 11 select * from 12 (select * from project.vehicles v inner join project.locations l on v.location_id = l.location_id 13 inner join project.models m on m.model_id = v.model_id 14 inner join project.registrations r on v.registration_id = r.registration_id 15 ) as all_cars 16 where is_available = true 17 }}} 10 18 === 2. Со клик на линкот Rent now корисникот се пренасочува кон страната со преглед на договорот. 11 19 [[Image(dogovor.png)]] 20 12 21 13 22 Start date и end date се чуваат во колаче (cookie) каде што после процесирањето на плаќањето, ќе се креира нов запис во табелата payments, па потоа во табелата contracts.