Changes between Version 4 and Version 5 of ImportantUseCase3


Ignore:
Timestamp:
12/12/22 20:20:44 (19 months ago)
Author:
192007
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase3

    v4 v5  
    88 === 1. Корисникот ги разгледува понудите и одбира една.
    99[[Image(results.png)]]
     10{{{#!sql
     11select * 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}}}
    1018 === 2. Со клик на линкот Rent now корисникот се пренасочува кон страната со преглед на договорот.
    1119[[Image(dogovor.png)]]
     20
    1221
    1322Start date и end date се чуваат во колаче (cookie) каде што после процесирањето на плаќањето, ќе се креира нов запис во табелата payments, па потоа во табелата contracts.