Skip to content

Commit f188773

Browse files
authored
Update wishlist.md
1 parent dc58edb commit f188773

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

wishlist.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,11 @@ The core issue here is that Python Tutor now has a fixed rendering algorithm (wi
179179
- rendering data structures commonly used in data science or machine learning (e.g., tables, data frames, SQL-like operations, 2-D plots showing points, lines, and curves)
180180
- for inspiration here, look at diagrams used in pandas, scikit-learn, and the R tidyverse
181181
- custom rendering API: Right now Python Tutor renders data structures in a single, fixed way. However, different instructors have different preferences for how they want certain objects to render on-screen. There's currently no way for them to specify these custom rendering schemes without mucking around with intricate JavaScript code in the frontend. How can we make this easier?
182+
183+
184+
## Internal Tools for Myself
185+
186+
- web dashboard of server status, including how frequently certain server errors come up
187+
- better DevOps-related server monitoring in general
188+
- email alerts whenever something unusual is going on with the service
189+
- real-time map-based visualizations of how Python Tutor and live help mode are being used around the world

0 commit comments

Comments
 (0)