coforma / swift-tech-challenge

MIT License
0 stars 0 forks source link

Load all institutions on site hit #109

Closed gmrabian closed 6 months ago

gmrabian commented 6 months ago

Description

Load all institutions upon visiting the site instead of limiting the scan

Acceptance Criteria

  1. All available institutions from the DB are loaded

Additional Notes

This will make sorting and such better because we can work with all the data. The current DB is less than 1MB large so it should be no problem to load everything in one call.

Definition of Done

Definition of Done