-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve saving, presenting, and rendering idioms #24
Conversation
Current status: A lot of the presentation aspects can be covered using the original program graph (accessible via the index) from which this idiom was extracted. ✅ On graph side: idiom subgraph can be highlighted within the original graph Current solution: don't eagerly render idiomatic programs during search. Just store the metadata that can be easily transferred (even streamed) to a front-end and rendered using javascript more fancily (instead of within a .py file) Metadata format: JSON |
Update: ✅ idiom sub-prog can be highlighted using the saved metadata on the HTML application. TODO: there's a fix required to do this without breaking some newlines in the rendered code when used with syntax highlighters. |
Update: fixes have been made, and the viz is in good shape now! |
Updates: Improved the UX to work with codescholar application and also using the streamlit app
|
No description provided.