Actions: ubc/canvas-discussion
Actions
4 workflow runs
4 workflow runs
wordCounts
and timeDiffs
functions could be more consistent. In wordCounts
, we have a getWordCount
function, and then wordCounts
is a one-liner to apply .map()
. The logic is generally the same for timeDiffs
, but an anonymous function is used inside the map.
Add issues to LA project
#2:
Issue #33
opened
by
alisonmyers
getDiscussionsAndTopics
here? We already grabbed all the discussion data earlier, and now we're retrieving it again on a per-module basis. I think we call the API once and re-use the data returned.
Add issues to LA project
#1:
Issue #32
opened
by
alisonmyers