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

added categorization and lat long to events scraped from calendar #72

Closed liamjdavis closed 1 week ago

liamjdavis commented 1 week ago

This pull request includes significant changes to the calendar_scraper and calendar_saver modules in the access_amherst_backend package, focusing on simplifying the codebase and improving the categorization and location handling of events. The most important changes include removing location handling from the calendar_parser, moving it to the calendar_saver, and enhancing the event categorization logic.

Codebase simplification:

Location handling and categorization improvements:

Testing updates: