openfun / potsie

:bar_chart: Grafana dashboards suite for learning analytics
https://demo.potsie.education
MIT License
10 stars 2 forks source link

⚡️(datasource) fix demonstration courses datetimes #53

Closed quitterie-lcs closed 2 years ago

quitterie-lcs commented 2 years ago

Purpose

For now, the datetime of courses used in the demonstration were hard coded. As the demonstration will evolve among time, it was proper to adapt the start and end dates to the current datetime.

Proposal

They have been set with a 2-month delta thanks to DATE_ADD and DATE_SUB functions from mysql.