appsembler / figures

Reporting and data retrieval app for Open edX
MIT License
44 stars 37 forks source link

Fixed certificate "completion date" for learner list in course page #315

Closed johnbaldwin closed 3 years ago

johnbaldwin commented 3 years ago

The Figures api endpoint '/figures/api/users/detail/' does not have a ['progress_data']['date_completed'] key. ['progress_data']['course_completed'] contains the date if completed, else it contains 'false'

The 'moment' package appears to set the date to 'today' when the value is 'false'

https://appsembler.atlassian.net/browse/RED-1741