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

TairanJ/clean_data #20

Closed TairanJ closed 1 month ago

TairanJ commented 1 month ago

I created a module that cleans the Hub data generated by parse_rss.py/create_events_list by seperating the 'author' field into 'author_name' and 'author_email' and removing all cancelled events (events that have a "Cancelled" in its title). I then integrated the output of this function into Django (created management/command for the module, added a button that runs the management/command corresponding to the module, and displayed the author name and email in the html page). Finally, I moved the management/command buttons from the bottom of the page to the top for easier access during testing.