ac-i2i-engineering / access-amherst

An web app to connect Amherst College students to events in a more convenient, intimate, and diverse way! https://amherst-connect.com/
https://ac-i2i-engineering.github.io/access-amherst/
MIT License
1 stars 1 forks source link

Fixed Location Parsing in Calendar Scraper #62

Closed liamjdavis closed 5 days ago

liamjdavis commented 5 days ago

This pull request includes significant updates to the calendar_parser.py file in the access_amherst_backend module, focusing on enhancing location handling and error management. Additionally, new tests have been added to the test_calendar_parser.py file to ensure the reliability of the new features.

Enhancements to location handling:

Error management improvements:

Testing enhancements: