Skip to content

Commit

Permalink
feat: [ACADEMIC-16209] Unit summary settings
Browse files Browse the repository at this point in the history
[https://jira.2u.com/browse/ACADEMIC-16209](https://jira.2u.com/browse/ACADEMIC-16209)

1. Add unit xpert unit summaries settings behind flag `summaryhook_summaries_configuration` added [here](https://github.com/edx/ai-aside/pull/45/files)
2. Only show the checkbox when the value is a `boolean` otherwise the feature is considerer `disabled` by the flag.
3. Update block handler to update this value via `api` exposed [here](edx/ai-aside#43)
4. Create `AiAsideSummary` configuration class to provide access to the `ai_aside.api` endpoints.
  • Loading branch information
germanolleunlp committed Aug 7, 2023
1 parent 57578d5 commit 0cc6d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/lib/test/test_ai_aside_summary_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import sys
from unittest import TestCase
from unittest.mock import Mock, patch
from unittest.mock import Mock

from opaque_keys.edx.keys import CourseKey, UsageKey

Expand Down

0 comments on commit 0cc6d67

Please sign in to comment.