hackersatcambridge / hac-website

The Hackers at Cambridge Website Repo
https://hackersatcambridge.com
MIT License
27 stars 14 forks source link

Make WorkshopManager store workshops with workshop ids instead of repo names #243

Closed jaredkhan closed 6 years ago

jaredkhan commented 6 years ago

WorkshopManager has a dictionary of Workshops where the keys are repository names (e.g. workshop-python-ml) but workshop IDs (e.g. python-ml) would be much more intuitive.

Will also have to change the spots in the code where we reference specific workshops in this dictionary (this only happens in LandingFeatures to my knowledge)