On an initial design, the eligibility for school transport benefit uses an internal allow list inside TransportBenefit, so the admin can manage this elibility using setEligible(address,bool).
Ideally, this should be handled outside the contract that defines the benefit, so the allow list must be replaced by a real eligibility source, such as Registro Nacional de Transporte Público y Escolar
On an initial design, the eligibility for school transport benefit uses an internal allow list inside
TransportBenefit, so the admin can manage this elibility usingsetEligible(address,bool).Ideally, this should be handled outside the contract that defines the benefit, so the allow list must be replaced by a real eligibility source, such as Registro Nacional de Transporte Público y Escolar