Tasks: - [x] Update the visa and identity model and factories relationships - [ ] Currently https://github.com/ServiceInnovationLab/PresenceChecker/blob/6588ffc47c396a843099888401e6aeeba6756bbf/app/services/eligibility_service.rb#L94 uses `@client.movements.order(:carrier_date_time).each`. Instead it should use something like `@client.visas`. - [ ] Visas need to be added to `app/views/clients/show.html.erb`. - [ ] Tests maybe need to be updated - [ ] Visa types specified on seeds should to be updated to be separate visa entries
Tasks:
PresenceChecker/app/services/eligibility_service.rb
Line 94 in 6588ffc
@client.movements.order(:carrier_date_time).each. Instead it should use something like@client.visas.app/views/clients/show.html.erb.