-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
I just pushed an implementation of the draw page that looks ugly but works as intended (what I pushed shortly after posting this). However, the method of passing the template variable along that I used is extremely hacky, putting classroom_id from the draw url into a hidden div from which we can extract its value when working in React.
The solution would most likely be to make the GET request directly from the server, but I'm not sure how to do that as of now (and it's 5 in the morning). Help is appreciated :). Thanks y'all for putting up with me.