-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make asides render in studio #6296
Conversation
PLAT-280
6ef6968
to
2318136
Compare
from config_models.models import ConfigurationModel | ||
|
||
|
||
class StudioConfig(ConfigurationModel): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So - is this a Studio-wide config? Or asides-only? The docstring above implies asides-only - but this class name implies Studio-wide. The model should be called what it actually is - to avoid confusion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would have liked to see this name changed.
2318136
to
d49c82f
Compare
@doctoryes addr'd all comments except extraction of common code in tests. can I get a thumb? |
👍 |
make asides render in studio
Replaces https://github.com/edx/edx-platform/pull/6277 based on master rather than the other branch.
@doctoryes i don't see a thumb from you on either PR