[Feature Request]: AndroidActivityHandler shouldn't use Redis or schema conversion #21253
Labels
enhancement
Label to indicate an issue is a feature/improvement
Impact: High
Blocks or significantly slows down a core workflow.
Work: High
It's not clear what the solution is; will need investigation.
Is your feature request related to a problem? Please describe.
This corresponds to the lesson download script used by the Android team, and represents two different problems observed:
Describe the solution (or solutions) you'd like
Note for (2) that if specific structure suggestions need to be provided, please follow up. At the moment, I'm assuming (1) and (2) can be tackled together by introducing a different retrieval mechanism that essentially directly retrieves lesson structures from the data store without Redis or domain object conversion, and thereafter converts the structures to a basic raw dict structure that can be rendered to JSON.
Describe alternatives you've considered and rejected
There aren't obvious alternatives here.
Additional context
No response
The text was updated successfully, but these errors were encountered: