Zainab Amir
Zainab Amir
## Description Updated recommendations api for learner homepage: - updated status codes - for control group return general recommendations ## Supporting information [VAN-1154](https://2u-internal.atlassian.net/browse/VAN-1154) ## Testing instructions Added unit tests
I am new to theming and trying to add some custom color names to mytheme but those don't get compiled. A In the `_variables.scss` file, I updated the $colors variable...
Hey, I have a following table in objection which maps to a table in db that starts with capital 'M'. ``` class Markers extends Model { static get tableName() {...