-
Notifications
You must be signed in to change notification settings - Fork 2
2024‐03‐15 Meeting Minutes
Paul Philion edited this page Mar 15, 2024
·
1 revision
- Discussed layout and function of coverage
- Coverage webapp is developed in typescript and react https://react.dev/
- Geosearch component is provided by https://github.com/smeijer/leaflet-geosearch
- Discussed function of web-scraping project and integration
- Reviewed the allconnect website and results
Next Steps
- Examine how to parse multiple service results from a single allconnect request
- Examine representation of one or more service results in the coverage app
- (optional) Examine if beautiful-soup would be more efficient than selenium for web-scraping in a server-side context
- Bonus: Reviewed python-based API frameworks:
- FastAPI: https://github.com/tiangolo/fastapi
- Flask: https://github.com/pallets/flask
- Falcon: https://github.com/falconry/falcon