Thomas Debay
Thomas Debay
Instead of loading events for fixed dates (currently -15 / +15 days before and after the current date), calendars should be able to load events dynamically (week per week) as...
- [ ] Course approval rate: based on students results, compute the % of passing students. - [ ] Compute the retention rate per teacher / per course
Also, the application crashed when no periods exist
Things have already been improved a lot thanks to previous PRs, but it can still be better. Instead of showing this: `Mon 9:00 - 5:00 | Tue 9:00 - 5:00...
Throughout the application, Vue components are making AJAX requests to create, edit or delete entries. However, full reactivity is not yet achieved since a full page reload is performed after...
Filament could be a free, more modern alternative to Backpack. It could be interesting to experiment and check its potential and limitations, as well as the effort required to convert...
This PR adds the ability to create metrics of type `counter` (see https://prometheus.io/docs/concepts/metric_types/#counter) To use it, create the counter with ```php $counter = Prometheus::addCounter('my counter'); ``` optionally define an initial...
Hello, I have repeated errors when I work with existing content (created in the H5P editor for Wordpress). I initially imported my h5p files using the `upload()` method from the...
This pull request includes the changes for upgrading to Laravel 10.x. Feel free to commit any additional changes to the `shift-127813` branch. **Before merging**, you need to: - Checkout the...