Note to self: Make sure there are actual scores to view before trying to troubleshot why scores aren’t showing on the page.
Updates from Elmer Masters Toggle Comment Threads | Keyboard Shortcuts
-
Elmer Masters
-
Elmer Masters
Fixed some of the query issues. The “query builder” I need to use to get the data for the MLR page is not well documented.
-
Elmer Masters
The My Lesson Runs page makes an appearance. Trimmed quite a bit of code but it is pretty cool.
-
Elmer Masters
Really, I don’t like “query builders”. Just let me write the proper, correct SQL. I’m a big boy, I know what I’m doing.
-
Elmer Masters
Up next is replacing pager_query() which doesn’t exist in D7. Found a good explanation at http://cca.li/qY.
-
Elmer Masters
Off to a good start. Lesson score XML being written back to db through D7.
-
Elmer Masters
Lessons run through D7 dev site are now recording access in LessonRun table in db. FTW. Now need to rework some of the Lesson JQ code to fit the dev environment.
-
Elmer Masters
Here’s how the Organic Group entity lays out in Drupal 7: https://gist.github.com/emasters/7085894
-
Elmer Masters
Head down in porting our custom D6 models to the new D7 platform. Currently mapping the OG object as an array to find out where the good bits are. Soon I’ll be running and recording Lesson from D7.
-
Elmer Masters
Over the weekend tried 3 different iteration of the CALI Reader. None was terribly satisfying. Looking more and more like the only really answer is to actually turn the EPUBs into real websites.