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)
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)