djplaner / canvas-collections

Transform Canvas LMS modules by adding structure, visuals, and context
https://djplaner.github.io/canvas-collections/
GNU General Public License v3.0
1 stars 0 forks source link

Update assessment table for new calendar dates #259

Closed djplaner closed 1 year ago

djplaner commented 1 year ago

Move to calendar dates - including new show/hide - implies assessment table needs updating.

All done in generateModuleDate in representationSupport.ts - it returns the string to display, for a given module. Builds the string

dates: time, date, month,

dateShow now contains te components to show

djplaner commented 1 year ago

Done